public sealed class RetrieveContextsResponse : IMessage<RetrieveContextsResponse>, IEquatable<RetrieveContextsResponse>, IDeepCloneable<RetrieveContextsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class RetrieveContextsResponse.
Response message for
[VertexRagService.RetrieveContexts][google.cloud.aiplatform.v1beta1.VertexRagService.RetrieveContexts].
[[["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-25 UTC."],[[["The `RetrieveContextsResponse` class is the response message for the `VertexRagService.RetrieveContexts` method within the Vertex AI v1beta1 API."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is located in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It has a `Contexts` property of type `RagContexts`, which holds the contexts related to a query."],["The class comes in two versions, the latest being `1.0.0-beta21`."]]],[]]