Package com.mypurecloud.sdk.v2.model
Class ConversationContentListPicker
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationContentListPicker
- All Implemented Interfaces:
Serializable
List Picker object for presenting multiple sections of selectable items.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()Optional unique identifier to help map component replies to form messages where multiple ListPickers can be present.receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to select options in the List Picker sections.replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has selected the options from the List Picker.sections(List<ConversationContentListPickerSection> sections) An array of sections in the List Picker.voidvoidsetReceivedMessage(ConversationContentReceivedReplyMessage receivedMessage) voidsetReplyMessage(ConversationContentReceivedReplyMessage replyMessage) voidsetSections(List<ConversationContentListPickerSection> sections) toString()
-
Constructor Details
-
ConversationContentListPicker
public ConversationContentListPicker() -
ConversationContentListPicker
-
-
Method Details
-
id
Optional unique identifier to help map component replies to form messages where multiple ListPickers can be present. -
getId
-
setId
-
sections
An array of sections in the List Picker. -
getSections
-
setSections
-
replyMessage
public ConversationContentListPicker replyMessage(ConversationContentReceivedReplyMessage replyMessage) The reply message after the user has selected the options from the List Picker. -
getReplyMessage
-
setReplyMessage
-
receivedMessage
public ConversationContentListPicker receivedMessage(ConversationContentReceivedReplyMessage receivedMessage) The message prompt to select options in the List Picker sections. -
getReceivedMessage
-
setReceivedMessage
-
equals
-
hashCode
public int hashCode() -
toString
-