New to Kendo UI for Angular? Start a free 30-day trial
GridAIRequestData
Updated on Oct 31, 2025
Represents the data sent in the AI request from the Grid Toolbar AI Assistant.
| Name | Type | Default | Description | 
|---|---|---|---|
columns | 
 | 
 The columns of the grid, each represented by its field, id, header, and nested columns (if any).  | |
promptMessage | 
 | 
 The prompt message to be sent to the AI service.  | |
requestOptions | 
 | 
 The request options for the AI service, including headers, method, and other configurations.  | |
url? | 
 | 
 The URL of the AI service endpoint.  |