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