public sealed class ConversationInfo : IMessage<ConversationInfo>, IEquatable<ConversationInfo>, IDeepCloneable<ConversationInfo>, IBufferMessage, IMessage
[[["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 details the `ConversationInfo` class within the `Google.Cloud.Dialogflow.V2` namespace, used to represent conversation metadata."],["The `ConversationInfo` class is available across multiple versions, ranging from 3.2.0 to the latest 4.26.0, with links provided to documentation for each specific version."],["The `ConversationInfo` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `ConversationInfo` object as a parameter."],["`ConversationInfo` includes a `LanguageCode` property of type string, which specifies the language code of the conversation data, supporting all UTF-8 languages."]]],[]]