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.
4488 4489 4490 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4488 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cases ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
Corresponds to the JSON property cases
4486 4487 4488 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4486 def cases @cases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4493 4494 4495 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4493 def update!(**args) @cases = args[:cases] if args.key?(:cases) end |