Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentPush
Packages that use ConversationContentPush
-
Uses of ConversationContentPush in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentPushModifier and TypeMethodDescriptionConversationContentPush.deviceToken(String deviceToken) device token from the notification providerConversationContentPush.deviceTokenId(String deviceTokenId) Unique Id of the device tokenConversationContentPush.deviceType(ConversationContentPush.DeviceTypeEnum deviceType) The device type used to send the push notificationConversationContentPush.expiration(Long expiration) The time to live of the pushed messageConversationContentPush.failedMessages(List<ConversationPushFailedMessageReferences> failedMessages) MessageIds failed to be sent which trigger the push eventConversationMessageContent.getPush()ConversationContentPush.notificationMessage(ConversationPushNotificationMessageLabel notificationMessage) Title and body localized according to deploymentConversationContentPush.pushProviderIntegration(ConversationPushProviderIntegration pushProviderIntegration) Push provider integrations details configured on the deploymentMethods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentPushModifier and TypeMethodDescriptionConversationMessageContent.push(ConversationContentPush push) Push content.voidConversationMessageContent.setPush(ConversationContentPush push)