Uses of Class
com.google.cloud.dialogflow.cx.v3.EnvironmentsClient.LookupEnvironmentHistoryPagedResponse
-
Packages that use EnvironmentsClient.LookupEnvironmentHistoryPagedResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of EnvironmentsClient.LookupEnvironmentHistoryPagedResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return EnvironmentsClient.LookupEnvironmentHistoryPagedResponse Modifier and Type Method Description EnvironmentsClient.LookupEnvironmentHistoryPagedResponse
EnvironmentsClient. lookupEnvironmentHistory(EnvironmentName name)
Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].EnvironmentsClient.LookupEnvironmentHistoryPagedResponse
EnvironmentsClient. lookupEnvironmentHistory(LookupEnvironmentHistoryRequest request)
Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].EnvironmentsClient.LookupEnvironmentHistoryPagedResponse
EnvironmentsClient. lookupEnvironmentHistory(String name)
Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type EnvironmentsClient.LookupEnvironmentHistoryPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EnvironmentsClient.LookupEnvironmentHistoryPagedResponse>
EnvironmentsClient.LookupEnvironmentHistoryPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,Environment> context, com.google.api.core.ApiFuture<LookupEnvironmentHistoryResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<LookupEnvironmentHistoryRequest,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse>
EnvironmentsClient. lookupEnvironmentHistoryPagedCallable()
Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].com.google.api.gax.rpc.PagedCallSettings.Builder<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse>
EnvironmentsSettings.Builder. lookupEnvironmentHistorySettings()
Returns the builder for the settings used for calls to lookupEnvironmentHistory.com.google.api.gax.rpc.PagedCallSettings<LookupEnvironmentHistoryRequest,LookupEnvironmentHistoryResponse,EnvironmentsClient.LookupEnvironmentHistoryPagedResponse>
EnvironmentsSettings. lookupEnvironmentHistorySettings()
Returns the object with the settings used for calls to lookupEnvironmentHistory. -
Uses of EnvironmentsClient.LookupEnvironmentHistoryPagedResponse in com.google.cloud.dialogflow.cx.v3.stub
-