Package com.slack.api.bolt.context
Interface ActionRespondUtility
- All Superinterfaces:
RespondUtility
- All Known Implementing Classes:
ActionContext,AttachmentActionContext,DialogCancellationContext,DialogSubmissionContext,MessageShortcutContext
This utility provides respond method functionality for
various types of requests such as `block_actions`
and `message_action` (=message shortcut).
-
Method Summary
Modifier and TypeMethodDescriptiondefault WebhookResponserespond(ActionResponse response) default WebhookResponsedefault WebhookResponsedefault WebhookResponserespond(List<LayoutBlock> blocks) Methods inherited from interface com.slack.api.bolt.context.RespondUtility
getResponder, getResponseUrl, getSlack, setResponder
-
Method Details
-
respond
- Throws:
IOException
-
respond
- Throws:
IOException
-
respond
- Throws:
IOException
-
respond
default WebhookResponse respond(BuilderConfigurator<ActionResponse.ActionResponseBuilder> builder) throws IOException - Throws:
IOException
-