Enum InteractionCallbackAction.ResponseType

java.lang.Object
java.lang.Enum<InteractionCallbackAction.ResponseType>
net.dv8tion.jda.api.requests.restaction.interactions.InteractionCallbackAction.ResponseType
All Implemented Interfaces:
Serializable, Comparable<InteractionCallbackAction.ResponseType>
Enclosing interface:
InteractionCallbackAction<T>

public static enum InteractionCallbackAction.ResponseType extends Enum<InteractionCallbackAction.ResponseType>
The possible types of interaction responses.
This is currently only used internally to reduce interface complexity.