jQuery/JS Common Types - Response
An object returned by the sendRequest function.
import { Response } from "devextreme/common/ai-integration"
Type:
promise
A promise that resolves with the final AI-generated text.
Type:
Promise<AIResponse> (jQuery or native)
Feedback