Google Cloud Discovery Engine V1 Client - Class Conversation (1.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Conversation.

External conversation proto definition.

Generated from protobuf message google.cloud.discoveryengine.v1.Conversation

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getName

Immutable. Fully qualified name projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/* or projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*.

Returns
Type Description
string

setName

Immutable. Fully qualified name projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/* or projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*.

Parameter
Name Description
var string
Returns
Type Description
$this

getState

The state of the Conversation.

Returns
Type Description
int Enum of type State.

setState

The state of the Conversation.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this

getUserPseudoId

A unique identifier for tracking users.

Returns
Type Description
string

setUserPseudoId

A unique identifier for tracking users.

Parameter
Name Description
var string
Returns
Type Description
$this

getMessages

Conversation messages.

Returns
Type Description
Google\Protobuf\RepeatedField<ConversationMessage>

setMessages

Conversation messages.

Parameter
Name Description
var array<ConversationMessage>
Returns
Type Description
$this

getStartTime

Output only. The time the conversation started.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Output only. The time the conversation started.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

Output only. The time the conversation finished.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the conversation finished.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this