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."],[[["This webpage provides documentation for the `ConversationInfo` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The latest version documented is 4.26.0, while also providing access to previous versions, down to version 3.2.0."],["The `ConversationInfo` class is used to represent metadata related to a conversation and inherits from Object while implementing several interfaces such as IMessage, IEquatable, and IDeepCloneable."],["The class has two constructors: a default one and one that takes another `ConversationInfo` object as a parameter."],["It includes a `LanguageCode` property, which is an optional string that specifies the language code of the conversation data, supporting all UTF-8 languages."]]],[]]