View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestionSummarySection (google_api_dialogflow v0.87.0)

A component of the generated summary.

Attributes

  • section (type: String.t, default: nil) - Required. Name of the section.
  • summary (type: String.t, default: nil) - Required. Summary text for the section.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarySuggestionSummarySection{
    section: String.t() | nil,
    summary: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.