public sealed class IngestContextReferencesResponse : IMessage<IngestContextReferencesResponse>, IEquatable<IngestContextReferencesResponse>, IDeepCloneable<IngestContextReferencesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IngestContextReferencesResponse.
The response message for [ConversationsService.IngestContextReferences][].
[[["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-05-02 UTC."],[[["The `IngestContextReferencesResponse` class is part of the Google Cloud Dialogflow v2beta1 API, specifically within the `Google.Cloud.Dialogflow.V2Beta1` namespace."],["This class serves as the response message for the `ConversationsService.IngestContextReferences` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within Google Protobuf structures."],["It includes a property named `IngestedContextReferences` which is a `MapField` containing all ingested context references, with a string key and `Conversation.Types.ContextReference` as a type."],["It can be constructed without parameters, or by passing an existing instance of `IngestContextReferencesResponse` as a parameter."]]],[]]