New to Kendo UI for AngularStart a free 30-day trial

Represents the custom messages component of the Chat.

Use this component to override default messages for the Chat (see example).

Definition

Package:@progress/kendo-angular-conversational-ui

Selector:kendo-chat-messages

Syntax:

html
<kendo-chat-messages
  send="Send Message"
  messagePlaceholder="Type here...">
</kendo-chat-messages>

Inputs

Sets the text for the Action button.

Sets the title of the icon that shows the message can collapse.

Sets the text that displays when the receiver deletes a message.

Sets the text that displays when the sender deletes a message.

Sets the text that displays in the download section of the message. This message displays below all files in the message.

Sets the title of the icon that shows the message can expand.

Sets the title of the DropDownButton that opens the File actions.

Sets the File Select button title.

Sets the text for the left arrow of the message attachments.

Sets the text for the right arrow of the message attachments.

Sets the label for the message input box.

Sets the aria-label for the internal input/textarea element.

Sets the text that displays when a message fails to send.

Sets the label for the message list.

Sets the placeholder text for the message text input.

Sets the title of the button that shows the Scroll right when the suggestions list is scrollable with buttons.

Sets the title of the button that shows the Scroll left when the suggestions list is scrollable with buttons.

Sets the title of the icon that removes a selected file in the Message Box.

Sets the title of the icon that removes the reply reference in the Message Box.

Sets the Speech to Text button title.

Sets the title of the button that unpins a pinned message.