class Google::Apis::DialogflowV2beta1::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::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1TestCaseResult]

Public Class Methods

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