Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
- 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
-
#participant_role ⇒ String
Corresponds to the JSON property
participantRole. -
#suggestion_feature_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
Corresponds to the JSON property
suggestionFeatureConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
constructor
A new instance of GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest
Returns a new instance of GoogleCloudDialogflowV2SetSuggestionFeatureConfigRequest.
15310 15311 15312 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15310 def initialize(**args) update!(**args) end |
Instance Attribute Details
#participant_role ⇒ String
Corresponds to the JSON property participantRole
15303 15304 15305 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15303 def participant_role @participant_role end |
#suggestion_feature_config ⇒ Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig
Corresponds to the JSON property suggestionFeatureConfig
15308 15309 15310 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15308 def suggestion_feature_config @suggestion_feature_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15315 15316 15317 15318 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 15315 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 |