GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryRequest (google_api_dialogflow v0.89.0)
View SourceThe request message for Conversations.SuggestConversationSummary.
Attributes
-
assistQueryParams(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AssistQueryParameters.t, default:nil) - Optional. Parameters for a human assist query. Only used for POC/demo purpose. -
contextSize(type:integer(), default:nil) - Optional. Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion. By default 500 and at most 1000. -
latestMessage(type:String.t, default:nil) - Optional. The name of the latest conversation message used as context for compiling suggestion. If empty, the latest message of the conversation will be used. Format:projects//locations//conversations//messages/.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2SuggestConversationSummaryRequest{ assistQueryParams: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AssistQueryParameters.t() | nil, contextSize: integer() | nil, latestMessage: String.t() | nil }