Class SlashCommandResponse
java.lang.Object
com.slack.api.app_backend.slash_commands.response.SlashCommandResponse
https://api.slack.com/docs/interactive-message-field-guide
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSlashCommandResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetText()inthashCode()voidsetAttachments(List<Attachment> attachments) voidsetBlocks(List<LayoutBlock> blocks) voidsetResponseType(String responseType) voidtoString()
-
Constructor Details
-
SlashCommandResponse
public SlashCommandResponse(String responseType, String text, List<Attachment> attachments, List<LayoutBlock> blocks) -
SlashCommandResponse
public SlashCommandResponse()
-
-
Method Details