Package com.google.cloud.dialogflow.v2
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 StringgetAgent()Required.com.google.protobuf.ByteStringgetAgentBytes()Required.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfiggetHumanAgentSideConfig()Optional.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuildergetHumanAgentSideConfigOrBuilder()Optional.booleanhasHumanAgentSideConfig()Optional.-
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()
Optional. The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the humanAgentSideConfig field is set.
-
getHumanAgentSideConfig
HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig getHumanAgentSideConfig()
Optional. The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The humanAgentSideConfig.
-
getHumanAgentSideConfigOrBuilder
HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfigOrBuilder getHumanAgentSideConfigOrBuilder()
Optional. The Dialogflow assist configuration for human agent.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.DialogflowQuerySource.HumanAgentSideConfig human_agent_side_config = 3 [(.google.api.field_behavior) = OPTIONAL];
-
-