Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse.



3631
3632
3633
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3631

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

Instance Attribute Details

#resultsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestCaseResult>

Corresponds to the JSON property results



3629
3630
3631
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3629

def results
  @results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3636
3637
3638
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 3636

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