Interface DialogflowCxIntentParameters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxIntentParameters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.956Z") @Stability(Stable) public interface DialogflowCxIntentParameters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxIntentParameters.BuilderA builder forDialogflowCxIntentParametersstatic classDialogflowCxIntentParameters.Jsii$ProxyAn implementation forDialogflowCxIntentParameters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowCxIntentParameters.Builderbuilder()StringgetEntityType()The entity type of the parameter.StringgetId()The unique identifier of the parameter.default ObjectgetIsList()Indicates whether the parameter represents a list of values.default ObjectgetRedact()Indicates whether the parameter content should be redacted in log.
-
-
-
Method Detail
-
getEntityType
@Stability(Stable) @NotNull String getEntityType()
The 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}
-
getId
@Stability(Stable) @NotNull String getId()
The 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.
-
getIsList
@Stability(Stable) @Nullable default Object getIsList()
Indicates 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}
-
getRedact
@Stability(Stable) @Nullable default Object getRedact()
Indicates 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}
-
builder
@Stability(Stable) static DialogflowCxIntentParameters.Builder builder()
-
-