messages.ratePositiveString(default: "")
The text of the positive rating button in the output card.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
ratePositive: "Good response"
}
});
</script>
In this article