The response message for TestCases.ListTestCaseResults.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
Returns
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#test_case_results
def test_case_results() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>) — The list of test case results.
#test_case_results=
def test_case_results=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>) — The list of test case results.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::TestCaseResult>) — The list of test case results.