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