Class DialogflowEntityTypeEntities.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • synonyms

        @Stability(Stable)
        public DialogflowEntityTypeEntities.Builder synonyms​(List<String> synonyms)
        Parameters:
        synonyms - A collection of value synonyms. This parameter is required. 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}
        Returns:
        this
      • value

        @Stability(Stable)
        public DialogflowEntityTypeEntities.Builder value​(String value)
        Parameters:
        value - The primary value associated with this entity entry. This parameter is required. 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}
        Returns:
        this