messages.commandsViewString(default: "")
The text of the commands view button in the ToolBar.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
commandsView: "Commands"
}
});
</script>
In this article