messages.commandsMenuString
(default: "Commands Menu")
The text of the prompt context menu that will render the commands.
Example
<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
messages: {
commandsMenu: "AI Commands"
}
});
</script>
In this article