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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setContextDocuments
The current list of documents the user is seeing.
It contains the document resource references.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getActiveDocument
The current active document the user opened.
It contains the document resource reference.
Returns | |
---|---|
Type | Description |
string |
setActiveDocument
The current active document the user opened.
It contains the document resource reference.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |