Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Represents response from generators.
Instance Attribute Summary collapse
-
#generator_suggestion ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GeneratorSuggestion
Suggestion generated using a Generator.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.
2329 2330 2331 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_suggestion ⇒ Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GeneratorSuggestion
Suggestion generated using a Generator.
Corresponds to the JSON property generatorSuggestion
2327 2328 2329 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2327 def generator_suggestion @generator_suggestion end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2334 2335 2336 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 2334 def update!(**args) @generator_suggestion = args[:generator_suggestion] if args.key?(:generator_suggestion) end |