Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dialogflow_v3/classes.rb,
generated/google/apis/dialogflow_v3/representations.rb,
generated/google/apis/dialogflow_v3/representations.rb
Overview
The response message for TestCases.BatchRunTestCases.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult>
The test case results.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
constructor
A new instance of GoogleCloudDialogflowCxV3BatchRunTestCasesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
Returns a new instance of GoogleCloudDialogflowCxV3BatchRunTestCasesResponse.
221 222 223 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult>
The test case results. The detailed conversation turns are empty in this
response.
Corresponds to the JSON property results
219 220 221 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 219 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
226 227 228 |
# File 'generated/google/apis/dialogflow_v3/classes.rb', line 226 def update!(**args) @results = args[:results] if args.key?(:results) end |