Class: Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The response message for TestCases.BatchRunTestCases.
Instance Attribute Summary collapse
-
#results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
The test case results.
Instance Attribute Details
#results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
Returns The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
560 561 562 563 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 560 class BatchRunTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |