class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ImportTestCasesResponse

The response message for TestCases.ImportTestCases.

Attributes

names[RW]

The unique identifiers of the new test cases. Format: `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 2476
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 2481
def update!(**args)
  @names = args[:names] if args.key?(:names)
end