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