GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponse (google_api_dialogflow v0.89.0)
View SourceThe response message for Conversations.SuggestConversationSummary.
Attributes
-
contextSize(type:integer(), default:nil) - Number of messages prior to and including latest_message used to compile the suggestion. It may be smaller than the SuggestConversationSummaryRequest.context_size field in the request if there weren't that many messages in the conversation. -
latestMessage(type:String.t, default:nil) - The name of the latest conversation message used as context for compiling suggestion. Format:projects//locations//conversations//messages/. -
summary(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary.t, default:nil) - Generated summary.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponse{ contextSize: integer() | nil, latestMessage: String.t() | nil, summary: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryResponseSummary.t() | nil }