Package com.mypurecloud.sdk.v2.model
Class RecordingForm
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingForm
- All Implemented Interfaces:
Serializable
RecordingForm
- 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<RecordingFormPage> formPages) Form pages.inthashCode()introduction(RecordingIntroduction introduction) The introduction component, used to give an intro into what the form entails.originatingMessageId(String originatingMessageId) Reference to the id of the original message.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.replyMessage(ReceivedReplyMessage replyMessage) The reply message after the user has filled out the form received.response(List<RecordingFormResponseComponent> response) Content of the payload included in the Form response.voidsetCannedResponseId(String cannedResponseId) voidsetFormPages(List<RecordingFormPage> formPages) voidsetIntroduction(RecordingIntroduction introduction) voidsetOriginatingMessageId(String originatingMessageId) voidsetReceivedMessage(ReceivedReplyMessage receivedMessage) voidsetReplyMessage(ReceivedReplyMessage replyMessage) voidsetResponse(List<RecordingFormResponseComponent> response) toString()
-
Constructor Details
-
RecordingForm
public RecordingForm() -
RecordingForm
-
-
Method Details
-
introduction
The introduction component, used to give an intro into what the form entails. -
getIntroduction
-
setIntroduction
-
formPages
Form pages. -
getFormPages
-
setFormPages
-
receivedMessage
Defines the initial prompt message structure containing title and subtitle fields that are displayed to the end user when a form requires completion. -
getReceivedMessage
-
setReceivedMessage
-
replyMessage
The reply message after the user has filled out the form received. -
getReplyMessage
-
setReplyMessage
-
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
-