speechToText.enableBoolean(default: true)
Enables or disables the speech-to-text button.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
enable: false
},
authorId: "user"
});
</script>