Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- 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
-
#cases ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
Corresponds to the JSON property
cases.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
constructor
A new instance of GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
Returns a new instance of GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases.
4482 4483 4484 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4482 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cases ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
Corresponds to the JSON property cases
4480 4481 4482 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4480 def cases @cases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4487 4488 4489 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4487 def update!(**args) @cases = args[:cases] if args.key?(:cases) end |