public static interface TriggerAction.TransferAgentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent() 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}
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes() 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}
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agent. |