Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TestCaseError.
Error info for importing a test.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#status
def status() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — The status associated with the test case.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The status associated with the test case.
Returns
- (::Google::Rpc::Status) — The status associated with the test case.
#test_case
def test_case() -> ::Google::Cloud::Dialogflow::CX::V3::TestCase
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestCase) — The test case.
#test_case=
def test_case=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TestCase
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TestCase) — The test case.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestCase) — The test case.