Class: Google::Cloud::Dialogflow::CX::V3::TestCaseResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::TestCaseResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
Represents a result from running a test case in an agent environment.
Instance Attribute Summary collapse
-
#conversation_turns ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
The conversation turns uttered during the test case replay in chronological order.
-
#environment ⇒ ::String
Environment where the test was run.
-
#name ⇒ ::String
The resource name for the test case result.
-
#test_result ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestResult
Whether the test case passed in the agent environment.
-
#test_time ⇒ ::Google::Protobuf::Timestamp
The time that the test was run.
Instance Attribute Details
#conversation_turns ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
Returns The conversation turns uttered during the test case replay in chronological order.
82 83 84 85 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82 class TestCaseResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::String
Returns Environment where the test was run. If not set, it indicates the draft environment.
82 83 84 85 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82 class TestCaseResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name for the test case result. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/testCases/<TestCaseID>/results/<TestCaseResultID>
.
82 83 84 85 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82 class TestCaseResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_result ⇒ ::Google::Cloud::Dialogflow::CX::V3::TestResult
Returns Whether the test case passed in the agent environment.
82 83 84 85 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82 class TestCaseResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_time ⇒ ::Google::Protobuf::Timestamp
Returns The time that the test was run.
82 83 84 85 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 82 class TestCaseResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |