Uses of Class
com.mypurecloud.sdk.v2.model.ConversationContentForm
Packages that use ConversationContentForm
-
Uses of ConversationContentForm in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationContentFormModifier and TypeMethodDescriptionConversationContentForm.cannedResponseId(String cannedResponseId) The id of the canned response which was used to create the form.ConversationContentForm.formPages(List<ConversationFormPage> formPages) Form pagesConversationMessageContent.getForm()WebMessagingContent.getForm()ConversationContentForm.introduction(ConversationContentIntroduction introduction) The intro component, used to give an intro into what the form entailsConversationContentForm.originatingMessageId(String originatingMessageId) Reference to the ID of the original message.ConversationContentForm.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to fill out the form received.ConversationContentForm.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has filled out the form received.ConversationContentForm.response(List<ConversationFormResponseComponent> response) Content of the payload included in the Form response.ConversationContentForm.showSummary(Boolean showSummary) Show summary at end of form submission.Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationContentFormModifier and TypeMethodDescriptionConversationMessageContent.form(ConversationContentForm form) Form content.WebMessagingContent.form(ConversationContentForm form) Form contentvoidConversationMessageContent.setForm(ConversationContentForm form) voidWebMessagingContent.setForm(ConversationContentForm form)