Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3BatchRunTestCasesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dialogflow_v2/classes.rb,
generated/google/apis/dialogflow_v2/representations.rb,
generated/google/apis/dialogflow_v2/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.



85
86
87
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 85

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

Instance Attribute Details

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

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



83
84
85
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 83

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



90
91
92
# File 'generated/google/apis/dialogflow_v2/classes.rb', line 90

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