ChatUIButtonsProvider

Properties

Link copied to clipboard
abstract override val buttons: StateFlow<Set<ChatUI.Button>>

Current Chat UI buttons

Link copied to clipboard

Buttons Provider represents an optional callback that is invoked when chat buttons hierarchy is about to being displayed on chat UI. This callback allows to return an updated set of Chat Buttons if some chat button must be added or removed in the integration use case.