public sealed class QueryExtensionResponse : IMessage<QueryExtensionResponse>, IEquatable<QueryExtensionResponse>, IDeepCloneable<QueryExtensionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class QueryExtensionResponse.
Response message for
[ExtensionExecutionService.QueryExtension][google.cloud.aiplatform.v1beta1.ExtensionExecutionService.QueryExtension].
Steps of extension or LLM interaction, can contain function call,
function response, or text response. The last step contains the final
response to the query.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eQueryExtensionResponse\u003c/code\u003e class is part of the Vertex AI v1beta1 API and is found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class represents the response message for the \u003ccode\u003eExtensionExecutionService.QueryExtension\u003c/code\u003e method, and it inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryExtensionResponse\u003c/code\u003e class has two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eQueryExtensionResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two key properties: \u003ccode\u003eFailureMessage\u003c/code\u003e, a string that stores any error message if present, and \u003ccode\u003eSteps\u003c/code\u003e, a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eContent\u003c/code\u003e that details the sequence of interactions in the extension or LLM process, concluding with the final query response.\u003c/p\u003e\n"],["\u003cp\u003eThe newest versions of the API is 1.0.0-beta21 and 1.0.0-beta20 is a previous version.\u003c/p\u003e\n"]]],[],null,[]]