Interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentAssistantConfig.SuggestionFeatureConfig
,HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder
- Enclosing class:
- HumanAgentAssistantConfig
public static interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSuggestionFeature
boolean hasSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
- Returns:
- Whether the suggestionFeature field is set.
-
getSuggestionFeature
SuggestionFeature getSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
- Returns:
- The suggestionFeature.
-
getSuggestionFeatureOrBuilder
SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
-
getEnableEventBasedSuggestion
boolean getEnableEventBasedSuggestion()
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION, KNOWLEDGE_ASSIST.
bool enable_event_based_suggestion = 3;
- Returns:
- The enableEventBasedSuggestion.
-
getDisableAgentQueryLogging
boolean getDisableAgentQueryLogging()
Optional. Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records. Supported features: KNOWLEDGE_SEARCH.
bool disable_agent_query_logging = 14 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The disableAgentQueryLogging.
-
hasSuggestionTriggerSettings
boolean hasSuggestionTriggerSettings()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
- Returns:
- Whether the suggestionTriggerSettings field is set.
-
getSuggestionTriggerSettings
HumanAgentAssistantConfig.SuggestionTriggerSettings getSuggestionTriggerSettings()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
- Returns:
- The suggestionTriggerSettings.
-
getSuggestionTriggerSettingsOrBuilder
HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder getSuggestionTriggerSettingsOrBuilder()
Settings of suggestion trigger. Currently, only ARTICLE_SUGGESTION, FAQ, and DIALOGFLOW_ASSIST will use this field.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
-
hasQueryConfig
boolean hasQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
- Returns:
- Whether the queryConfig field is set.
-
getQueryConfig
HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
- Returns:
- The queryConfig.
-
getQueryConfigOrBuilder
HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
-
hasConversationModelConfig
boolean hasConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
- Returns:
- Whether the conversationModelConfig field is set.
-
getConversationModelConfig
HumanAgentAssistantConfig.ConversationModelConfig getConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
- Returns:
- The conversationModelConfig.
-
getConversationModelConfigOrBuilder
HumanAgentAssistantConfig.ConversationModelConfigOrBuilder getConversationModelConfigOrBuilder()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
-
hasConversationProcessConfig
boolean hasConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
- Returns:
- Whether the conversationProcessConfig field is set.
-
getConversationProcessConfig
HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
- Returns:
- The conversationProcessConfig.
-
getConversationProcessConfigOrBuilder
HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
-
-