Class: Google::Cloud::Dialogflow::CX::V3::TestError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#status::Google::Rpc::Status

Returns The status associated with the test.

Returns:



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

#test_case::String

Returns The test case resource name.

Returns:

  • (::String)

    The test case resource name.



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

#test_time::Google::Protobuf::Timestamp

Returns The timestamp when the test was completed.

Returns:



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