Class DialogflowCxAgentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxAgentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxAgentConfig
@Stability(Stable) @Internal public static final class DialogflowCxAgentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxAgentConfig
An implementation forDialogflowCxAgentConfig
-
-
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_agent.DialogflowCxAgentConfig
DialogflowCxAgentConfig.Builder, DialogflowCxAgentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxAgentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentConfig.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)DialogflowCxAgentAdvancedSettingsgetAdvancedSettings()advanced_settings block.StringgetAvatarUri()The URI of the agent's avatar.ObjectgetConnection()ObjectgetCount()StringgetDefaultLanguageCode()The default language of the agent as a language tag.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()The description of this agent.StringgetDisplayName()The human-readable name of the agent, unique within the location.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()DialogflowCxAgentGitIntegrationSettingsgetGitIntegrationSettings()git_integration_settings block.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#id DialogflowCxAgent#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The name of the location this agent is located in.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#project DialogflowCxAgent#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetSecuritySettings()Name of the SecuritySettings reference for the agent.DialogflowCxAgentSpeechToTextSettingsgetSpeechToTextSettings()speech_to_text_settings block.List<String>getSupportedLanguageCodes()The list of all languages supported by this agent (except for the default_language_code).DialogflowCxAgentTextToSpeechSettingsgetTextToSpeechSettings()text_to_speech_settings block.DialogflowCxAgentTimeoutsgetTimeouts()timeouts block.StringgetTimeZone()The time zone of this agent from the time zone database, e.g., America/New_York, Europe/Paris.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(DialogflowCxAgentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentConfig.Builder.
-
-
Method Detail
-
getDefaultLanguageCode
public final String getDefaultLanguageCode()
Description copied from interface:DialogflowCxAgentConfigThe default language of the agent as a language tag.[See Language Support](https://cloud.google.com/dialogflow/cx/docs/reference/language) for a list of the currently supported language codes. This field cannot be updated after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#default_language_code DialogflowCxAgent#default_language_code}
- Specified by:
getDefaultLanguageCodein interfaceDialogflowCxAgentConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxAgentConfigThe human-readable name of the agent, unique within the location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#display_name DialogflowCxAgent#display_name}
- Specified by:
getDisplayNamein interfaceDialogflowCxAgentConfig
-
getLocation
public final String getLocation()
Description copied from interface:DialogflowCxAgentConfigThe name of the location this agent is located in.~> **Note:** The first time you are deploying an Agent in your project you must configure location settings. This is a one time step but at the moment you can only [configure location settings](https://cloud.google.com/dialogflow/cx/docs/concept/region#location-settings) via the Dialogflow CX console. Another options is to use global location so you don't need to manually configure location settings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#location DialogflowCxAgent#location}
- Specified by:
getLocationin interfaceDialogflowCxAgentConfig
-
getTimeZone
public final String getTimeZone()
Description copied from interface:DialogflowCxAgentConfigThe time zone of this agent from the time zone database, e.g., America/New_York, Europe/Paris.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#time_zone DialogflowCxAgent#time_zone}
- Specified by:
getTimeZonein interfaceDialogflowCxAgentConfig
-
getAdvancedSettings
public final DialogflowCxAgentAdvancedSettings getAdvancedSettings()
Description copied from interface:DialogflowCxAgentConfigadvanced_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#advanced_settings DialogflowCxAgent#advanced_settings}
- Specified by:
getAdvancedSettingsin interfaceDialogflowCxAgentConfig
-
getAvatarUri
public final String getAvatarUri()
Description copied from interface:DialogflowCxAgentConfigThe URI of the agent's avatar.Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#avatar_uri DialogflowCxAgent#avatar_uri}
- Specified by:
getAvatarUriin interfaceDialogflowCxAgentConfig
-
getDescription
public final String getDescription()
Description copied from interface:DialogflowCxAgentConfigThe description of this agent. The maximum length is 500 characters. If exceeded, the request is rejected.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#description DialogflowCxAgent#description}
- Specified by:
getDescriptionin interfaceDialogflowCxAgentConfig
-
getEnableSpellCorrection
public final Object getEnableSpellCorrection()
Description copied from interface:DialogflowCxAgentConfigIndicates 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_agent#enable_spell_correction DialogflowCxAgent#enable_spell_correction}
- Specified by:
getEnableSpellCorrectionin interfaceDialogflowCxAgentConfig
-
getEnableStackdriverLogging
public final Object getEnableStackdriverLogging()
Description copied from interface:DialogflowCxAgentConfigDetermines 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_agent#enable_stackdriver_logging DialogflowCxAgent#enable_stackdriver_logging}
- Specified by:
getEnableStackdriverLoggingin interfaceDialogflowCxAgentConfig
-
getGitIntegrationSettings
public final DialogflowCxAgentGitIntegrationSettings getGitIntegrationSettings()
Description copied from interface:DialogflowCxAgentConfiggit_integration_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#git_integration_settings DialogflowCxAgent#git_integration_settings}
- Specified by:
getGitIntegrationSettingsin interfaceDialogflowCxAgentConfig
-
getId
public final String getId()
Description copied from interface:DialogflowCxAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#id DialogflowCxAgent#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 interfaceDialogflowCxAgentConfig
-
getProject
public final String getProject()
Description copied from interface:DialogflowCxAgentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#project DialogflowCxAgent#project}.- Specified by:
getProjectin interfaceDialogflowCxAgentConfig
-
getSecuritySettings
public final String getSecuritySettings()
Description copied from interface:DialogflowCxAgentConfigName 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_agent#security_settings DialogflowCxAgent#security_settings}
- Specified by:
getSecuritySettingsin interfaceDialogflowCxAgentConfig
-
getSpeechToTextSettings
public final DialogflowCxAgentSpeechToTextSettings getSpeechToTextSettings()
Description copied from interface:DialogflowCxAgentConfigspeech_to_text_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#speech_to_text_settings DialogflowCxAgent#speech_to_text_settings}
- Specified by:
getSpeechToTextSettingsin interfaceDialogflowCxAgentConfig
-
getSupportedLanguageCodes
public final List<String> getSupportedLanguageCodes()
Description copied from interface:DialogflowCxAgentConfigThe list of all languages supported by this agent (except for the default_language_code).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#supported_language_codes DialogflowCxAgent#supported_language_codes}
- Specified by:
getSupportedLanguageCodesin interfaceDialogflowCxAgentConfig
-
getTextToSpeechSettings
public final DialogflowCxAgentTextToSpeechSettings getTextToSpeechSettings()
Description copied from interface:DialogflowCxAgentConfigtext_to_speech_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#text_to_speech_settings DialogflowCxAgent#text_to_speech_settings}
- Specified by:
getTextToSpeechSettingsin interfaceDialogflowCxAgentConfig
-
getTimeouts
public final DialogflowCxAgentTimeouts getTimeouts()
Description copied from interface:DialogflowCxAgentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#timeouts DialogflowCxAgent#timeouts}
- Specified by:
getTimeoutsin interfaceDialogflowCxAgentConfig
-
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
-
-