Conversation Button
class ConversationButton<T>(val id: String, val label: String?, val emoji: ReactionEmoji?, val value: T, val style: ButtonStyle)
A simple button builder
Parameters
id
The UUID of the component
label
The Button text
emoji
The Button emoji
value
The value returned when this button is pressed
style
The Button style