public sealed class ConversationContext : IMessage<ConversationContext>, IEquatable<ConversationContext>, IDeepCloneable<ConversationContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 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 webpage provides reference documentation for the `ConversationContext` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `ConversationContext` class is a part of the `Google.Cloud.Dialogflow.V2` namespace and is defined in the `Google.Cloud.Dialogflow.V2.dll` assembly."],["The page lists the different available versions of the `ConversationContext` class, with the latest being 4.26.0, and includes versions as far back as 3.2.0."],["The `ConversationContext` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ConversationContext` class includes a `MessageEntries` property of type `RepeatedField` which contains a list of `MessageEntry` elements, and can be instantiated using two constructors, one empty and another accepting another `ConversationContext` object."]]],[]]