public sealed class QueryExtensionResponse : IMessage<QueryExtensionResponse>, IEquatable<QueryExtensionResponse>, IDeepCloneable<QueryExtensionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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"]],[["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-21 UTC."],[[["This documentation details the `QueryExtensionResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta01."],["The `QueryExtensionResponse` class is a response message for `ExtensionExecutionService.QueryExtension`, providing details about the interaction with the AI Platform extension."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The `QueryExtensionResponse` class includes properties such as `FailureMessage` (a string for error messages) and `Steps` (a `RepeatedField` of `Content` objects representing interaction steps)."],["The documentation outlines the constructors, inherited members, namespace, and assembly associated with the QueryExtensionResponse class."]]],[]]