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