ConversationalUIModelFields
Defines the model fields that will be used for creating Message instances.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
attachmentLayoutField?
string
Field name for message attachment layout.
"attachmentLayout"
attachmentsField?
string
Field name for message attachments.
"attachments"
authorIdField?
string
Field name for message author ID.
"authorId"
authorImageAltTextField?
string
Field name for alt text of the author's avatar (when flattened in data source).
"authorImageAltText"
authorImageUrlField?
string
Field name for message author avatar URL (when flattened in data source).
"authorImageUrl"
authorNameField?
string
Field name for message author name (when flattened in data source).
"authorName"
failedField?
string
Field name for the failed status.
"failed"
filesField?
string
Field name for file attachments.
"files"
idField?
string
Field name for message ID.
"id"
isDeletedField?
string
Field name for message deletion status.
"isDeleted"
isPinnedField?
string
Field name for message pinned status.
"isPinned"
replyToIdField?
string
Field name for reply-to message ID.
"replyToId"
statusField?
string
Field name for message status. Use this when status is a string or an object.
"status"
suggestedActionsField?
string
Field name for suggested actions.
"suggestedActions"
textField?
string
Field name for message text content.
"text"
timestampField?
string
Field name for message timestamp.
"timestamp"
typingField?
string
Field name for the typing indicator.
"typing"