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

The minimum amount of information required to generate a Summary without having a Conversation resource created.

Attributes

  • messages (type: list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Message.t), default: nil) - Required. The messages that the Summary will be generated from. It is expected that this message content is already redacted and does not contain any PII. Required fields: {content, language_code, participant, participant_role} Optional fields: {send_time} If send_time is not provided, then the messages must be provided in chronological order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation{
    messages:
      [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Message.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.