Class GenericComponentInteractionCreateEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent
net.dv8tion.jda.api.events.interaction.component.GenericComponentInteractionCreateEvent
All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IMessageEditCallback, IModalCallback, IPremiumRequiredReplyCallback, IReplyCallback, ComponentInteraction, Interaction
Direct Known Subclasses:
ButtonInteractionEvent, GenericSelectMenuInteractionEvent

public class GenericComponentInteractionCreateEvent extends GenericInteractionCreateEvent implements ComponentInteraction
Indicates that a ComponentInteraction was created in a channel.
Every component interaction event is derived from this event.

Requirements
To receive these events, you must unset the Interactions Endpoint URL in your application dashboard. You can simply remove the URL for this endpoint in your settings at the Discord Developers Portal.