Uses of Class
com.google.cloud.dialogflow.v2beta1.EnvironmentsClient.GetEnvironmentHistoryPagedResponse
-
Packages that use EnvironmentsClient.GetEnvironmentHistoryPagedResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of EnvironmentsClient.GetEnvironmentHistoryPagedResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return EnvironmentsClient.GetEnvironmentHistoryPagedResponse Modifier and Type Method Description EnvironmentsClient.GetEnvironmentHistoryPagedResponse
EnvironmentsClient. getEnvironmentHistory(GetEnvironmentHistoryRequest request)
Gets the history of the specified environment.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type EnvironmentsClient.GetEnvironmentHistoryPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsClient.GetEnvironmentHistoryPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentHistory.Entry> context, com.google.api.core.ApiFuture<EnvironmentHistory> futureResponse)
com.google.api.gax.rpc.UnaryCallable<GetEnvironmentHistoryRequest,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsClient. getEnvironmentHistoryPagedCallable()
Gets the history of the specified environment.com.google.api.gax.rpc.PagedCallSettings.Builder<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsSettings.Builder. getEnvironmentHistorySettings()
Returns the builder for the settings used for calls to getEnvironmentHistory.com.google.api.gax.rpc.PagedCallSettings<GetEnvironmentHistoryRequest,EnvironmentHistory,EnvironmentsClient.GetEnvironmentHistoryPagedResponse>
EnvironmentsSettings. getEnvironmentHistorySettings()
Returns the object with the settings used for calls to getEnvironmentHistory. -
Uses of EnvironmentsClient.GetEnvironmentHistoryPagedResponse in com.google.cloud.dialogflow.v2beta1.stub
-