class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BatchDeleteTestCasesRequest

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_v3beta1/classes.rb, line 2794
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_v3beta1/classes.rb, line 2799
def update!(**args)
  @names = args[:names] if args.key?(:names)
end