Interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource
,HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.Builder
- Enclosing class:
- HumanAgentAssistantConfig.SuggestionQueryConfig
public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAgent()
Required.com.google.protobuf.ByteString
getAgentBytes()
Required.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig
getHumanAgentSideConfig()
The Dialogflow assist configuration for human agent.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder
getHumanAgentSideConfigOrBuilder()
The Dialogflow assist configuration for human agent.boolean
hasHumanAgentSideConfig()
The Dialogflow assist configuration for human agent.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAgent
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:
- The agent.
-
getAgentBytes
com.google.protobuf.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:
- The bytes for agent.
-
hasHumanAgentSideConfig
boolean hasHumanAgentSideConfig()
The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3;
- Returns:
- Whether the humanAgentSideConfig field is set.
-
getHumanAgentSideConfig
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:
- The humanAgentSideConfig.
-
getHumanAgentSideConfigOrBuilder
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;
-
-