Class: Google::Cloud::Dialogflow::CX::V3::TestError
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TestError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Error info for running a test.
Instance Attribute Summary collapse
-
#status ⇒ ::Google::Rpc::Status
The status associated with the test.
-
#test_case ⇒ ::String
The test case resource name.
-
#test_time ⇒ ::Google::Protobuf::Timestamp
The timestamp when the test was completed.
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Returns The status associated with the test.
586 587 588 589 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 586 class TestError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |