button

abstract fun button(command: Command)(source)

Push a command button part to this stream. Short-hand for push(new ChatResponseCommandButtonPart(value, title)).

Parameters

command

A Command that will be executed when the button is clicked.

Online Documentation