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.
12601 12602 12603 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12601 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_type ⇒ String
Corresponds to the JSON property generatorType
12599 12600 12601 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12599 def generator_type @generator_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12606 12607 12608 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 12606 def update!(**args) @generator_type = args[:generator_type] if args.key?(:generator_type) end |