Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata

Returns a new instance of GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata.



12020
12021
12022
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12020

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

Instance Attribute Details

#errorsArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TestError>

Corresponds to the JSON property errors



12018
12019
12020
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12018

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12025
12026
12027
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 12025

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