Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases
- 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
-
#cases ⇒ Array<Google::Apis::DialogflowV2::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.
4500 4501 4502 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4500 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cases ⇒ Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
Corresponds to the JSON property cases
4498 4499 4500 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4498 def cases @cases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4505 4506 4507 |
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 4505 def update!(**args) @cases = args[:cases] if args.key?(:cases) end |