class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3RunContinuousTestResponse
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::DialogflowV2beta1::GoogleCloudDialogflowCxV3ContinuousTestResult]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 1863 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_v2beta1/classes.rb, line 1868 def update!(**args) @continuous_test_result = args[:continuous_test_result] if args.key?(:continuous_test_result) end