Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3BatchRunTestCasesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Overview

The response message for TestCases.BatchRunTestCases.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3BatchRunTestCasesResponse

Returns a new instance of GoogleCloudDialogflowCxV3BatchRunTestCasesResponse.



275
276
277
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 275

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultsArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3TestCaseResult>

The test case results. The detailed conversation turns are empty in this response. Corresponds to the JSON property results



273
274
275
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 273

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



280
281
282
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 280

def update!(**args)
  @results = args[:results] if args.key?(:results)
end