Gemini Enterprise for Customer Experience v1 API - Class TriggerAction.Types.TransferAgent (1.0.0-beta01)

public sealed class TriggerAction.Types.TransferAgent : IMessage<TriggerAction.Types.TransferAgent>, IEquatable<TriggerAction.Types.TransferAgent>, IDeepCloneable<TriggerAction.Types.TransferAgent>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TriggerAction.Types.TransferAgent.

The agent will transfer the conversation to a different agent.

Inheritance

object > TriggerAction.Types.TransferAgent

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

TransferAgent()

public TransferAgent()

TransferAgent(TransferAgent)

public TransferAgent(TriggerAction.Types.TransferAgent other)
Parameter
Name Description
other TriggerActionTypesTransferAgent

Properties

Agent

public string Agent { get; set; }

Required. The name of the agent to transfer the conversation to. The agent must be in the same app as the current agent. Format: projects/{project}/locations/{location}/apps/{app}/agents/{agent}

Property Value
Type Description
string

AgentAsAgentName

public AgentName AgentAsAgentName { get; set; }

AgentName-typed view over the Agent resource name property.

Property Value
Type Description
AgentName