Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#no_small_talk ⇒ Boolean
(also: #no_small_talk?)
Corresponds to the JSON property
noSmallTalk. -
#only_end_user ⇒ Boolean
(also: #only_end_user?)
Corresponds to the JSON property
onlyEndUser.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionTriggerSettings.
14761 14762 14763 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14761 def initialize(**args) update!(**args) end |
Instance Attribute Details
#no_small_talk ⇒ Boolean Also known as: no_small_talk?
Corresponds to the JSON property noSmallTalk
14752 14753 14754 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14752 def no_small_talk @no_small_talk end |
#only_end_user ⇒ Boolean Also known as: only_end_user?
Corresponds to the JSON property onlyEndUser
14758 14759 14760 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14758 def only_end_user @only_end_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14766 14767 14768 14769 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14766 def update!(**args) @no_small_talk = args[:no_small_talk] if args.key?(:no_small_talk) @only_end_user = args[:only_end_user] if args.key?(:only_end_user) end |