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

List of summarization sections.

Attributes

  • summarizationSections (type: list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationSection.t), default: nil) - Optional. Summarization sections.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationSectionList{
    summarizationSections:
      [
        GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SummarizationSection.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.