Google Cloud Dialogflow V2 Client - Class HumanAgentAssistantEvent (1.12.2)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class HumanAgentAssistantEvent.

Represents a notification sent to Cloud Pub/Sub subscribers for human agent assistant events in a specific conversation.

Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantEvent

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ conversation string

The conversation this notification refers to. Format: projects/<Project ID>/conversations/<Conversation ID>.

↳ participant string

The participant that the suggestion is compiled for. Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

↳ suggestion_results array<Google\Cloud\Dialogflow\V2\SuggestionResult>

The suggestion results payload that this notification refers to.

getConversation

The conversation this notification refers to.

Format: projects/<Project ID>/conversations/<Conversation ID>.

Returns
Type Description
string

setConversation

The conversation this notification refers to.

Format: projects/<Project ID>/conversations/<Conversation ID>.

Parameter
Name Description
var string
Returns
Type Description
$this

getParticipant

The participant that the suggestion is compiled for.

Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

Returns
Type Description
string

setParticipant

The participant that the suggestion is compiled for.

Format: projects/<Project ID>/conversations/<Conversation ID>/participants/<Participant ID>. It will not be set in legacy workflow.

Parameter
Name Description
var string
Returns
Type Description
$this

getSuggestionResults

The suggestion results payload that this notification refers to.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSuggestionResults

The suggestion results payload that this notification refers to.

Parameter
Name Description
var array<Google\Cloud\Dialogflow\V2\SuggestionResult>
Returns
Type Description
$this