Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3DeployFlowMetadata

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

Overview

Metadata returned for the Environments.DeployFlow long running operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3DeployFlowMetadata

Returns a new instance of GoogleCloudDialogflowCxV3DeployFlowMetadata.



1185
1186
1187
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1185

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

Instance Attribute Details

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

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



1183
1184
1185
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1183

def test_errors
  @test_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1190
1191
1192
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1190

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