Interface DialogflowEntityTypeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DialogflowEntityTypeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.030Z") @Stability(Stable) public interface DialogflowEntityTypeConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowEntityTypeConfig.BuilderA builder forDialogflowEntityTypeConfigstatic classDialogflowEntityTypeConfig.Jsii$ProxyAn implementation forDialogflowEntityTypeConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DialogflowEntityTypeConfig.Builderbuilder()StringgetDisplayName()The name of this entity type to be displayed on the console.default ObjectgetEnableFuzzyExtraction()Enables fuzzy entity extraction during classification.default ObjectgetEntities()entities block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#id DialogflowEntityType#id}.StringgetKind()Indicates the kind of entity type.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#project DialogflowEntityType#project}.default DialogflowEntityTypeTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
The name of this entity type to be displayed on the console.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#display_name DialogflowEntityType#display_name}
-
getKind
@Stability(Stable) @NotNull String getKind()
Indicates the kind of entity type.* KIND_MAP: Map entity types allow mapping of a group of synonyms to a reference value. * KIND_LIST: List entity types contain a set of entries that do not map to reference values. However, list entity types can contain references to other entity types (with or without aliases). * KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values. Possible values: ["KIND_MAP", "KIND_LIST", "KIND_REGEXP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#kind DialogflowEntityType#kind}
-
getEnableFuzzyExtraction
@Stability(Stable) @Nullable default Object getEnableFuzzyExtraction()
Enables fuzzy entity extraction during classification.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#enable_fuzzy_extraction DialogflowEntityType#enable_fuzzy_extraction}
-
getEntities
@Stability(Stable) @Nullable default Object getEntities()
entities block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#entities DialogflowEntityType#entities}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#id DialogflowEntityType#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#project DialogflowEntityType#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DialogflowEntityTypeTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#timeouts DialogflowEntityType#timeouts}
-
builder
@Stability(Stable) static DialogflowEntityTypeConfig.Builder builder()
- Returns:
- a
DialogflowEntityTypeConfig.BuilderofDialogflowEntityTypeConfig
-
-