messages.stopGenerationString(default: "Stop Generation")
The aria-label and title of the stop generation button that appears during streaming operations.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
stopGeneration: "Stop AI Generation"
}
});
</script>
In this article