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