messages.generateOutputString(default: "Generate")

The text of the generate output button in the prompt view footer.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    messages: {
        generateOutput: "Generate AI Response"
    }
});
</script>
In this article
messages.generateOutput
Not finding the help you need?
Contact Support