public sealed class ConversationContext : IMessage<ConversationContext>, IEquatable<ConversationContext>, IDeepCloneable<ConversationContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ConversationContext.
Context of the conversation, including transcripts.
[[["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-21 UTC."],[[["This document provides reference information for the `ConversationContext` class within the Google Cloud Dialogflow v2beta1 API, specifically for the .NET environment."],["The `ConversationContext` class, which inherits from `object` and implements multiple interfaces, is used to represent the context of a conversation, including transcripts."],["It is available in two versions, `1.0.0-beta23` (latest) and `1.0.0-beta22`, within the `Google.Cloud.Dialogflow.V2Beta1` namespace, found in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["The `ConversationContext` class offers two constructors: a default constructor and another that takes a `ConversationContext` instance as a parameter, and has a `MessageEntries` property that lists message transcripts."],["The class implements methods from `object`, including `GetHashCode`, `GetType`, and `ToString`, for general object handling and properties."]]],[]]