class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RunTestCaseRequest

The request message for TestCases.RunTestCase.

Attributes

environment[RW]

Optional. Environment name. If not set, draft environment is assumed. Format: ` projects//locations//agents//environments/`. Corresponds to the JSON property `environment` @return [String]

Public Class Methods

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