Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TestError.
Error info for running 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.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The status associated with the test.
Returns
- (::Google::Rpc::Status) — The status associated with the test.
#test_case
def test_case() -> ::String
Returns
- (::String) — The test case resource name.
#test_case=
def test_case=(value) -> ::String
Parameter
- value (::String) — The test case resource name.
Returns
- (::String) — The test case resource name.
#test_time
def test_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the test was completed.
#test_time=
def test_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp when the test was completed.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp when the test was completed.