messages.sendButtonLoadingString(default: "Stop")

The title and aria-label for the send button when in loading state.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    messages: {
        sendButtonLoading: "Stop generation"
    },
    authorId: "user"
});
</script>
In this article
messages.sendButtonLoading
Not finding the help you need?
Contact Support