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-06-12 UTC."],[[["This webpage provides reference documentation for the `ConversationInfo` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The latest version of the `ConversationInfo` class is 4.26.0, with documentation available for versions ranging from 3.2.0 to 4.26.0."],["The `ConversationInfo` class, which represents the metadata of a conversation, inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationInfo` class includes a property called `LanguageCode`, which allows you to set the language code for the conversation data."],["The documentation includes details on the available constructors for creating `ConversationInfo` instances, including a default constructor and one that takes another `ConversationInfo` instance."]]],[]]