Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionFeatureConfig.
Config for suggestion features.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_model_config
def conversation_model_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig) — Configs of custom conversation model.
#conversation_model_config=
def conversation_model_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig- value (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig) — Configs of custom conversation model.
- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationModelConfig) — Configs of custom conversation model.
#conversation_process_config
def conversation_process_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig) — Configs for processing conversation.
#conversation_process_config=
def conversation_process_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig- value (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig) — Configs for processing conversation.
- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::ConversationProcessConfig) — Configs for processing conversation.
#disable_agent_query_logging
def disable_agent_query_logging() -> ::Boolean-
(::Boolean) — 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.
#disable_agent_query_logging=
def disable_agent_query_logging=(value) -> ::Boolean-
value (::Boolean) — 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.
-
(::Boolean) — 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.
#enable_conversation_augmented_query
def enable_conversation_augmented_query() -> ::Boolean- (::Boolean) — Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
#enable_conversation_augmented_query=
def enable_conversation_augmented_query=(value) -> ::Boolean- value (::Boolean) — Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
- (::Boolean) — Optional. Enable including conversation context during query answer generation. Supported features: KNOWLEDGE_SEARCH.
#enable_event_based_suggestion
def enable_event_based_suggestion() -> ::Boolean-
(::Boolean) — Automatically iterates all participants and tries to compile
suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
#enable_event_based_suggestion=
def enable_event_based_suggestion=(value) -> ::Boolean-
value (::Boolean) — Automatically iterates all participants and tries to compile
suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
-
(::Boolean) — Automatically iterates all participants and tries to compile
suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
#enable_query_suggestion_only
def enable_query_suggestion_only() -> ::Boolean- (::Boolean) — Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
#enable_query_suggestion_only=
def enable_query_suggestion_only=(value) -> ::Boolean- value (::Boolean) — Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
- (::Boolean) — Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
#enable_query_suggestion_when_no_answer
def enable_query_suggestion_when_no_answer() -> ::Boolean- (::Boolean) — 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
#enable_query_suggestion_when_no_answer=
def enable_query_suggestion_when_no_answer=(value) -> ::Boolean- value (::Boolean) — 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
- (::Boolean) — 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
#enable_response_debug_info
def enable_response_debug_info() -> ::Boolean-
(::Boolean) — 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
#enable_response_debug_info=
def enable_response_debug_info=(value) -> ::Boolean-
value (::Boolean) — 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
-
(::Boolean) — 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
#query_config
def query_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig) — Configs of query.
#query_config=
def query_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig- value (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig) — Configs of query.
- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig) — Configs of query.
#rai_settings
def rai_settings() -> ::Google::Cloud::Dialogflow::V2::RaiSettings- (::Google::Cloud::Dialogflow::V2::RaiSettings) — Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
#rai_settings=
def rai_settings=(value) -> ::Google::Cloud::Dialogflow::V2::RaiSettings- value (::Google::Cloud::Dialogflow::V2::RaiSettings) — Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
- (::Google::Cloud::Dialogflow::V2::RaiSettings) — Optional. Settings for Responsible AI checks. Supported features: KNOWLEDGE_ASSIST
#suggestion_feature
def suggestion_feature() -> ::Google::Cloud::Dialogflow::V2::SuggestionFeature- (::Google::Cloud::Dialogflow::V2::SuggestionFeature) — The suggestion feature.
#suggestion_feature=
def suggestion_feature=(value) -> ::Google::Cloud::Dialogflow::V2::SuggestionFeature- value (::Google::Cloud::Dialogflow::V2::SuggestionFeature) — The suggestion feature.
- (::Google::Cloud::Dialogflow::V2::SuggestionFeature) — The suggestion feature.
#suggestion_trigger_settings
def suggestion_trigger_settings() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings-
(::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings) — Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
#suggestion_trigger_settings=
def suggestion_trigger_settings=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings-
value (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings) — Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.
-
(::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionTriggerSettings) — Settings of suggestion trigger.
Currently, only ARTICLE_SUGGESTION and FAQ will use this field.