google_api_dialogflow v0.38.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EntityTypeEntity View Source

An entity entry for an associated entity type.

Attributes

  • synonyms (type: list(String.t), default: nil) - Required. 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.
  • value (type: String.t, default: nil) - Required. 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).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EntityTypeEntity{
  synonyms: [String.t()],
  value: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.