ConversationButton

fun <T> ConversationButton(    id: String,     label: String?,     emoji: ReactionEmoji?,     value: T,     style: ButtonStyle)

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