Class: Google::Cloud::Dialogflow::CX::V3::ListTestCaseResultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListTestCaseResultsResponse
- 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.ListTestCaseResults.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#test_case_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
The list of test case results.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
781 782 783 784 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 781 class ListTestCaseResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_case_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
Returns The list of test case results.
781 782 783 784 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 781 class ListTestCaseResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |