public sealed class ConversationInfo : IMessage<ConversationInfo>, IEquatable<ConversationInfo>, IDeepCloneable<ConversationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationInfo.
[[["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."],[[["The provided content details the `ConversationInfo` class within the Google Cloud Dialogflow V2 API, with a focus on its various versions, ranging from 3.2.0 to 4.26.0, where 4.26.0 is the latest."],["`ConversationInfo` represents metadata about a conversation and is a class that implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationInfo` class inherits from the `object` class and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `ConversationInfo` class includes a property named `LanguageCode`, which is an optional string specifying the language code of the conversation data."],["The namespace for `ConversationInfo` is `Google.Cloud.Dialogflow.V2`, and it's contained in the `Google.Cloud.Dialogflow.V2.dll` assembly."]]],[]]