class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1RunTestCaseResponse

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::GoogleCloudDialogflowCxV3beta1TestCaseResult]

Public Class Methods

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