Class: Google::Cloud::Dialogflow::CX::V3::ImportTestCasesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ImportTestCasesMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Metadata returned for the TestCases.ImportTestCases long running operation.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseError>
Errors for failed test cases.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseError>
Returns Errors for failed test cases.
634 635 636 637 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 634 class ImportTestCasesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |