Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationGeneratorContext
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ConversationGeneratorContext
- 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_type ⇒ String
Corresponds to the JSON property
generatorType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationGeneratorContext
constructor
A new instance of GoogleCloudDialogflowV2beta1ConversationGeneratorContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ConversationGeneratorContext
Returns a new instance of GoogleCloudDialogflowV2beta1ConversationGeneratorContext.
12587 12588 12589 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12587 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_type ⇒ String
Corresponds to the JSON property generatorType
12585 12586 12587 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12585 def generator_type @generator_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12592 12593 12594 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12592 def update!(**args) @generator_type = args[:generator_type] if args.key?(:generator_type) end |