class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BatchRunTestCasesResponse
The response message for TestCases.BatchRunTestCases.
Attributes
results[RW]
The test case results. The detailed conversation turns are empty in this response. Corresponds to the JSON property `results` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TestCaseResult>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 318 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 323 def update!(**args) @results = args[:results] if args.key?(:results) end