Package com.slack.api.bolt.context
Interface FunctionUtility
- All Known Implementing Classes:
ActionContext,EventContext,ViewSubmissionContext
public interface FunctionUtility
-
Method Summary
Modifier and TypeMethodDescriptionclient()default FunctionsCompleteSuccessResponsedefault FunctionsCompleteErrorResponse
-
Method Details
-
getFunctionExecutionId
String getFunctionExecutionId() -
client
MethodsClient client() -
complete
default FunctionsCompleteSuccessResponse complete(Map<String, ?> outputs) throws IOException, SlackApiException- Throws:
IOExceptionSlackApiException
-
fail
- Throws:
IOExceptionSlackApiException
-