didPressButton

abstract fun didPressButton(chatButton: ButtonChat, chatLog: List<MessageChat>)

Called when a chat button is pressed by the user.

Parameters

chatButton

The button that was pressed.

chatLog

The current chat message history.