Uses of Class
com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type.DialogflowCxEntityTypeEntities.Builder
-
Packages that use DialogflowCxEntityTypeEntities.Builder Package Description com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type google_dialogflow_cx_entity_type -
-
Uses of DialogflowCxEntityTypeEntities.Builder in com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type
Methods in com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type that return DialogflowCxEntityTypeEntities.Builder Modifier and Type Method Description static DialogflowCxEntityTypeEntities.BuilderDialogflowCxEntityTypeEntities. builder()DialogflowCxEntityTypeEntities.BuilderDialogflowCxEntityTypeEntities.Builder. synonyms(List<String> synonyms)Sets the value ofDialogflowCxEntityTypeEntities.getSynonyms()DialogflowCxEntityTypeEntities.BuilderDialogflowCxEntityTypeEntities.Builder. value(String value)Sets the value ofDialogflowCxEntityTypeEntities.getValue()Constructors in com.hashicorp.cdktf.providers.google.dialogflow_cx_entity_type with parameters of type DialogflowCxEntityTypeEntities.Builder Constructor Description Jsii$Proxy(DialogflowCxEntityTypeEntities.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxEntityTypeEntities.Builder.
-