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