Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3RunTestCaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3RunTestCaseResponse
- 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
-
#result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestCaseResult
Corresponds to the JSON property
result.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RunTestCaseResponse
constructor
A new instance of GoogleCloudDialogflowCxV3RunTestCaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3RunTestCaseResponse
Returns a new instance of GoogleCloudDialogflowCxV3RunTestCaseResponse.
2366 2367 2368 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2366 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestCaseResult
Corresponds to the JSON property result
2364 2365 2366 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2364 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2371 2372 2373 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 2371 def update!(**args) @result = args[:result] if args.key?(:result) end |