Class DialogflowCxEntityTypeEntities.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type.DialogflowCxEntityTypeEntities.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxEntityTypeEntities,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxEntityTypeEntities
@Stability(Stable) @Internal public static final class DialogflowCxEntityTypeEntities.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxEntityTypeEntities
An implementation forDialogflowCxEntityTypeEntities
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type.DialogflowCxEntityTypeEntities
DialogflowCxEntityTypeEntities.Builder, DialogflowCxEntityTypeEntities.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxEntityTypeEntities.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxEntityTypeEntities.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getSynonyms()A collection of value synonyms.StringgetValue()The primary value associated with this entity entry.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxEntityTypeEntities.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxEntityTypeEntities.Builder.
-
-
Method Detail
-
getSynonyms
public final List<String> getSynonyms()
Description copied from interface:DialogflowCxEntityTypeEntitiesA 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}
- Specified by:
getSynonymsin interfaceDialogflowCxEntityTypeEntities
-
getValue
public final String getValue()
Description copied from interface:DialogflowCxEntityTypeEntitiesThe 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}
- Specified by:
getValuein interfaceDialogflowCxEntityTypeEntities
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-