Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TestCaseResult.
Represents a result from running a test case in an agent environment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_turns
def conversation_turns() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>) — The conversation turns uttered during the test case replay in chronological order.
#conversation_turns=
def conversation_turns=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>) — The conversation turns uttered during the test case replay in chronological order.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::ConversationTurn>) — The conversation turns uttered during the test case replay in chronological order.
#environment
def environment() -> ::String
Returns
- (::String) — Environment where the test was run. If not set, it indicates the draft environment.
#environment=
def environment=(value) -> ::String
Parameter
- value (::String) — Environment where the test was run. If not set, it indicates the draft environment.
Returns
- (::String) — Environment where the test was run. If not set, it indicates the draft environment.
#name
def name() -> ::String
Returns
-
(::String) — The resource name for the test case result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The resource name for the test case result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>
.
Returns
-
(::String) — The resource name for the test case result. Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>
.
#test_result
def test_result() -> ::Google::Cloud::Dialogflow::CX::V3::TestResult
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestResult) — Whether the test case passed in the agent environment.
#test_result=
def test_result=(value) -> ::Google::Cloud::Dialogflow::CX::V3::TestResult
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::TestResult) — Whether the test case passed in the agent environment.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::TestResult) — Whether the test case passed in the agent environment.
#test_time
def test_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time that the test was run.
#test_time=
def test_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time that the test was run.
Returns
- (::Google::Protobuf::Timestamp) — The time that the test was run.