Class BlockSuggestionContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.BlockSuggestionContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.slack.api.bolt.context.Context
additionalValues, authTestResponse, botId, botScopes, botToken, botUserId, enterpriseId, enterpriseInstall, functionBotAccessToken, functionExecutionId, logger, requestUserId, requestUserScopes, requestUserToken, slack, teamId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionack(BlockSuggestionResponse response) builder()protected booleanbooleaninthashCode()toString()Methods inherited from class com.slack.api.bolt.context.Context
ack, ack, ackWithJson, asyncClient, client, getAdditionalValues, getAuthTestResponse, getBotId, getBotScopes, getBotToken, getBotUserId, getEnterpriseId, getFunctionBotAccessToken, getFunctionExecutionId, getLogger, getRequestUserId, getRequestUserScopes, getRequestUserToken, getSlack, getTeamId, isAttachingFunctionTokenEnabled, isEnterpriseInstall, say, setAttachingFunctionTokenEnabled, setAuthTestResponse, setBotId, setBotScopes, setBotToken, setBotUserId, setEnterpriseId, setEnterpriseInstall, setFunctionBotAccessToken, setFunctionExecutionId, setRequestUserId, setRequestUserScopes, setRequestUserToken, setSlack, setTeamId, toJson
-
Constructor Details
-
BlockSuggestionContext
public BlockSuggestionContext()
-
-
Method Details
-
ack
-
ack
public Response ack(BuilderConfigurator<BlockSuggestionResponse.BlockSuggestionResponseBuilder> builder) -
builder
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-