The name of the latest conversation message used as context for compiling suggestion. The format is specific to the user and the names of the messages provided.
contextSize
integer
Number of messages prior to and including [last_conversation_message][] used to compile the suggestion. It may be smaller than the [GenerateStatelessSummaryRequest.context_size][] field in the request if there weren't that many messages in the conversation.
The summary content that is concatenated into one string.
textSections
map (key: string, value: string)
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
baselineModelVersion
string
The baseline model version used to generate this summary. It is empty if a baseline model was not used to generate this summary.
[[["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-06-27 UTC."],[[["\u003cp\u003eThis document outlines the JSON representation and fields for the \u003ccode\u003eConversations.GenerateStatelessSummary\u003c/code\u003e response, used to generate a summary of a conversation.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a \u003ccode\u003esummary\u003c/code\u003e object, \u003ccode\u003elatestMessage\u003c/code\u003e string, and \u003ccode\u003econtextSize\u003c/code\u003e integer, detailing the generated summary, the latest message used for context, and the number of messages used.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esummary\u003c/code\u003e object contains a \u003ccode\u003etext\u003c/code\u003e string for the complete summary, \u003ccode\u003etextSections\u003c/code\u003e for segmented content, and \u003ccode\u003ebaselineModelVersion\u003c/code\u003e indicating the model version used for generation.\u003c/p\u003e\n"],["\u003cp\u003eThe textSections object is a map comprised of key-value pairs where the key is the section's name, and the value is the section's content.\u003c/p\u003e\n"]]],[],null,["# GenerateStatelessSummaryResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Summary](#Summary)\n - [JSON representation](#Summary.SCHEMA_REPRESENTATION)\n\nThe response message for [Conversations.GenerateStatelessSummary](/dialogflow/es/docs/reference/rest/v2beta1/projects.suggestions/generateStatelessSummary#google.cloud.dialogflow.v2beta1.Conversations.GenerateStatelessSummary).\n\nSummary\n-------\n\nGenerated summary for a conversation."]]