Class DialogSuggestionContext
- java.lang.Object
-
- com.slack.api.bolt.context.Context
-
- com.slack.api.bolt.context.builtin.DialogSuggestionContext
-
public class DialogSuggestionContext extends Context
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogSuggestionContext.DialogSuggestionContextBuilder
-
Field Summary
-
Fields inherited from class com.slack.api.bolt.context.Context
additionalValues, botId, botToken, botUserId, enterpriseId, enterpriseInstall, logger, requestUserId, requestUserToken, slack, teamId
-
-
Constructor Summary
Constructors Constructor Description DialogSuggestionContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
ack(DialogSuggestionResponse response)
Response
ack(BuilderConfigurator<DialogSuggestionResponse.DialogSuggestionResponseBuilder> builder)
static DialogSuggestionContext.DialogSuggestionContextBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
String
toString()
-
Methods inherited from class com.slack.api.bolt.context.Context
ack, ack, ackWithJson, asyncClient, client, getAdditionalValues, getBotId, getBotToken, getBotUserId, getEnterpriseId, getLogger, getRequestUserId, getRequestUserToken, getSlack, getTeamId, isEnterpriseInstall, say, setBotId, setBotToken, setBotUserId, setEnterpriseId, setEnterpriseInstall, setRequestUserId, setRequestUserToken, setSlack, setTeamId, toJson
-
-
-
-
Method Detail
-
ack
public Response ack(DialogSuggestionResponse response)
-
ack
public Response ack(BuilderConfigurator<DialogSuggestionResponse.DialogSuggestionResponseBuilder> builder)
-
builder
public static DialogSuggestionContext.DialogSuggestionContextBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
-