Package com.mypurecloud.sdk.v2.model
Class ConversationContentForm
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentForm
- All Implemented Interfaces:
Serializable
Form content object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncannedResponseId(String cannedResponseId) The id of the canned response which was used to create the form.booleanformPages(List<ConversationFormPage> formPages) Form pagesinthashCode()introduction(ConversationContentIntroduction introduction) The intro component, used to give an intro into what the form entailsoriginatingMessageId(String originatingMessageId) Reference to the ID of the original message.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to fill out the form received.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has filled out the form received.response(List<ConversationFormResponseComponent> response) Content of the payload included in the Form response.voidsetCannedResponseId(String cannedResponseId) voidsetFormPages(List<ConversationFormPage> formPages) voidsetIntroduction(ConversationContentIntroduction introduction) voidsetOriginatingMessageId(String originatingMessageId) voidsetReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidsetReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidsetResponse(List<ConversationFormResponseComponent> response) voidsetShowSummary(Boolean showSummary) showSummary(Boolean showSummary) Show summary at end of form submission.toString()
-
Constructor Details
-
ConversationContentForm
public ConversationContentForm() -
ConversationContentForm
-
-
Method Details
-
introduction
The intro component, used to give an intro into what the form entails -
getIntroduction
-
setIntroduction
-
formPages
Form pages -
getFormPages
-
setFormPages
-
receivedMessage
public ConversationContentForm receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to fill out the form received. -
getReceivedMessage
-
setReceivedMessage
-
replyMessage
The reply message after the user has filled out the form received. -
getReplyMessage
-
setReplyMessage
-
showSummary
Show summary at end of form submission. -
getShowSummary
-
setShowSummary
-
response
Content of the payload included in the Form response. -
getResponse
-
setResponse
-
originatingMessageId
Reference to the ID of the original message. -
getOriginatingMessageId
-
setOriginatingMessageId
-
cannedResponseId
The id of the canned response which was used to create the form. -
getCannedResponseId
-
setCannedResponseId
-
equals
-
hashCode
public int hashCode() -
toString
-