Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentReceivedReplyMessage
Packages that use ConversationContentReceivedReplyMessage
-
Uses of ConversationContentReceivedReplyMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentReceivedReplyMessageModifier and TypeMethodDescriptionConversationContentReceivedReplyMessage.buttonLabel(String buttonLabel) Text to show on the button label.ConversationContentForm.getReceivedMessage()ConversationContentInteractiveApplication.getReceivedMessage()ConversationContentListPicker.getReceivedMessage()ConversationContentPaymentRequest.getReceivedMessage()ConversationEventPresence.getReceivedMessage()ConversationContentForm.getReplyMessage()ConversationContentInteractiveApplication.getReplyMessage()ConversationContentListPicker.getReplyMessage()ConversationContentPaymentRequest.getReplyMessage()ConversationEventPresence.getReplyMessage()Text to show in the header.URL of an image.Text to show in the subtitle.Text to show in the title.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentReceivedReplyMessageModifier and TypeMethodDescriptionConversationContentForm.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to fill out the form received.ConversationContentInteractiveApplication.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message displayed in the received message bubble.ConversationContentListPicker.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to select options in the List Picker sections.ConversationContentPaymentRequest.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to complete a payment transaction.ConversationEventPresence.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) A sign in prompt message for when the authenticate event is received.ConversationContentForm.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has filled out the form received.ConversationContentInteractiveApplication.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The message displayed in the reply message bubble.ConversationContentListPicker.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has selected the options from the List Picker.ConversationContentPaymentRequest.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has completed the payment transaction.ConversationEventPresence.replyMessage(ConversationContentReceivedReplyMessage replyMessage) A reply message on authentication success.voidConversationContentForm.setReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidConversationContentInteractiveApplication.setReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidConversationContentListPicker.setReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidConversationContentPaymentRequest.setReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidConversationEventPresence.setReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidConversationContentForm.setReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidConversationContentInteractiveApplication.setReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidConversationContentListPicker.setReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidConversationContentPaymentRequest.setReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidConversationEventPresence.setReplyMessage(ConversationContentReceivedReplyMessage replyMessage)