View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary (google_api_dialogflow v0.78.0)

Generated summary for a conversation.

Attributes

  • answerRecord (type: String.t, default: nil) - The name of the answer record. Format: "projects//answerRecords/"
  • baselineModelVersion (type: String.t, default: nil) - The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
  • text (type: String.t, default: nil) - The summary content that is concatenated into one string.
  • textSections (type: map(), default: nil) - The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary{
    answerRecord: String.t() | nil,
    baselineModelVersion: String.t() | nil,
    text: String.t() | nil,
    textSections: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.