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