HelpBot Assistant

How can I help you?

ResponseItemModel

16 Mar 20261 minute to read

Interface for a class ResponseItem

Properties

disabled boolean

Specifies whether the response item is disabled.
When set to true, the response item will be unavailable for selection and execution.

groupBy string

Specifies the header text for the response item.
This provides a descriptive title or label for the item group.

iconCss string

Specifies the CSS classes for the icon associated with the item.
This allows for styling and representation of icons that are visually linked with the item.

id string

Specifies the unique identifier of the response item.
This ID can be used for referencing specific response item programmatically.

label string

Specifies the display label for the response item.
This text is shown in the response menu for the user to identify the response.

tooltip string

Specifies the title of the item.
This serves as the primary label or heading, providing a brief description of the item’s purpose.