Class DialogSubmissionContext
java.lang.Object
com.slack.api.bolt.context.Context
com.slack.api.bolt.context.builtin.DialogSubmissionContext
- All Implemented Interfaces:
ActionRespondUtility
,RespondUtility
,SayUtility
-
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
ConstructorsConstructorDescriptionDialogSubmissionContext
(String responseUrl, String channelId, Responder responder) -
Method Summary
Modifier and TypeMethodDescriptionack
(DialogSubmissionErrorResponse error) ack
(BuilderConfigurator<DialogSubmissionErrorResponse.DialogSubmissionErrorResponseBuilder> builder) builder()
protected boolean
boolean
int
hashCode()
void
setChannelId
(String channelId) void
setResponder
(Responder responder) void
setResponseUrl
(String responseUrl) 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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.slack.api.bolt.context.ActionRespondUtility
respond, respond, respond, respond
Methods inherited from interface com.slack.api.bolt.context.RespondUtility
getSlack
Methods inherited from interface com.slack.api.bolt.context.SayUtility
client, say, say, say, verifyChannelId
-
Constructor Details
-
DialogSubmissionContext
public DialogSubmissionContext() -
DialogSubmissionContext
-
-
Method Details
-
ack
-
ack
-
ack
-
builder
-
getResponseUrl
- Specified by:
getResponseUrl
in interfaceRespondUtility
-
getChannelId
- Specified by:
getChannelId
in interfaceSayUtility
-
getResponder
- Specified by:
getResponder
in interfaceRespondUtility
-
setResponseUrl
-
setChannelId
-
setResponder
- Specified by:
setResponder
in interfaceRespondUtility
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-