public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent()
Optional. The name of a dialogflow virtual agent used for intent
detection and suggestion triggered by human agent.
Format: projects/<Project ID>/locations/<Location ID>/agent
.
string agent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The agent. |
getAgentBytes()
public abstract ByteString getAgentBytes()
Optional. The name of a dialogflow virtual agent used for intent
detection and suggestion triggered by human agent.
Format: projects/<Project ID>/locations/<Location ID>/agent
.
string agent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for agent. |