class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1DeployFlowMetadata
Metadata returned for the Environments.DeployFlow long running operation.
Attributes
test_errors[RW]
Errors of running deployment tests. Corresponds to the JSON property `testErrors` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 6649 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 6654 def update!(**args) @test_errors = args[:test_errors] if args.key?(:test_errors) end