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