Class: Google::Cloud::Dialogflow::CX::V3::ListTestCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListTestCasesResponse
- 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.ListTestCases.
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_cases ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCase>
The list of test cases.
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.
437 438 439 440 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 437 class ListTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_cases ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCase>
Returns The list of test cases. There will be a maximum number of items returned based on the page_size field in the request.
437 438 439 440 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 437 class ListTestCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |