Interface ListTestCaseResultsResponseOrBuilder

    • Method Detail

      • getTestCaseResultsList

        List<TestCaseResult> getTestCaseResultsList()
         The list of test case results.
         
        repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;
      • getTestCaseResults

        TestCaseResult getTestCaseResults​(int index)
         The list of test case results.
         
        repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;
      • getTestCaseResultsCount

        int getTestCaseResultsCount()
         The list of test case results.
         
        repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;
      • getTestCaseResultsOrBuilderList

        List<? extends TestCaseResultOrBuilder> getTestCaseResultsOrBuilderList()
         The list of test case results.
         
        repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;
      • getTestCaseResultsOrBuilder

        TestCaseResultOrBuilder getTestCaseResultsOrBuilder​(int index)
         The list of test case results.
         
        repeated .google.cloud.dialogflow.cx.v3.TestCaseResult test_case_results = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.