public sealed class QueryReasoningEngineResponse : IMessage<QueryReasoningEngineResponse>, IEquatable<QueryReasoningEngineResponse>, IDeepCloneable<QueryReasoningEngineResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class QueryReasoningEngineResponse.
Response message for [ReasoningEngineExecutionService.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-04-09 UTC."],[[["The `QueryReasoningEngineResponse` class is part of the Cloud AI Platform v1beta1 API and is used to represent the response message for `ReasoningEngineExecutionService.Query`."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a default constructor, `QueryReasoningEngineResponse()`, and a copy constructor that takes another `QueryReasoningEngineResponse` as a parameter."],["The class has a single property, `Output`, which holds the user-provided response in JSON object format, represented by the `Value` type."],["The documentation is available for both the latest version, 1.0.0-beta21, and an older version, 1.0.0-beta20."]]],[]]