Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestCaseError

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TestCaseError

Returns a new instance of GoogleCloudDialogflowCxV3beta1TestCaseError.



12169
12170
12171
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12169

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#statusGoogle::Apis::DialogflowV3::GoogleRpcStatus

Corresponds to the JSON property status



12162
12163
12164
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12162

def status
  @status
end

#test_caseGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestCase

Corresponds to the JSON property testCase



12167
12168
12169
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12167

def test_case
  @test_case
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12174
12175
12176
12177
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12174

def update!(**args)
  @status = args[:status] if args.key?(:status)
  @test_case = args[:test_case] if args.key?(:test_case)
end