speechToText.roundedString
The border radius for the button (e.g., "small", "medium", "large", "full").
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
speechToText: {
rounded: "full"
},
authorId: "user"
});
</script>