Class: Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesMetadata
- 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.BatchRunTestCases long running operation.
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestError>
The test errors.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestError>
Returns The test errors.
571 572 573 574 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 571 class BatchRunTestCasesMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |