speechToTextButton.maxAlternativesNumber(default: 1)
Sets the maximum number of alternative transcriptions to return.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
speechToTextButton: {
maxAlternatives: 3
},
placeholder: "Multiple alternatives..."
});
</script>