promptResponse

Triggered once a response has been sent back from the specified service.

Example

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    promptResponse: function(e) {
        console.log("Prompt response received:", e.response);
    }
});
</script>
In this article
promptResponse
Not finding the help you need?
Contact Support