Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest

Returns a new instance of GoogleCloudDialogflowCxV3beta1BatchRunTestCasesRequest.



4433
4434
4435
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4433

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

Instance Attribute Details

#environmentString

Corresponds to the JSON property environment

Returns:

  • (String)


4426
4427
4428
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4426

def environment
  @environment
end

#test_casesArray<String>

Corresponds to the JSON property testCases

Returns:

  • (Array<String>)


4431
4432
4433
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4431

def test_cases
  @test_cases
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4438
4439
4440
4441
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4438

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