Class: Google::Cloud::Dialogflow::CX::V3::RunContinuousTestMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::RunContinuousTestMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
Metadata returned for the Environments.RunContinuousTest 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.
295 296 297 298 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 295 class RunContinuousTestMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |