Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ConversationContext.
Defines context of the conversation
Generated from protobuf message google.cloud.discoveryengine.v1.ConversationContext
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ context_documents
array
The current list of documents the user is seeing. It contains the document resource references.
↳ active_document
string
The current active document the user opened. It contains the document resource reference.
getContextDocuments
The current list of documents the user is seeing.
It contains the document resource references.
setContextDocuments
The current list of documents the user is seeing.
It contains the document resource references.
var
string[]
$this
getActiveDocument
The current active document the user opened.
It contains the document resource reference.
string
setActiveDocument
The current active document the user opened.
It contains the document resource reference.
var
string
$this