class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse

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::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestCaseResult>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 2626
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_v2beta1/classes.rb, line 2631
def update!(**args)
  @results = args[:results] if args.key?(:results)
end