Class DialogflowCxIntentParameters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_intent.DialogflowCxIntentParameters.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxIntentParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxIntentParameters
@Stability(Stable) @Internal public static final class DialogflowCxIntentParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxIntentParameters
An implementation forDialogflowCxIntentParameters
-
-
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.DialogflowCxIntentParameters
DialogflowCxIntentParameters.Builder, DialogflowCxIntentParameters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxIntentParameters.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxIntentParameters.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)StringgetEntityType()The entity type of the parameter.StringgetId()The unique identifier of the parameter.ObjectgetIsList()Indicates whether the parameter represents a list of values.ObjectgetRedact()Indicates whether the parameter content should be redacted in log.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(DialogflowCxIntentParameters.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxIntentParameters.Builder.
-
-
Method Detail
-
getEntityType
public final String getEntityType()
Description copied from interface:DialogflowCxIntentParametersThe entity type of the parameter.Format: projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects/ /locations/ /agents/ /entityTypes/ for developer entity types. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#entity_type DialogflowCxIntent#entity_type} - Specified by:
getEntityTypein interfaceDialogflowCxIntentParameters
-
getId
public final String getId()
Description copied from interface:DialogflowCxIntentParametersThe unique identifier of the parameter. This field is used by training phrases to annotate their parts.Docs 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 interfaceDialogflowCxIntentParameters
-
getIsList
public final Object getIsList()
Description copied from interface:DialogflowCxIntentParametersIndicates whether the parameter represents a list of values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#is_list DialogflowCxIntent#is_list}
- Specified by:
getIsListin interfaceDialogflowCxIntentParameters
-
getRedact
public final Object getRedact()
Description copied from interface:DialogflowCxIntentParametersIndicates whether the parameter content should be redacted in log.If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_intent#redact DialogflowCxIntent#redact}
- Specified by:
getRedactin interfaceDialogflowCxIntentParameters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-