Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
- 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
-
#case_content ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
Corresponds to the JSON property
caseContent. -
#condition ⇒ String
Corresponds to the JSON property
condition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
constructor
A new instance of GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase
Returns a new instance of GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase.
1138 1139 1140 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1138 def initialize(**args) update!(**args) end |
Instance Attribute Details
#case_content ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
Corresponds to the JSON property caseContent
1131 1132 1133 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1131 def case_content @case_content end |
#condition ⇒ String
Corresponds to the JSON property condition
1136 1137 1138 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1136 def condition @condition end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1143 1144 1145 1146 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1143 def update!(**args) @case_content = args[:case_content] if args.key?(:case_content) @condition = args[:condition] if args.key?(:condition) end |