activeView Number|String (default: 0)

Specifies the index of the active view or the name of the view.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    activeView: 1,
    promptOutputs: [{ prompt: "create object 1", output: "Description 1" }]
});
</script>
In this article