Google Cloud Dialogflow v2beta1 API - Class ConversationContext (1.0.0-beta18)

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

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

Context of the conversation, including transcripts.

Inheritance

object > ConversationContext

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.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