ChatSuggestion
Interface
Represents the structure of a chat suggestion item that can be displayed above the message input.
ChatSuggestion
Definition
Package:@progress/kendo-react-conversational-ui
Properties
description?
string
An optional description that provides additional context for the suggestion.
disabled?
boolean
Determines whether the suggestion is disabled and cannot be clicked.
id
string | number
The unique identifier for the suggestion.
The visual style for displaying the suggestion. Can be 'classic' for rectangular styling or 'modern' for chip-like styling.
text
string
The text content of the suggestion that will be displayed to the user.