Class ComponentInteractionEvent

Direct Known Subclasses:
ButtonInteractionEvent, ModalSubmitInteractionEvent, SelectMenuInteractionEvent

public class ComponentInteractionEvent extends DeferrableInteractionEvent
Dispatched when a user interacts with a MessageComponent the bot has sent.

You are required to respond to this interaction within a three-second window by using one of the following:

See InteractionCreateEvent for more details about valid operations.

This is not directly dispatched by Discord, but is a utility specialization of InteractionCreateEvent.