Google Cloud Dialogflow v2 API - Class ConversationContext (4.21.0)

public sealed class ConversationContext : IMessage<ConversationContext>, IEquatable<ConversationContext>, IDeepCloneable<ConversationContext>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationContext.

Context of the conversation, including transcripts.

Inheritance

object > ConversationContext

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ConversationContext()

public ConversationContext()

ConversationContext(ConversationContext)

public ConversationContext(ConversationContext other)
Parameter
Name Description
other ConversationContext

Properties

MessageEntries

public RepeatedField<MessageEntry> MessageEntries { get; }

Optional. List of message transcripts in the conversation.

Property Value
Type Description
RepeatedFieldMessageEntry