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-03-25 UTC."],[[["This document provides reference information for the `RetrieveContextsResponse` class within the Cloud AI Platform v1beta1 API, specifically for .NET developers."],["`RetrieveContextsResponse` is a response message for the `VertexRagService.RetrieveContexts` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and it's located within the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It includes a `Contexts` property of type `RagContexts`, which represents the contexts of the query."],["The latest version is `1.0.0-beta21`, and this specific documentation is for `1.0.0-beta09` with a previous `1.0.0-beta20` version also accessible."]]],[]]