ConversationalUIModelFields
Defines the model fields that will be used for creating Message
instances.
Name | Type | Default | Description |
---|---|---|---|
attachmentLayoutField? |
|
|
Field name for message attachment layout. |
attachmentsField? |
|
|
Field name for message attachments. |
authorIdField? |
|
|
Field name for message author ID. |
authorImageAltTextField? |
|
|
Field name for alt text of the author's avatar (when flattened in data source). |
authorImageUrlField? |
|
|
Field name for message author avatar URL (when flattened in data source). |
authorNameField? |
|
|
Field name for message author name (when flattened in data source). |
filesField? |
|
|
Field name for file attachments. |
idField? |
|
|
Field name for message ID. |
isDeletedField? |
|
|
Field name for message deletion status. |
isPinnedField? |
|
|
Field name for message pinned status. |
pinnedByField? |
|
|
Field name for the user who pinned the message. |
replyToIdField? |
|
|
Field name for reply-to message ID. |
statusField? |
|
|
Field name for message status. |
suggestedActionsField? |
|
|
Field name for suggested actions. |
textField? |
|
|
Field name for message text content. |
timestampField? |
|
|
Field name for message timestamp. |
typingField? |
|
|
Field name for the typing indicator. |