Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowMetadata.



5674
5675
5676
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5674

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

Instance Attribute Details

#test_errorsArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestError>

Corresponds to the JSON property testErrors



5672
5673
5674
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5672

def test_errors
  @test_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5679
5680
5681
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 5679

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