Overview
16 Dec 20251 minute to read
| Name | Description |
|---|---|
| Message | Represents a model for a messages in the chatUI component. |
| MessageReply | Represents a model for a reply messages in the chatUI component. |
| MessageToolbarSettings | Configures the toolbar displayed on each message in the Chat UI component. |
| User | Represents a user model for a messages in the chatUI component. |
| InterActiveChatBase | ChatBase component act as base class. |
| ToolbarItem | Represents a toolbar item model in the component. |
| ToolbarSettings | Represents the settings for the toolbar in the component. |
| MessageToolbarItemClickedEventArgs | Represents the event arguments for a toolbar item click event in the component. |
| ToolbarItemClickedEventArgs | Represents the event arguments for a toolbar item click event in the component. |
| SaveFormat | Specifies that the attachment will be saved as a Blob object. This format is used for storing binary data. Specifies that the attachment will be saved as a Base64-encoded string. This format is used for storing data as a text representation. |