speechToText.iconString(default: "microphone")
The icon name for the speech-to-text button.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
icon: "volume-up"
},
authorId: "user"
});
</script>