class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
Metadata returned for the TestCases.ImportTestCases long running operation.
Attributes
errors[RW]
Errors for failed test cases. Corresponds to the JSON property `errors` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestCaseError>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 6805 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_v3/classes.rb, line 6810 def update!(**args) @errors = args[:errors] if args.key?(:errors) end