Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2/classes.rb,
lib/google/apis/dialogflow_v2/representations.rb,
lib/google/apis/dialogflow_v2/representations.rb
Overview
Config for suggestion features.
Instance Attribute Summary collapse
-
#conversation_model_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Custom conversation models used in agent assist feature.
-
#conversation_process_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Config to process conversation.
-
#disable_agent_query_logging ⇒ Boolean
(also: #disable_agent_query_logging?)
Optional.
-
#enable_conversation_augmented_query ⇒ Boolean
(also: #enable_conversation_augmented_query?)
Optional.
-
#enable_event_based_suggestion ⇒ Boolean
(also: #enable_event_based_suggestion?)
Automatically iterates all participants and tries to compile suggestions.
-
#enable_query_suggestion_only ⇒ Boolean
(also: #enable_query_suggestion_only?)
Optional.
-
#enable_query_suggestion_when_no_answer ⇒ Boolean
(also: #enable_query_suggestion_when_no_answer?)
Optional.
-
#query_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
Config for suggestion query.
-
#suggestion_feature ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature
The type of Human Agent Assistant API suggestion to perform, and the maximum number of results to return for that type.
-
#suggestion_trigger_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Settings of suggestion trigger.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
constructor
A new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
Returns a new instance of GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig.
11231 11232 11233 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11231 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_model_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Custom conversation models used in agent assist feature. Supported feature:
ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION.
Corresponds to the JSON property conversationModelConfig
11170 11171 11172 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11170 def conversation_model_config @conversation_model_config end |
#conversation_process_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Config to process conversation.
Corresponds to the JSON property conversationProcessConfig
11175 11176 11177 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11175 def conversation_process_config @conversation_process_config end |
#disable_agent_query_logging ⇒ Boolean Also known as: disable_agent_query_logging?
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.
Corresponds to the JSON property disableAgentQueryLogging
11182 11183 11184 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11182 def disable_agent_query_logging @disable_agent_query_logging end |
#enable_conversation_augmented_query ⇒ Boolean Also known as: enable_conversation_augmented_query?
Optional. Enable including conversation context during query answer generation.
Supported features: KNOWLEDGE_SEARCH.
Corresponds to the JSON property enableConversationAugmentedQuery
11189 11190 11191 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11189 def enable_conversation_augmented_query @enable_conversation_augmented_query end |
#enable_event_based_suggestion ⇒ Boolean Also known as: enable_event_based_suggestion?
Automatically iterates all participants and tries to compile suggestions.
Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST,
KNOWLEDGE_ASSIST.
Corresponds to the JSON property enableEventBasedSuggestion
11197 11198 11199 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11197 def enable_event_based_suggestion @enable_event_based_suggestion end |
#enable_query_suggestion_only ⇒ Boolean Also known as: enable_query_suggestion_only?
Optional. Enable query suggestion only. Supported features: KNOWLEDGE_ASSIST
Corresponds to the JSON property enableQuerySuggestionOnly
11203 11204 11205 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11203 def enable_query_suggestion_only @enable_query_suggestion_only end |
#enable_query_suggestion_when_no_answer ⇒ Boolean Also known as: enable_query_suggestion_when_no_answer?
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
Corresponds to the JSON property enableQuerySuggestionWhenNoAnswer
11211 11212 11213 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11211 def enable_query_suggestion_when_no_answer @enable_query_suggestion_when_no_answer end |
#query_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
Config for suggestion query.
Corresponds to the JSON property queryConfig
11217 11218 11219 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11217 def query_config @query_config end |
#suggestion_feature ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature
The type of Human Agent Assistant API suggestion to perform, and the maximum
number of results to return for that type. Multiple Feature
objects can be
specified in the features
list.
Corresponds to the JSON property suggestionFeature
11224 11225 11226 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11224 def suggestion_feature @suggestion_feature end |
#suggestion_trigger_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Settings of suggestion trigger.
Corresponds to the JSON property suggestionTriggerSettings
11229 11230 11231 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11229 def suggestion_trigger_settings @suggestion_trigger_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11236 11237 11238 11239 11240 11241 11242 11243 11244 11245 11246 11247 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11236 def update!(**args) @conversation_model_config = args[:conversation_model_config] if args.key?(:conversation_model_config) @conversation_process_config = args[:conversation_process_config] if args.key?(:conversation_process_config) @disable_agent_query_logging = args[:disable_agent_query_logging] if args.key?(:disable_agent_query_logging) @enable_conversation_augmented_query = args[:enable_conversation_augmented_query] if args.key?(:enable_conversation_augmented_query) @enable_event_based_suggestion = args[:enable_event_based_suggestion] if args.key?(:enable_event_based_suggestion) @enable_query_suggestion_only = args[:enable_query_suggestion_only] if args.key?(:enable_query_suggestion_only) @enable_query_suggestion_when_no_answer = args[:enable_query_suggestion_when_no_answer] if args.key?(:enable_query_suggestion_when_no_answer) @query_config = args[:query_config] if args.key?(:query_config) @suggestion_feature = args[:suggestion_feature] if args.key?(:suggestion_feature) @suggestion_trigger_settings = args[:suggestion_trigger_settings] if args.key?(:suggestion_trigger_settings) end |