Uses of Class
com.mypurecloud.sdk.v2.model.DeploymentPing
Packages that use DeploymentPing
-
Uses of DeploymentPing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DeploymentPingModifier and TypeMethodDescriptionJourneyApi.getJourneyDeploymentCustomerPing(GetJourneyDeploymentCustomerPingRequest request) Send a ping.JourneyApi.getJourneyDeploymentCustomerPing(String deploymentId, String customerCookieId, String dl, String dt, String appNamespace, String sessionId, Long sinceLastBeaconMilliseconds) Send a ping.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DeploymentPingModifier and TypeMethodDescriptionJourneyApi.getJourneyDeploymentCustomerPing(ApiRequest<Void> request) Send a ping.JourneyApiAsync.getJourneyDeploymentCustomerPingAsync(GetJourneyDeploymentCustomerPingRequest request, AsyncApiCallback<DeploymentPing> callback) Send a ping.JourneyApiAsync.getJourneyDeploymentCustomerPingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DeploymentPing>> callback) Send a ping.JourneyApi.getJourneyDeploymentCustomerPingWithHttpInfo(String deploymentId, String customerCookieId, String dl, String dt, String appNamespace, String sessionId, Long sinceLastBeaconMilliseconds) Send a ping.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DeploymentPingModifier and TypeMethodDescriptionJourneyApiAsync.getJourneyDeploymentCustomerPingAsync(GetJourneyDeploymentCustomerPingRequest request, AsyncApiCallback<DeploymentPing> callback) Send a ping.JourneyApiAsync.getJourneyDeploymentCustomerPingAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DeploymentPing>> callback) Send a ping. -
Uses of DeploymentPing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DeploymentPingModifier and TypeMethodDescriptionDeploymentPing.actions(List<DeploymentWebAction> actions) Collection of actions to be offered or displayed to the visitor.DeploymentPing.pollIntervalMilliseconds(Integer pollIntervalMilliseconds) Custom poll interval in milliseconds; when the return value is -1, disable pings.