class Google::Apis::DialogflowV3beta1::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::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestCaseResult>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 85 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_v3beta1/classes.rb, line 90 def update!(**args) @results = args[:results] if args.key?(:results) end