Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3DeployFlowMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowMetadata

Returns a new instance of GoogleCloudDialogflowCxV3DeployFlowMetadata.



501
502
503
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 501

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

Instance Attribute Details

#test_errorsArray<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TestError>

Corresponds to the JSON property testErrors



499
500
501
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 499

def test_errors
  @test_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



506
507
508
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 506

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