Enum InteractionResponseBehavior
- Namespace
 - DSharpPlus.Interactivity.Enums
 
- Assembly
 - DSharpPlus.Interactivity.dll
 
public enum InteractionResponseBehavior
  - Extension Methods
 
Fields
Ack = 1Indicates that invalid input should be ACK'd. The interaction will succeed, but nothing will happen.
Ignore = 0Indicates that invalid input should be ignored when waiting for interactions. This will cause the interaction to fail.
Respond = 2Indicates that invalid input should warrant an ephemeral error message.