Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationGeneratorContext
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ConversationGeneratorContext
- 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
-
#generator_type ⇒ String
Corresponds to the JSON property
generatorType.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationGeneratorContext
constructor
A new instance of GoogleCloudDialogflowV2ConversationGeneratorContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2ConversationGeneratorContext
Returns a new instance of GoogleCloudDialogflowV2ConversationGeneratorContext.
8523 8524 8525 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8523 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_type ⇒ String
Corresponds to the JSON property generatorType
8521 8522 8523 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8521 def generator_type @generator_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8528 8529 8530 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8528 def update!(**args) @generator_type = args[:generator_type] if args.key?(:generator_type) end |