class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1RunContinuousTestResponse
The response message for Environments.RunContinuousTest.
Attributes
continuous_test_result[RW]
Represents a result from running a test case in an agent environment. Corresponds to the JSON property `continuousTestResult` @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ContinuousTestResult]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 7735 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 7740 def update!(**args) @continuous_test_result = args[:continuous_test_result] if args.key?(:continuous_test_result) end