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