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 latest version of the Google Cloud Dialogflow V2 API is 4.26.0, and the documentation provides access to a range of versions from 3.2.0 up to the latest one."],["The `ConversationInfo` class represents metadata of a conversation within the Google Cloud Dialogflow V2 API, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConversationInfo` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is found within the `Google.Cloud.Dialogflow.V2.dll` assembly."],["`ConversationInfo` has two constructors available: one for a default instance and another to create a new instance based on an existing `ConversationInfo` object."],["The `LanguageCode` property, of type `string`, allows setting and getting the language code for the conversation data, supporting all UTF-8 languages as per Google API standards."]]],[]]