speechToTextButton.roundedString
Defines the border radius for the Speech to Text button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
rounded: "full"
},
placeholder: "Fully rounded speech button..."
});
</script>