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