outputActions.titleString
Specifies the title attribute (tooltip) for the action button.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
outputActions: [
{ command: "help", icon: "question", title: "Get help with this output" }
]
});
</script>
In this article