Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Config for suggestion features.
Instance Attribute Summary collapse
-
#conversation_model_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
Configs of custom conversation model.
-
#conversation_process_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
Configs for processing conversation.
-
#disable_agent_query_logging ⇒ ::Boolean
Optional.
-
#enable_conversation_augmented_query ⇒ ::Boolean
Optional.
-
#enable_event_based_suggestion ⇒ ::Boolean
Automatically iterates all participants and tries to compile suggestions.
-
#enable_query_suggestion_only ⇒ ::Boolean
Optional.
-
#enable_query_suggestion_when_no_answer ⇒ ::Boolean
Optional.
-
#enable_response_debug_info ⇒ ::Boolean
Optional.
-
#query_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig
Configs of query.
-
#rai_settings ⇒ ::Google::Cloud::Dialogflow::V2::RaiSettings
Optional.
-
#suggestion_feature ⇒ ::Google::Cloud::Dialogflow::V2::SuggestionFeature
The suggestion feature.
-
#suggestion_trigger_settings ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
Settings of suggestion trigger.
Instance Attribute Details
#conversation_model_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig
Returns Configs of custom conversation model.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_process_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig
Returns Configs for processing conversation.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disable_agent_query_logging ⇒ ::Boolean
Returns 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.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_conversation_augmented_query ⇒ ::Boolean
Returns Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_event_based_suggestion ⇒ ::Boolean
Returns Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_query_suggestion_only ⇒ ::Boolean
Returns Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_query_suggestion_when_no_answer ⇒ ::Boolean
Returns 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.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_response_debug_info ⇒ ::Boolean
Returns 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.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig
Returns Configs of query.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rai_settings ⇒ ::Google::Cloud::Dialogflow::V2::RaiSettings
Returns Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_feature ⇒ ::Google::Cloud::Dialogflow::V2::SuggestionFeature
Returns The suggestion feature.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suggestion_trigger_settings ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings
Returns Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
312 313 314 315 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 312 class SuggestionFeatureConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |