Google Cloud Discovery Engine V1beta Client - Class ConversationContext (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ConversationContext.

Defines context of the conversation

Generated from protobuf message google.cloud.discoveryengine.v1beta.ConversationContext

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__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