Uses of Class
com.google.cloud.dialogflow.v2.ContextsClient.ListContextsPage
-
Packages that use ContextsClient.ListContextsPage Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ContextsClient.ListContextsPage in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ContextsClient.ListContextsPage Modifier and Type Method Description protected ContextsClient.ListContextsPage
ContextsClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ContextsClient.ListContextsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ContextsClient.ListContextsPage>
ContextsClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ContextsClient.ListContextsPage Modifier and Type Method Description protected ContextsClient.ListContextsFixedSizeCollection
ContextsClient.ListContextsFixedSizeCollection. createCollection(List<ContextsClient.ListContextsPage> pages, int collectionSize)
-