messages.outputViewString(default: "Output")
The text of the output view button in the ToolBar.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
outputView: "AI Output"
}
});
</script>
In this article