Class InitialSlashCommandResponse
-
- All Implemented Interfaces:
public class InitialSlashCommandResponseSealed class representing the initial response types for an unsafe slash command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInitialSlashCommandResponse.EphemeralAckRespond with an ephemeral ack, without any content.
public classInitialSlashCommandResponse.PublicAckRespond with a public ack, without any content.
public classInitialSlashCommandResponse.NoneDon't respond. Warning: You may not be able to respond in time!
public final classInitialSlashCommandResponse.EphemeralResponseRespond with an ephemeral ack, including message content.
public final classInitialSlashCommandResponse.PublicResponseRespond with a public ack, including message content.
-