HelpBot Assistant

How can I help you?

MessageToolbarSettingsModel

16 Mar 20261 minute to read

Interface for a class MessageToolbarSettings

Properties

items ToolbarItemModel[]

Specifies the collection of toolbar items in the message toolbar of the Chat UI component.
Represents an array of items that are rendered in the toolbar, allowing for customization and interaction within the response section.

width string|number

Specifies the width of the message toolbar in the Chat UI component.
Represents the width of the toolbar, which can be defined using various CSS units and values such as ‘auto’, ‘100%’, or pixel-based measurements.

Events

itemClicked EmitType<MessageToolbarItemClickedEventArgs>

Event raised when a toolbar item is clicked in the message toolbar of the Chat UI component.