class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3RunTestCaseRequest
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_v3/classes.rb, line 4687 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 4692 def update!(**args) @environment = args[:environment] if args.key?(:environment) end