Interface DialogflowCxEntityTypeEntities
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxEntityTypeEntities.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.923Z") @Stability(Stable) public interface DialogflowCxEntityTypeEntities extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxEntityTypeEntities.BuilderA builder forDialogflowCxEntityTypeEntitiesstatic classDialogflowCxEntityTypeEntities.Jsii$ProxyAn implementation forDialogflowCxEntityTypeEntities
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxEntityTypeEntities.Builderbuilder()default List<String>getSynonyms()A collection of value synonyms.default StringgetValue()The primary value associated with this entity entry.
-
-
-
Method Detail
-
getSynonyms
@Stability(Stable) @Nullable default 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_cx_entity_type#synonyms DialogflowCxEntityType#synonyms}
-
getValue
@Stability(Stable) @Nullable default 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 canonical 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_cx_entity_type#value DialogflowCxEntityType#value}
-
builder
@Stability(Stable) static DialogflowCxEntityTypeEntities.Builder builder()
-
-