Message
Represents a Chat message (see example).
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
Sets the layout for displaying message attachments.
Sets the message attachments.
dataItem?
any
Provides a reference to the original data item, if any.
failed?
boolean
Indicates if sending the message has failed.
id
string | number
Sets a unique ID for the message.
isDeleted?
boolean
Indicates if the message has been deleted.
isPinned?
boolean
Indicates if the message is pinned. Pinned messages are displayed at the top of the conversation.
replyToId?
string | number
Sets the ID of the message to which this message is a reply.
status?
string | MessageStatus
Sets the current status of the message. The status appears when the message is selected by clicking or through keyboard navigation.
Sets the suggested quick actions to display below this message.
Suggested actions appear only for the last message in the conversation.
text?
string
Sets the text content for the message. Some messages may contain only attachments or quick actions.
timestamp?
Date
Sets the time when the message was composed.
typing?
boolean
Indicates if the message is still being typed by the user. If true, the Chat shows a typing indicator.