Interaction Button Builder
class InteractionButtonBuilder(var style: ButtonStyle, var customId: String) : ButtonBuilder(source)
A builder for a button that can create Interactions when clicked.
Parameters
style
the style of this button, ButtonStyle.Link is not valid.
custom Id
the ID of this button, used to identify component interactions.