speechToText.fillModeString
The fill mode for the button (e.g., "flat", "solid", "outline").
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
fillMode: "solid"
},
authorId: "user"
});
</script>