public static interface HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationModelConfig()
public abstract HumanAgentAssistantConfig.ConversationModelConfig getConversationModelConfig()Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationModelConfig |
The conversationModelConfig. |
getConversationModelConfigOrBuilder()
public abstract HumanAgentAssistantConfig.ConversationModelConfigOrBuilder getConversationModelConfigOrBuilder()Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationModelConfigOrBuilder |
|
getConversationProcessConfig()
public abstract HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationProcessConfig |
The conversationProcessConfig. |
getConversationProcessConfigOrBuilder()
public abstract HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder |
|
getDisableAgentQueryLogging()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
The disableAgentQueryLogging. |
getEnableEventBasedSuggestion()
public abstract boolean getEnableEventBasedSuggestion()Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
bool enable_event_based_suggestion = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableEventBasedSuggestion. |
getQueryConfig()
public abstract HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig |
The queryConfig. |
getQueryConfigOrBuilder()
public abstract HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder |
|
getSuggestionFeature()
public abstract SuggestionFeature getSuggestionFeature()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
SuggestionFeature |
The suggestionFeature. |
getSuggestionFeatureOrBuilder()
public abstract SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
SuggestionFeatureOrBuilder |
|
getSuggestionTriggerSettings()
public abstract HumanAgentAssistantConfig.SuggestionTriggerSettings getSuggestionTriggerSettings()Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionTriggerSettings |
The suggestionTriggerSettings. |
getSuggestionTriggerSettingsOrBuilder()
public abstract HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder getSuggestionTriggerSettingsOrBuilder()Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder |
|
hasConversationModelConfig()
public abstract boolean hasConversationModelConfig()Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversationModelConfig field is set. |
hasConversationProcessConfig()
public abstract boolean hasConversationProcessConfig()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversationProcessConfig field is set. |
hasQueryConfig()
public abstract boolean hasQueryConfig()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryConfig field is set. |
hasSuggestionFeature()
public abstract boolean hasSuggestionFeature()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the suggestionFeature field is set. |
hasSuggestionTriggerSettings()
public abstract boolean hasSuggestionTriggerSettings()Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the suggestionTriggerSettings field is set. |