Interface DialogflowEntityTypeEntities
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowEntityTypeEntities.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.031Z") @Stability(Stable) public interface DialogflowEntityTypeEntities extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowEntityTypeEntities.BuilderA builder forDialogflowEntityTypeEntitiesstatic classDialogflowEntityTypeEntities.Jsii$ProxyAn implementation forDialogflowEntityTypeEntities
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DialogflowEntityTypeEntities.Builderbuilder()List<String>getSynonyms()A collection of value synonyms.StringgetValue()The primary value associated with this entity entry.
-
-
-
Method Detail
-
getSynonyms
@Stability(Stable) @NotNull List<String> getSynonyms()
A collection of value synonyms.For example, if the entity type is vegetable, and value is scallions, a synonym could be green onions. For KIND_LIST entity types: * This collection must contain exactly one synonym equal to value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#synonyms DialogflowEntityType#synonyms}
-
getValue
@Stability(Stable) @NotNull String getValue()
The primary value associated with this entity entry.For example, if the entity type is vegetable, the value could be scallions. For KIND_MAP entity types: * A reference value to be used in place of synonyms. For KIND_LIST entity types: * A string that can contain references to other entity types (with or without aliases). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#value DialogflowEntityType#value}
-
builder
@Stability(Stable) static DialogflowEntityTypeEntities.Builder builder()
-
-