Number of messages prior to and including latestMessage 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.
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" }.
answerRecord
string
The name of the answer record. Format: "projects//answerRecords/"
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-03-05 UTC."],[[["The response from `Conversations.SuggestConversationSummary` includes a generated summary, the latest message used for context, and the number of messages used for context."],["The generated summary is an object containing the full summary as a single string (`text`), and a breakdown of the summary into named sections (`textSections`)."],["The response also includes `answerRecord` and `baselineModelVersion`, the model that was used to generate the summary."],["The latest message used for context is identified by its name, following a specific format that includes the project, location, conversation, and message IDs."],["The `contextSize` field indicates how many messages were used to create the summary, and it might be smaller than requested if the conversation had fewer messages."]]],[]]