class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest

The request message for TestCases.BatchDeleteTestCases.

Attributes

names[RW]

Required. Format of test case names: `projects//locations/ /agents//testCases/` . Corresponds to the JSON property `names` @return [Array<String>]

Public Class Methods

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