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.
Represents metadata of a conversation.
Implements
IMessageConversationInfo, IEquatableConversationInfo, IDeepCloneableConversationInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationInfo()
public ConversationInfo()
ConversationInfo(ConversationInfo)
public ConversationInfo(ConversationInfo other)
Parameter | |
---|---|
Name | Description |
other | ConversationInfo |
Properties
LanguageCode
public string LanguageCode { get; set; }
Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
Property Value | |
---|---|
Type | Description |
string |