messages.promptViewString(default: "Ask AI")
The text of the prompt view button in the ToolBar.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
promptView: "Chat with AI"
}
});
</script>
In this article