View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationSection (google_api_dialogflow v0.88.0)

Represents the section of summarization.

Attributes

  • definition (type: String.t, default: nil) - Optional. Definition of the section, for example, "what the customer needs help with or has question about."
  • key (type: String.t, default: nil) - Optional. Name of the section, for example, "situation".
  • type (type: String.t, default: nil) - Optional. Type of the summarization section.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationSection{
    definition: String.t() | nil,
    key: String.t() | nil,
    type: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.