speechToTextButton.iconString
Defines the font icon name for the Speech to Text button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
icon: "microphone"
},
placeholder: "Custom speech icon..."
});
</script>