Interface InteractionDefinition

All Superinterfaces:
Definition, com.github.kaktushose.jda.commands.definitions.features.internal.Invokable
All Known Subinterfaces:
CommandDefinition, ComponentDefinition<T>, SelectMenuDefinition<T>
All Known Implementing Classes:
AutoCompleteDefinition, ButtonDefinition, ContextCommandDefinition, EntitySelectMenuDefinition, ModalDefinition, SlashCommandDefinition, StringSelectMenuDefinition

public sealed interface InteractionDefinition extends Definition, com.github.kaktushose.jda.commands.definitions.features.internal.Invokable permits AutoCompleteDefinition, ModalDefinition, CommandDefinition, ComponentDefinition<T>
Common interface for all definitions that represent an interaction.
See Also: