@Value.Immutable public interface DialogSubmissionIF extends SlackInteractiveCallback
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getState()
This state is passed from the dialog creation and is echoed back from the user submission.
|
Map<String,Optional<String>> |
getSubmission()
This map is a key:value mapping of the values the user submitted to the dialog,
where the keys are the field names used when creating the dialog.
|
getActionTs, getCallbackId, getChannel, getTeam, getToken, getType, getUserCopyright © 2019. All rights reserved.