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."],[[["The latest version of the `ConversationInfo` class within the `Google.Cloud.Dialogflow.V2` namespace is 4.26.0, with numerous previous versions dating back to 3.2.0 also available."],["`ConversationInfo` is a sealed class that represents metadata of a conversation, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `Object` class, and includes properties like `LanguageCode`, which is used for specifying the language of the conversation data."],["There are two constructors available for creating instances of the `ConversationInfo` class, the first is the default `ConversationInfo()` constructor, and the second is the `ConversationInfo(ConversationInfo other)` constructor, which takes another `ConversationInfo` object as a parameter."]]],[]]