ExecuteAction
eventsFired when the user clicks an action button in an attachment card. Use this event to handle custom actions defined in attachment data.
Event Data
e.sender kendo.ui.Chat
The widget instance which fired the event.
e.action Object
The action object with title, type, and value properties describing the button that was clicked.
e.message Object
The message object that contains the attachment with the clicked action.