Uses of Class
com.mypurecloud.sdk.v2.model.RecordingForm
Packages that use RecordingForm
-
Uses of RecordingForm in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingFormModifier and TypeMethodDescriptionRecordingForm.cannedResponseId(String cannedResponseId) The id of the canned response which was used to create the form.RecordingForm.formPages(List<RecordingFormPage> formPages) Form pages.RecordingMessagingMessage.getForm()RecordingForm.introduction(RecordingIntroduction introduction) The introduction component, used to give an intro into what the form entails.RecordingForm.originatingMessageId(String originatingMessageId) Reference to the id of the original message.RecordingForm.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.RecordingForm.response(List<RecordingFormResponseComponent> response) Content of the payload included in the Form response.Methods in com.mypurecloud.sdk.v2.model with parameters of type RecordingFormModifier and TypeMethodDescriptionRecordingMessagingMessage.form(RecordingForm form) Form content.voidRecordingMessagingMessage.setForm(RecordingForm form)