ListPicker
data class ListPicker( val body: String, val button: String, val items: List<ContentData.ListItem>, val rawData: String = "") : ContentData
Content copied to clipboard
Includes a menu of up to 10 options, which offers a simple way for users to make a selection. Represents the twilio/list-picker content type.
Constructors
Link copied to clipboard
fun ListPicker( body: String, button: String, items: List<ContentData.ListItem>, rawData: String = "")
Content copied to clipboard