getViews

Returns an array of views of the AIPrompt.

Example

<div id="aiprompt"></div>
<script>
var aiprompt = $("#aiprompt").kendoAIPrompt().data("kendoAIPrompt");
var views = aiprompt.getViews();
console.log("Available views:", views);
</script>

Returns

Array An array of views of the AIPrompt.

In this article
getViews
Not finding the help you need?
Contact Support