speechToTextButton.fillModeString
Defines the fill mode for the Speech to Text button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
fillMode: "flat"
},
placeholder: "Flat speech button..."
});
</script>