Class DialogflowCxIntentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_intent.DialogflowCxIntentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxIntentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxIntentConfig
@Stability(Stable) @Internal public static final class DialogflowCxIntentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxIntentConfig
An implementation forDialogflowCxIntentConfig
-
-
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_intent.DialogflowCxIntentConfig
DialogflowCxIntentConfig.Builder, DialogflowCxIntentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxIntentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxIntentConfig.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()StringgetDescription()Human readable description for better understanding an intent like its scope, content, result etc.StringgetDisplayName()The human-readable name of the intent, unique within the agent.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#id DialogflowCxIntent#id}.ObjectgetIsDefaultNegativeIntent()Marks this as the Default Negative Intent for an agent.ObjectgetIsDefaultWelcomeIntent()Marks this as the Default Welcome Intent for an agent.ObjectgetIsFallback()Indicates whether this is a fallback intent.Map<String,String>getLabels()The key/value metadata to label an intent.StringgetLanguageCode()The language of the following fields in intent: Intent.training_phrases.parts.text If not specified, the agent's default language is used.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()ObjectgetParameters()parameters block.StringgetParent()The agent to create an intent for.NumbergetPriority()The priority of this intent.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()DialogflowCxIntentTimeoutsgetTimeouts()timeouts block.ObjectgetTrainingPhrases()training_phrases 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(DialogflowCxIntentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxIntentConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:DialogflowCxIntentConfigThe human-readable name of the intent, unique within the agent.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#display_name DialogflowCxIntent#display_name}
- Specified by:
getDisplayNamein interfaceDialogflowCxIntentConfig
-
getDescription
public final String getDescription()
Description copied from interface:DialogflowCxIntentConfigHuman readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#description DialogflowCxIntent#description}
- Specified by:
getDescriptionin interfaceDialogflowCxIntentConfig
-
getId
public final String getId()
Description copied from interface:DialogflowCxIntentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#id DialogflowCxIntent#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 interfaceDialogflowCxIntentConfig
-
getIsDefaultNegativeIntent
public final Object getIsDefaultNegativeIntent()
Description copied from interface:DialogflowCxIntentConfigMarks this as the Default Negative Intent for an agent. When you create an agent, a Default Negative Intent is created automatically. The Default Negative Intent cannot be deleted; deleting the 'google_dialogflow_cx_intent' resource does nothing to the underlying GCP resources.~> Avoid having multiple 'google_dialogflow_cx_intent' resources linked to the same agent with 'is_default_negative_intent = true' because they will compete to control a single Default Negative Intent resource in GCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#is_default_negative_intent DialogflowCxIntent#is_default_negative_intent}
- Specified by:
getIsDefaultNegativeIntentin interfaceDialogflowCxIntentConfig
-
getIsDefaultWelcomeIntent
public final Object getIsDefaultWelcomeIntent()
Description copied from interface:DialogflowCxIntentConfigMarks this as the Default Welcome Intent for an agent. When you create an agent, a Default Welcome Intent is created automatically. The Default Welcome Intent cannot be deleted; deleting the 'google_dialogflow_cx_intent' resource does nothing to the underlying GCP resources.~> Avoid having multiple 'google_dialogflow_cx_intent' resources linked to the same agent with 'is_default_welcome_intent = true' because they will compete to control a single Default Welcome Intent resource in GCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#is_default_welcome_intent DialogflowCxIntent#is_default_welcome_intent}
- Specified by:
getIsDefaultWelcomeIntentin interfaceDialogflowCxIntentConfig
-
getIsFallback
public final Object getIsFallback()
Description copied from interface:DialogflowCxIntentConfigIndicates whether this is a fallback intent.Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event. To manage the fallback intent, set 'is_default_negative_intent = true' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#is_fallback DialogflowCxIntent#is_fallback}
- Specified by:
getIsFallbackin interfaceDialogflowCxIntentConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:DialogflowCxIntentConfigThe key/value metadata to label an intent.Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#labels DialogflowCxIntent#labels}
- Specified by:
getLabelsin interfaceDialogflowCxIntentConfig
-
getLanguageCode
public final String getLanguageCode()
Description copied from interface:DialogflowCxIntentConfigThe language of the following fields in intent: Intent.training_phrases.parts.text If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#language_code DialogflowCxIntent#language_code}
- Specified by:
getLanguageCodein interfaceDialogflowCxIntentConfig
-
getParameters
public final Object getParameters()
Description copied from interface:DialogflowCxIntentConfigparameters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#parameters DialogflowCxIntent#parameters}
- Specified by:
getParametersin interfaceDialogflowCxIntentConfig
-
getParent
public final String getParent()
Description copied from interface:DialogflowCxIntentConfigThe agent to create an intent for. Format: projects//locations/ /agents/ . Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#parent DialogflowCxIntent#parent}
- Specified by:
getParentin interfaceDialogflowCxIntentConfig
-
getPriority
public final Number getPriority()
Description copied from interface:DialogflowCxIntentConfigThe priority of this intent.Higher numbers represent higher priorities. If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. If the supplied value is negative, the intent is ignored in runtime detect intent requests. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#priority DialogflowCxIntent#priority}
- Specified by:
getPriorityin interfaceDialogflowCxIntentConfig
-
getTimeouts
public final DialogflowCxIntentTimeouts getTimeouts()
Description copied from interface:DialogflowCxIntentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#timeouts DialogflowCxIntent#timeouts}
- Specified by:
getTimeoutsin interfaceDialogflowCxIntentConfig
-
getTrainingPhrases
public final Object getTrainingPhrases()
Description copied from interface:DialogflowCxIntentConfigtraining_phrases block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#training_phrases DialogflowCxIntent#training_phrases}
- Specified by:
getTrainingPhrasesin interfaceDialogflowCxIntentConfig
-
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
-
-