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
messages.customView
Not finding the help you need?
Contact Support