Class: Google::Cloud::Dialogflow::CX::V3::ListContinuousTestResultsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListContinuousTestResultsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The response message for [Environments.ListTestCaseResults][].
Instance Attribute Summary collapse
-
#continuous_test_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult>
The list of continuous test results.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#continuous_test_results ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::ContinuousTestResult>
Returns The list of continuous test results.
327 328 329 330 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 327 class ListContinuousTestResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
327 328 329 330 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 327 class ListContinuousTestResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |