Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TestCasesClient.ListTestCaseResultsPage
-
Packages that use TestCasesClient.ListTestCaseResultsPage Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TestCasesClient.ListTestCaseResultsPage in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TestCasesClient.ListTestCaseResultsPage Modifier and Type Method Description protected TestCasesClient.ListTestCaseResultsPage
TestCasesClient.ListTestCaseResultsPage. createPage(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, ListTestCaseResultsResponse response)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TestCasesClient.ListTestCaseResultsPage Modifier and Type Method Description com.google.api.core.ApiFuture<TestCasesClient.ListTestCaseResultsPage>
TestCasesClient.ListTestCaseResultsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTestCaseResultsRequest,ListTestCaseResultsResponse,TestCaseResult> context, com.google.api.core.ApiFuture<ListTestCaseResultsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TestCasesClient.ListTestCaseResultsPage Modifier and Type Method Description protected TestCasesClient.ListTestCaseResultsFixedSizeCollection
TestCasesClient.ListTestCaseResultsFixedSizeCollection. createCollection(List<TestCasesClient.ListTestCaseResultsPage> pages, int collectionSize)
-