public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgent()
public abstract String getAgent() Required. The name of a dialogflow virtual agent used for end user side
intent detection and suggestion. Format: projects/<Project
ID>/locations/<Location ID>/agent. When multiple agents are allowed in
the same Dialogflow project.
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 a dialogflow virtual agent used for end user side
intent detection and suggestion. Format: projects/<Project
ID>/locations/<Location ID>/agent. When multiple agents are allowed in
the same Dialogflow project.
string agent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for agent. |
getHumanAgentSideConfig()
public abstract HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig getHumanAgentSideConfig()The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig |
The humanAgentSideConfig. |
getHumanAgentSideConfigOrBuilder()
public abstract HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder getHumanAgentSideConfigOrBuilder()The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder |
|
hasHumanAgentSideConfig()
public abstract boolean hasHumanAgentSideConfig()The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the humanAgentSideConfig field is set. |