Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
- 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
-
#generator_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
Corresponds to the JSON property
generatorSuggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse
Returns a new instance of GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionResponse.
13836 13837 13838 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13836 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_suggestion ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion
Corresponds to the JSON property generatorSuggestion
13834 13835 13836 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13834 def generator_suggestion @generator_suggestion end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13841 13842 13843 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13841 def update!(**args) @generator_suggestion = args[:generator_suggestion] if args.key?(:generator_suggestion) end |