messagesObject
The text messages displayed in the component. Use this option to customize or localize the messages.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
promptView: "Ask AI Assistant",
outputView: "AI Response",
generateOutput: "Generate Response"
}
});
</script>
In this article