SmartPasteAIRequestData
Interface
Defines the data structure for the HTTP request body sent by Smart Paste.
Definition
Package:@progress/kendo-angular-buttons
Properties
content
string
Sets the content to be sent to the AI service.
Sets the form fields to send to the AI service.
requestOptions
{ [key: string]: any }
Sets the request options for the AI service. Includes headers, HTTP method, and other configurations.
url?
string
Sets the URL of the AI service endpoint.