Reference documentation and code samples for the Google Cloud Ces V1 Client class AgentTransfer.
Represents an event indicating the transfer of a conversation to a different agent.
Generated from protobuf message google.cloud.ces.v1.AgentTransfer
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target_agent
string
Required. The agent to which the conversation is being transferred. The agent will handle the conversation from this point forward. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}
↳ display_name
string
Output only. Display name of the agent.
getTargetAgent
Required. The agent to which the conversation is being transferred. The
agent will handle the conversation from this point forward. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}
string
setTargetAgent
Required. The agent to which the conversation is being transferred. The
agent will handle the conversation from this point forward. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}
var
string
$this
getDisplayName
Output only. Display name of the agent.
string
setDisplayName
Output only. Display name of the agent.
var
string
$this

