Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#errors ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestCaseError>
Corresponds to the JSON property
errors.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata
Returns a new instance of GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata.
8400 8401 8402 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8400 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestCaseError>
Corresponds to the JSON property errors
8398 8399 8400 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8398 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8405 8406 8407 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8405 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |