messages.retryGenerationString(default: "Retry")
The text of the retry generation button in the output card.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
retryGeneration: "Try Again"
}
});
</script>
In this article