Discovery Engine v1beta API - Class ConversationContext (1.0.0-beta12)

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

Reference documentation and code samples for the Discovery Engine v1beta API class ConversationContext.

Defines context of the conversation

Inheritance

object > ConversationContext

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ConversationContext()

public ConversationContext()

ConversationContext(ConversationContext)

public ConversationContext(ConversationContext other)
Parameter
NameDescription
otherConversationContext

Properties

ActiveDocument

public string ActiveDocument { get; set; }

The current active document the user opened. It contains the document resource reference.

Property Value
TypeDescription
string

ContextDocuments

public RepeatedField<string> ContextDocuments { get; }

The current list of documents the user is seeing. It contains the document resource references.

Property Value
TypeDescription
RepeatedFieldstring