ListPicker
data class ListPicker(val body: String, val button: String, val items: List<ContentData.ListItem>, val rawData: String = "") : ContentData
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.