Uses of Class
com.mypurecloud.sdk.v2.model.ReceivedReplyMessage
Packages that use ReceivedReplyMessage
-
Uses of ReceivedReplyMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ReceivedReplyMessageModifier and TypeMethodDescriptionRecordingForm.getReceivedMessage()RecordingForm.getReplyMessage()Text to show in the subtitle.Text to show in the title.Methods in com.mypurecloud.sdk.v2.model with parameters of type ReceivedReplyMessageModifier and TypeMethodDescriptionRecordingForm.receivedMessage(ReceivedReplyMessage receivedMessage) Defines the initial prompt message structure containing title and subtitle fields that are displayed to the end user when a form requires completion.RecordingForm.replyMessage(ReceivedReplyMessage replyMessage) The reply message after the user has filled out the form received.voidRecordingForm.setReceivedMessage(ReceivedReplyMessage receivedMessage) voidRecordingForm.setReplyMessage(ReceivedReplyMessage replyMessage)