Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
- 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
-
#participant_role ⇒ String
Corresponds to the JSON property
participantRole. -
#suggestion_feature_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
Corresponds to the JSON property
suggestionFeatureConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
constructor
A new instance of GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest
Returns a new instance of GoogleCloudDialogflowV2beta1SetSuggestionFeatureConfigRequest.
19376 19377 19378 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19376 def initialize(**args) update!(**args) end |
Instance Attribute Details
#participant_role ⇒ String
Corresponds to the JSON property participantRole
19369 19370 19371 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19369 def participant_role @participant_role end |
#suggestion_feature_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfig
Corresponds to the JSON property suggestionFeatureConfig
19374 19375 19376 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19374 def suggestion_feature_config @suggestion_feature_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19381 19382 19383 19384 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 19381 def update!(**args) @participant_role = args[:participant_role] if args.key?(:participant_role) @suggestion_feature_config = args[:suggestion_feature_config] if args.key?(:suggestion_feature_config) end |