Class: Google::Cloud::Dialogflow::CX::V3::TestCaseError
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TestCaseError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Error info for importing a test.
Instance Attribute Summary collapse
-
#status ⇒ ::Google::Rpc::Status
The status associated with the test case.
-
#test_case ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestCase
The test case.
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Returns The status associated with the test case.
646 647 648 649 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 646 class TestCaseError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_case ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestCase
Returns The test case.
646 647 648 649 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 646 class TestCaseError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |