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

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

External conversation proto definition.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ state int

The state of the Conversation.

↳ user_pseudo_id string

A unique identifier for tracking users.

↳ messages array<Google\Cloud\DiscoveryEngine\V1beta\ConversationMessage>

Conversation messages.

↳ start_time Google\Protobuf\Timestamp

Output only. The time the conversation started.

↳ end_time Google\Protobuf\Timestamp

Output only. The time the conversation finished.

getName

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

Returns
Type Description
string

setName

Immutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/* or 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

setState

The state of the Conversation.

Parameter
Name Description
var int
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\Internal\RepeatedField

setMessages

Conversation messages.

Parameter
Name Description
var array<Google\Cloud\DiscoveryEngine\V1beta\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