Google Cloud Dialogflow v2 API - Class ConversationInfo (4.18.0)

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.

Inheritance

object > ConversationInfo

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationInfo()

public ConversationInfo()

ConversationInfo(ConversationInfo)

public ConversationInfo(ConversationInfo other)
Parameter
NameDescription
otherConversationInfo

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
TypeDescription
string