actionButton.loadingTextString(default: null)
The text label for the action button when in loading state.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
authorId: "user",
actionButton: {
loadingText: "Stop"
}
});
</script>