DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.autoExpansionMode(String autoExpansionMode) |
Represents kinds of entities.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.count(Number count) |
|
static DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.create(software.constructs.Construct scope,
String id) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.displayName(String displayName) |
The human-readable name of the entity type, unique within the agent.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.enableFuzzyExtraction(com.hashicorp.cdktf.IResolvable enableFuzzyExtraction) |
Enables fuzzy entity extraction during classification.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.enableFuzzyExtraction(Boolean enableFuzzyExtraction) |
Enables fuzzy entity extraction during classification.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.entities(com.hashicorp.cdktf.IResolvable entities) |
entities block.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.entities(List<? extends DialogflowCxEntityTypeEntities> entities) |
entities block.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.excludedPhrases(com.hashicorp.cdktf.IResolvable excludedPhrases) |
excluded_phrases block.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.excludedPhrases(List<? extends DialogflowCxEntityTypeExcludedPhrases> excludedPhrases) |
excluded_phrases block.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_entity_type#id DialogflowCxEntityType#id}.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.kind(String kind) |
Indicates whether the entity type can be automatically expanded.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.languageCode(String languageCode) |
The language of the following fields in entityType: EntityType.entities.value EntityType.entities.synonyms EntityType.excluded_phrases.value If not specified, the agent's default language is used.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.parent(String parent) |
The agent to create a entity type for.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.provisioners(List<? extends Object> provisioners) |
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.redact(com.hashicorp.cdktf.IResolvable redact) |
Indicates whether parameters of the entity type should be redacted in log.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.redact(Boolean redact) |
Indicates whether parameters of the entity type should be redacted in log.
|
DialogflowCxEntityType.Builder |
DialogflowCxEntityType.Builder.timeouts(DialogflowCxEntityTypeTimeouts timeouts) |
timeouts block.
|