Class DialogflowCxWebhookConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_webhook.DialogflowCxWebhookConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxWebhookConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxWebhookConfig
@Stability(Stable) @Internal public static final class DialogflowCxWebhookConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxWebhookConfig
An implementation forDialogflowCxWebhookConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_webhook.DialogflowCxWebhookConfig
DialogflowCxWebhookConfig.Builder, DialogflowCxWebhookConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxWebhookConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxWebhookConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()ObjectgetDisabled()Indicates whether the webhook is disabled.StringgetDisplayName()The human-readable name of the webhook, unique within the agent.ObjectgetEnableSpellCorrection()Indicates if automatic spell correction is enabled in detect intent requests.ObjectgetEnableStackdriverLogging()Determines whether this agent should log conversation queries.com.hashicorp.cdktf.ITerraformIteratorgetForEach()DialogflowCxWebhookGenericWebServicegetGenericWebService()generic_web_service block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#id DialogflowCxWebhook#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetParent()The agent to create a webhook for.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSecuritySettings()Name of the SecuritySettings reference for the agent.DialogflowCxWebhookServiceDirectorygetServiceDirectory()service_directory block.StringgetTimeout()Webhook execution timeout.DialogflowCxWebhookTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxWebhookConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxWebhookConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxWebhookConfigThe human-readable name of the webhook, unique within the agent.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#display_name DialogflowCxWebhook#display_name}
- Specified by:
getDisplayNamein interfaceDialogflowCxWebhookConfig
-
getDisabled
public final Object getDisabled()
Description copied from interface:DialogflowCxWebhookConfigIndicates whether the webhook is disabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#disabled DialogflowCxWebhook#disabled}
- Specified by:
getDisabledin interfaceDialogflowCxWebhookConfig
-
getEnableSpellCorrection
public final Object getEnableSpellCorrection()
Description copied from interface:DialogflowCxWebhookConfigIndicates if automatic spell correction is enabled in detect intent requests.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#enable_spell_correction DialogflowCxWebhook#enable_spell_correction}
- Specified by:
getEnableSpellCorrectionin interfaceDialogflowCxWebhookConfig
-
getEnableStackdriverLogging
public final Object getEnableStackdriverLogging()
Description copied from interface:DialogflowCxWebhookConfigDetermines whether this agent should log conversation queries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#enable_stackdriver_logging DialogflowCxWebhook#enable_stackdriver_logging}
- Specified by:
getEnableStackdriverLoggingin interfaceDialogflowCxWebhookConfig
-
getGenericWebService
public final DialogflowCxWebhookGenericWebService getGenericWebService()
Description copied from interface:DialogflowCxWebhookConfiggeneric_web_service block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#generic_web_service DialogflowCxWebhook#generic_web_service}
- Specified by:
getGenericWebServicein interfaceDialogflowCxWebhookConfig
-
getId
public final String getId()
Description copied from interface:DialogflowCxWebhookConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#id DialogflowCxWebhook#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceDialogflowCxWebhookConfig
-
getParent
public final String getParent()
Description copied from interface:DialogflowCxWebhookConfigThe agent to create a webhook for. Format: projects//locations/ /agents/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#parent DialogflowCxWebhook#parent}
- Specified by:
getParentin interfaceDialogflowCxWebhookConfig
-
getSecuritySettings
public final String getSecuritySettings()
Description copied from interface:DialogflowCxWebhookConfigName of the SecuritySettings reference for the agent. Format: projects//locations/ /securitySettings/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#security_settings DialogflowCxWebhook#security_settings}
- Specified by:
getSecuritySettingsin interfaceDialogflowCxWebhookConfig
-
getServiceDirectory
public final DialogflowCxWebhookServiceDirectory getServiceDirectory()
Description copied from interface:DialogflowCxWebhookConfigservice_directory block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#service_directory DialogflowCxWebhook#service_directory}
- Specified by:
getServiceDirectoryin interfaceDialogflowCxWebhookConfig
-
getTimeout
public final String getTimeout()
Description copied from interface:DialogflowCxWebhookConfigWebhook execution timeout.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#timeout DialogflowCxWebhook#timeout}
- Specified by:
getTimeoutin interfaceDialogflowCxWebhookConfig
-
getTimeouts
public final DialogflowCxWebhookTimeouts getTimeouts()
Description copied from interface:DialogflowCxWebhookConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_webhook#timeouts DialogflowCxWebhook#timeouts}
- Specified by:
getTimeoutsin interfaceDialogflowCxWebhookConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-