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>