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
Instance Attribute Summary collapse
-
#conversation_model_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Corresponds to the JSON property
conversationModelConfig. -
#conversation_process_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Corresponds to the JSON property
conversationProcessConfig. -
#disable_agent_query_logging ⇒ Boolean
(also: #disable_agent_query_logging?)
Corresponds to the JSON property
disableAgentQueryLogging. -
#enable_conversation_augmented_query ⇒ Boolean
(also: #enable_conversation_augmented_query?)
Corresponds to the JSON property
enableConversationAugmentedQuery. -
#enable_event_based_suggestion ⇒ Boolean
(also: #enable_event_based_suggestion?)
Corresponds to the JSON property
enableEventBasedSuggestion. -
#enable_query_suggestion_only ⇒ Boolean
(also: #enable_query_suggestion_only?)
Corresponds to the JSON property
enableQuerySuggestionOnly. -
#enable_query_suggestion_when_no_answer ⇒ Boolean
(also: #enable_query_suggestion_when_no_answer?)
Corresponds to the JSON property
enableQuerySuggestionWhenNoAnswer. -
#enable_response_debug_info ⇒ Boolean
(also: #enable_response_debug_info?)
Corresponds to the JSON property
enableResponseDebugInfo. -
#query_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
Corresponds to the JSON property
queryConfig. -
#rai_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2RaiSettings
Corresponds to the JSON property
raiSettings. -
#suggestion_feature ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature
Corresponds to the JSON property
suggestionFeature. -
#suggestion_trigger_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Corresponds to the JSON property
suggestionTriggerSettings.
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.
11016 11017 11018 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11016 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conversation_model_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Corresponds to the JSON property conversationModelConfig
10953 10954 10955 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10953 def conversation_model_config @conversation_model_config end |
#conversation_process_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationProcessConfig
Corresponds to the JSON property conversationProcessConfig
10958 10959 10960 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10958 def conversation_process_config @conversation_process_config end |
#disable_agent_query_logging ⇒ Boolean Also known as: disable_agent_query_logging?
Corresponds to the JSON property disableAgentQueryLogging
10963 10964 10965 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10963 def disable_agent_query_logging @disable_agent_query_logging end |
#enable_conversation_augmented_query ⇒ Boolean Also known as: enable_conversation_augmented_query?
Corresponds to the JSON property enableConversationAugmentedQuery
10969 10970 10971 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10969 def enable_conversation_augmented_query @enable_conversation_augmented_query end |
#enable_event_based_suggestion ⇒ Boolean Also known as: enable_event_based_suggestion?
Corresponds to the JSON property enableEventBasedSuggestion
10975 10976 10977 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10975 def enable_event_based_suggestion @enable_event_based_suggestion end |
#enable_query_suggestion_only ⇒ Boolean Also known as: enable_query_suggestion_only?
Corresponds to the JSON property enableQuerySuggestionOnly
10981 10982 10983 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10981 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?
Corresponds to the JSON property enableQuerySuggestionWhenNoAnswer
10987 10988 10989 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10987 def enable_query_suggestion_when_no_answer @enable_query_suggestion_when_no_answer end |
#enable_response_debug_info ⇒ Boolean Also known as: enable_response_debug_info?
Corresponds to the JSON property enableResponseDebugInfo
10993 10994 10995 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10993 def enable_response_debug_info @enable_response_debug_info end |
#query_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfig
Corresponds to the JSON property queryConfig
10999 11000 11001 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 10999 def query_config @query_config end |
#rai_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2RaiSettings
Corresponds to the JSON property raiSettings
11004 11005 11006 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11004 def rai_settings @rai_settings end |
#suggestion_feature ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SuggestionFeature
Corresponds to the JSON property suggestionFeature
11009 11010 11011 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11009 def suggestion_feature @suggestion_feature end |
#suggestion_trigger_settings ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings
Corresponds to the JSON property suggestionTriggerSettings
11014 11015 11016 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11014 def suggestion_trigger_settings @suggestion_trigger_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11021 11022 11023 11024 11025 11026 11027 11028 11029 11030 11031 11032 11033 11034 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 11021 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) @enable_response_debug_info = args[:enable_response_debug_info] if args.key?(:enable_response_debug_info) @query_config = args[:query_config] if args.key?(:query_config) @rai_settings = args[:rai_settings] if args.key?(:rai_settings) @suggestion_feature = args[:suggestion_feature] if args.key?(:suggestion_feature) @suggestion_trigger_settings = args[:suggestion_trigger_settings] if args.key?(:suggestion_trigger_settings) end |