Class: Google::Cloud::Dialogflow::CX::V3::ListTestCaseResultsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListTestCaseResultsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The request message for TestCases.ListTestCaseResults.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter expression used to filter test case results.
-
#page_size ⇒ ::Integer
The maximum number of items to return in a single page.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous list request.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
789 790 791 792 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 789 class ListTestCaseResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
789 790 791 792 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 789 class ListTestCaseResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
789 790 791 792 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 789 class ListTestCaseResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
789 790 791 792 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 789 class ListTestCaseResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |