Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

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

Overview

Metadata returned for the Environments.DeployFlow long running operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1DeployFlowMetadata

Returns a new instance of GoogleCloudDialogflowCxV3beta1DeployFlowMetadata.



4450
4451
4452
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4450

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

Instance Attribute Details

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

Errors of running deployment tests. Corresponds to the JSON property testErrors



4448
4449
4450
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4448

def test_errors
  @test_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4455
4456
4457
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 4455

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