public static interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder extends MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
SuggestionFeature getSuggestionFeature()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()
The suggestion feature.
.google.cloud.dialogflow.v2beta1.SuggestionFeature suggestion_feature = 5;
boolean getEnableEventBasedSuggestion()
Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
bool enable_event_based_suggestion = 3;
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;
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;
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;
boolean hasQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()
Configs of query.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
boolean hasConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
HumanAgentAssistantConfig.ConversationModelConfig getConversationModelConfig()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
HumanAgentAssistantConfig.ConversationModelConfigOrBuilder getConversationModelConfigOrBuilder()
Configs of custom conversation model.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
boolean hasConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()
Configs for processing conversation.
.google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
Copyright © 2022 Google LLC. All rights reserved.