Class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowMetadata.



3881
3882
3883
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3881

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

Instance Attribute Details

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

Corresponds to the JSON property testErrors



3879
3880
3881
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3879

def test_errors
  @test_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3886
3887
3888
# File 'lib/google/apis/dialogflow_v2/classes.rb', line 3886

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