AssistAnswerInfo
Stay organized with collections
Save and categorize content based on your preferences.
Message that identifes an action invocation in the assist answer.
JSON representation |
{
"assistAnswer": string,
"invocationId": string
} |
Fields |
assistAnswer |
string
Required. Name of the assist answer. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assistAnswer}
|
invocationId |
string
Required. The action invocation ID.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["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-03 UTC."],[[["The JSON representation provided outlines the structure for identifying an action invocation within an assist answer."],["The `assistAnswer` field, which is required, contains the name of the assist answer and follows a specific format including project, location, collection, engine, session, and assistAnswer identifiers."],["The `invocationId` field is a required string that represents the unique action invocation ID."]]],[]]