Class DialogSelectElement

java.lang.Object
com.slack.api.model.dialog.DialogSelectElement
All Implemented Interfaces:
DialogElement

public class DialogSelectElement
extends Object
implements DialogElement
Represents a select dialog element

Use the select element for multiple choice selections allowing users to pick a single item from a list. True to web roots, this selection is displayed as a dropdown menu.