Suggest summary for a conversation based on specific historical messages. The range of the messages to be used for summary can be specified in the request.
HTTP request
POST https://{endpoint}/v2beta1/{conversation=projects/*/locations/*/conversations/*}/suggestions:suggestConversationSummary
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.
Optional. Max number of messages prior to and including [latestMessage] to use as context when compiling the suggestion. By default 500 and at most 1000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This API endpoint `POST https://{endpoint}/v2beta1/{conversation=projects/*/locations/*/conversations/*}/suggestions:suggestConversationSummary` generates conversation summaries, using gRPC Transcoding syntax for URLs."],["The request requires a `conversation` path parameter, which is a string indicating the conversation's location in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e`."],["The request body allows specifying `latestMessage` to define the message context, `contextSize` to limit the number of contextual messages, and `assistQueryParams` for human assist query parameters, all optional."],["The API returns a `SuggestConversationSummaryResponse` upon successful completion."],["Authorization for this endpoint requires either the `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow` OAuth scopes."]]],[]]