HelpBot Assistant

How can I help you?

ResponseSettingsModel

16 Mar 20261 minute to read

Interface for a class ResponseSettings

Properties

items ResponseItemModel[]

Specifies the collection of toolbar items rendered in the response toolbar.
Specifies an array of ResponseItemModel objects for customization and interaction.

Events

itemSelect EmitType<ResponseItemSelectEventArgs>

Triggers when a toolbar item is clicked in the response toolbar.
Use this event to handle the action, update UI, or cancel default behavior.