google_api_dialogflow v0.2.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart View Source

Represents a part of a training phrase.

Attributes

  • alias (String.t): Optional. The parameter name for the value extracted from the annotated part of the example. Defaults to: null.
  • entityType (String.t): Optional. The entity type name prefixed with `@`. This field is required for the annotated part of the text and applies only to examples. Defaults to: null.
  • text (String.t): Required. The text corresponding to the example or template, if there are no annotations. For annotated examples, it is the text for one of the example's parts. Defaults to: null.
  • userDefined (boolean()): Optional. Indicates whether the text was manually annotated by the developer. Defaults to: null.

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.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart{
    alias: any(),
    entityType: any(),
    text: any(),
    userDefined: any()
  }

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.