public sealed class RetrieveContextsResponse : IMessage<RetrieveContextsResponse>, IEquatable<RetrieveContextsResponse>, IDeepCloneable<RetrieveContextsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["The `RetrieveContextsResponse` class is part of the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class serves as the response message for the `VertexRagService.RetrieveContexts` method, enabling the retrieval of query contexts."],["It inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Contexts` property, of type `RagContexts`, which holds the contexts associated with a query."],["The class offers two constructors: a default one with no arguments, and an overloaded one that accepts another `RetrieveContextsResponse` instance as a copy parameter."]]],[]]