public static class ConversationsSelectElement.ConversationsSelectElementBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ConversationsSelectElement.ConversationsSelectElementBuilder |
actionId(String actionId)
An identifier for the action triggered when a menu option is selected.
|
ConversationsSelectElement |
build() |
ConversationsSelectElement.ConversationsSelectElementBuilder |
confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConversationsSelectElement.ConversationsSelectElementBuilder |
initialConversation(String initialConversation)
The ID of any valid conversation to be pre-selected when the menu loads.
|
ConversationsSelectElement.ConversationsSelectElementBuilder |
placeholder(PlainTextObject placeholder)
A plain_text only text object that defines the placeholder text shown on the menu.
|
String |
toString() |
public ConversationsSelectElement.ConversationsSelectElementBuilder placeholder(PlainTextObject placeholder)
public ConversationsSelectElement.ConversationsSelectElementBuilder actionId(String actionId)
public ConversationsSelectElement.ConversationsSelectElementBuilder initialConversation(String initialConversation)
public ConversationsSelectElement.ConversationsSelectElementBuilder confirm(ConfirmationDialogObject confirm)
public ConversationsSelectElement build()
Copyright © 2020. All rights reserved.