messages.customViewString(default: "Custom View")
The text of the custom view button in the ToolBar.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
customView: "Custom"
}
});
</script>
In this article