public sealed class AgentTransfer : IMessage<AgentTransfer>, IEquatable<AgentTransfer>, IDeepCloneable<AgentTransfer>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class AgentTransfer.
Represents an event indicating the transfer of a conversation to a different agent.
Implements
IMessageAgentTransfer, IEquatableAgentTransfer, IDeepCloneableAgentTransfer, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
AgentTransfer()
public AgentTransfer()AgentTransfer(AgentTransfer)
public AgentTransfer(AgentTransfer other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentTransfer |
Properties
DisplayName
public string DisplayName { get; set; }Output only. Display name of the agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TargetAgent
public string TargetAgent { get; set; }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}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TargetAgentAsAgentName
public AgentName TargetAgentAsAgentName { get; set; }AgentName-typed view over the TargetAgent resource name property.
| Property Value | |
|---|---|
| Type | Description |
AgentName |
|