- 4.87.0 (latest)
- 4.86.0
- 4.84.0
- 4.82.0
- 4.81.0
- 4.80.0
- 4.79.0
- 4.78.0
- 4.76.0
- 4.74.0
- 4.73.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.66.0
- 4.65.0
- 4.64.0
- 4.63.0
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder extends GeneratedMessageV3.Builder<HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder> implements HumanAgentAssistantConfig.SuggestionFeatureConfigOrBuilderConfig for suggestion features.
Protobuf type
google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionFeatureConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HumanAgentAssistantConfig.SuggestionFeatureConfig.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
build()
public HumanAgentAssistantConfig.SuggestionFeatureConfig build()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig |
|
buildPartial()
public HumanAgentAssistantConfig.SuggestionFeatureConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig |
|
clear()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearConversationModelConfig()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearConversationModelConfig()Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearConversationProcessConfig()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearConversationProcessConfig()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearDisableAgentQueryLogging()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearDisableAgentQueryLogging()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 |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearEnableConversationAugmentedQuery()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearEnableConversationAugmentedQuery()Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
bool enable_conversation_augmented_query = 16 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearEnableEventBasedSuggestion()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearEnableEventBasedSuggestion()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 |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearEnableQuerySuggestionOnly()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearEnableQuerySuggestionOnly()Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_only = 17 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearEnableQuerySuggestionWhenNoAnswer()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearEnableQuerySuggestionWhenNoAnswer()Optional. Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_when_no_answer = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearEnableResponseDebugInfo()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearEnableResponseDebugInfo()Optional. Enable returning detailed reasons for suggestion results.
For example, with this field disabled, Knowledge Search feature returns NotFound error when no answer is found for the input query. Enabling this field will change the behavior to return an OK response with detailed information indicating the lack of results.
Supported features: KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST
bool enable_response_debug_info = 18 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearQueryConfig()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearQueryConfig()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearRaiSettings()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearRaiSettings()Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearSuggestionFeature()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearSuggestionFeature()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
clearSuggestionTriggerSettings()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clearSuggestionTriggerSettings()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.SuggestionFeatureConfig.Builder |
|
clone()
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder clone()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
getConversationModelConfig()
public 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. |
getConversationModelConfigBuilder()
public HumanAgentAssistantConfig.ConversationModelConfig.Builder getConversationModelConfigBuilder()Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationModelConfig.Builder |
|
getConversationModelConfigOrBuilder()
public 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 HumanAgentAssistantConfig.ConversationProcessConfig getConversationProcessConfig()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationProcessConfig |
The conversationProcessConfig. |
getConversationProcessConfigBuilder()
public HumanAgentAssistantConfig.ConversationProcessConfig.Builder getConversationProcessConfigBuilder()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationProcessConfig.Builder |
|
getConversationProcessConfigOrBuilder()
public HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder getConversationProcessConfigOrBuilder()Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.ConversationProcessConfigOrBuilder |
|
getDefaultInstanceForType()
public HumanAgentAssistantConfig.SuggestionFeatureConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisableAgentQueryLogging()
public 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. |
getEnableConversationAugmentedQuery()
public boolean getEnableConversationAugmentedQuery()Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
bool enable_conversation_augmented_query = 16 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableConversationAugmentedQuery. |
getEnableEventBasedSuggestion()
public 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. |
getEnableQuerySuggestionOnly()
public boolean getEnableQuerySuggestionOnly()Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_only = 17 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableQuerySuggestionOnly. |
getEnableQuerySuggestionWhenNoAnswer()
public boolean getEnableQuerySuggestionWhenNoAnswer()Optional. Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_when_no_answer = 15 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableQuerySuggestionWhenNoAnswer. |
getEnableResponseDebugInfo()
public boolean getEnableResponseDebugInfo()Optional. Enable returning detailed reasons for suggestion results.
For example, with this field disabled, Knowledge Search feature returns NotFound error when no answer is found for the input query. Enabling this field will change the behavior to return an OK response with detailed information indicating the lack of results.
Supported features: KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST
bool enable_response_debug_info = 18 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableResponseDebugInfo. |
getQueryConfig()
public HumanAgentAssistantConfig.SuggestionQueryConfig getQueryConfig()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig |
The queryConfig. |
getQueryConfigBuilder()
public HumanAgentAssistantConfig.SuggestionQueryConfig.Builder getQueryConfigBuilder()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.Builder |
|
getQueryConfigOrBuilder()
public HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder getQueryConfigOrBuilder()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfigOrBuilder |
|
getRaiSettings()
public RaiSettings getRaiSettings()Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RaiSettings |
The raiSettings. |
getRaiSettingsBuilder()
public RaiSettings.Builder getRaiSettingsBuilder()Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RaiSettings.Builder |
|
getRaiSettingsOrBuilder()
public RaiSettingsOrBuilder getRaiSettingsOrBuilder()Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
RaiSettingsOrBuilder |
|
getSuggestionFeature()
public SuggestionFeature getSuggestionFeature()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
SuggestionFeature |
The suggestionFeature. |
getSuggestionFeatureBuilder()
public SuggestionFeature.Builder getSuggestionFeatureBuilder()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
SuggestionFeature.Builder |
|
getSuggestionFeatureOrBuilder()
public SuggestionFeatureOrBuilder getSuggestionFeatureOrBuilder()The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Returns | |
|---|---|
| Type | Description |
SuggestionFeatureOrBuilder |
|
getSuggestionTriggerSettings()
public 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. |
getSuggestionTriggerSettingsBuilder()
public HumanAgentAssistantConfig.SuggestionTriggerSettings.Builder getSuggestionTriggerSettingsBuilder()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.Builder |
|
getSuggestionTriggerSettingsOrBuilder()
public 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 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 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 boolean hasQueryConfig()Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryConfig field is set. |
hasRaiSettings()
public boolean hasRaiSettings()Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the raiSettings field is set. |
hasSuggestionFeature()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig value)Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.ConversationModelConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig value)Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.ConversationProcessConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeFrom(HumanAgentAssistantConfig.SuggestionFeatureConfig other)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeFrom(HumanAgentAssistantConfig.SuggestionFeatureConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
HumanAgentAssistantConfig.SuggestionFeatureConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig value)Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.SuggestionQueryConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeRaiSettings(RaiSettings value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeRaiSettings(RaiSettings value)Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RaiSettings |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeSuggestionFeature(SuggestionFeature value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeSuggestionFeature(SuggestionFeature value)The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
SuggestionFeature |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings value)Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.SuggestionTriggerSettings |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig value)Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.ConversationModelConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setConversationModelConfig(HumanAgentAssistantConfig.ConversationModelConfig.Builder builderForValue)Configs of custom conversation model.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationModelConfig conversation_model_config = 7;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HumanAgentAssistantConfig.ConversationModelConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig value)Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.ConversationProcessConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setConversationProcessConfig(HumanAgentAssistantConfig.ConversationProcessConfig.Builder builderForValue)Configs for processing conversation.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.ConversationProcessConfig conversation_process_config = 8;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HumanAgentAssistantConfig.ConversationProcessConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setDisableAgentQueryLogging(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setDisableAgentQueryLogging(boolean value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe disableAgentQueryLogging to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setEnableConversationAugmentedQuery(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setEnableConversationAugmentedQuery(boolean value)Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
bool enable_conversation_augmented_query = 16 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableConversationAugmentedQuery to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setEnableEventBasedSuggestion(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setEnableEventBasedSuggestion(boolean value)Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
bool enable_event_based_suggestion = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableEventBasedSuggestion to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setEnableQuerySuggestionOnly(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setEnableQuerySuggestionOnly(boolean value)Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_only = 17 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableQuerySuggestionOnly to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setEnableQuerySuggestionWhenNoAnswer(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setEnableQuerySuggestionWhenNoAnswer(boolean value)Optional. Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer. Supported features: KNOWLEDGE_ASSIST
bool enable_query_suggestion_when_no_answer = 15 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableQuerySuggestionWhenNoAnswer to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setEnableResponseDebugInfo(boolean value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setEnableResponseDebugInfo(boolean value)Optional. Enable returning detailed reasons for suggestion results.
For example, with this field disabled, Knowledge Search feature returns NotFound error when no answer is found for the input query. Enabling this field will change the behavior to return an OK response with detailed information indicating the lack of results.
Supported features: KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST
bool enable_response_debug_info = 18 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableResponseDebugInfo to set. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig value)Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.SuggestionQueryConfig |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setQueryConfig(HumanAgentAssistantConfig.SuggestionQueryConfig.Builder builderForValue)Configs of query.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig query_config = 6;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HumanAgentAssistantConfig.SuggestionQueryConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setRaiSettings(RaiSettings value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setRaiSettings(RaiSettings value)Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
RaiSettings |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setRaiSettings(RaiSettings.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setRaiSettings(RaiSettings.Builder builderForValue)Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
.google.cloud.dialogflow.v2.RaiSettings rai_settings = 19 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RaiSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setSuggestionFeature(SuggestionFeature value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setSuggestionFeature(SuggestionFeature value)The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
SuggestionFeature |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setSuggestionFeature(SuggestionFeature.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setSuggestionFeature(SuggestionFeature.Builder builderForValue)The suggestion feature.
.google.cloud.dialogflow.v2.SuggestionFeature suggestion_feature = 5;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
SuggestionFeature.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings value)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings value)Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
HumanAgentAssistantConfig.SuggestionTriggerSettings |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings.Builder builderForValue)
public HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setSuggestionTriggerSettings(HumanAgentAssistantConfig.SuggestionTriggerSettings.Builder builderForValue)Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
.google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings suggestion_trigger_settings = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
HumanAgentAssistantConfig.SuggestionTriggerSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionFeatureConfig.Builder |
|