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.
8497 8498 8499 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8497 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_type ⇒ String
Corresponds to the JSON property generatorType
8495 8496 8497 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8495 def generator_type @generator_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8502 8503 8504 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 8502 def update!(**args) @generator_type = args[:generator_type] if args.key?(:generator_type) end |