CustomMessagesComponent
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:
<kendo-chat-messages
send="Send Message"
messagePlaceholder="Type here...">
</kendo-chat-messages>
Inputs
actionButtonTitle
string
Sets the text for the Action button.
collapseTitle
string
Sets the title of the icon that shows the message can collapse.
Sets the text that displays when the receiver deletes a message.
deletedMessageSenderText
string
Sets the text that displays when the sender deletes a message.
downloadAllFilesText
string
Sets the text that displays in the download section of the message. This message displays below all files in the message.
expandTitle
string
Sets the title of the icon that shows the message can expand.
fileActionsTitle
string
Sets the title of the DropDownButton that opens the File actions.
fileSelectButtonTitle
string
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.
messageBoxInputLabel
string
Sets the label for the message input box.
messageBoxTitle
string
Sets the aria-label for the internal input/textarea element.
messageFailedText
string
Sets the text that displays when a message fails to send.
messageListLabel
string
Sets the label for the message list.
messagePlaceholder
string
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.
removeFileTitle
string
Sets the title of the icon that removes a selected file in the Message Box.
removeReplyTitle
string
Sets the title of the icon that removes the reply reference in the Message Box.
speechToTextButtonTitle
string
Sets the Speech to Text button title.
unpinMessageTitle
string
Sets the title of the button that unpins a pinned message.