Google Cloud Discovery Engine V1 Client - Class ConversationContext (0.8.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContextDocuments

The current list of documents the user is seeing.

It contains the document resource references.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getActiveDocument

The current active document the user opened.

It contains the document resource reference.

Returns
TypeDescription
string

setActiveDocument

The current active document the user opened.

It contains the document resource reference.

Parameter
NameDescription
var string
Returns
TypeDescription
$this