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