Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentNotificationResponse
Packages that use ConversationContentNotificationResponse
-
Uses of ConversationContentNotificationResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentNotificationResponseModifier and TypeMethodDescriptionConversationMessageContent.getNotificationResponse()ConversationContentNotificationResponse.notificationStatus(ConversationContentNotificationResponse.NotificationStatusEnum notificationStatus) The status of the notification response.ConversationContentNotificationResponse.notificationText(String notificationText) The localized display text of the user's response (e.g.ConversationContentNotificationResponse.originatingMessageId(String originatingMessageId) Reference to the ID of the original outbound notification message this response is for (e.g. the Apple requestIdentifier).ConversationContentNotificationResponse.referenceId(String referenceId) The business context reference associated with the notification (e.g. order ID, case ID).Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentNotificationResponseModifier and TypeMethodDescriptionConversationMessageContent.notificationResponse(ConversationContentNotificationResponse notificationResponse) Notification response content, e.g. an Apple Invitation acceptance.voidConversationMessageContent.setNotificationResponse(ConversationContentNotificationResponse notificationResponse)