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

Feedback for conversation summarization.

Attributes

  • startTime (type: DateTime.t, default: nil) - Timestamp when composing of the summary starts.
  • submitTime (type: DateTime.t, default: nil) - Timestamp when the summary was submitted.
  • summaryText (type: String.t, default: nil) - Text of actual submitted summary.
  • textSections (type: map(), default: nil) - Optional. Actual text sections of submitted summary.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantFeedbackSummarizationFeedback{
    startTime: DateTime.t() | nil,
    submitTime: DateTime.t() | nil,
    summaryText: String.t() | nil,
    textSections: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.