ClassGridAIRequestDescriptor
Class
Provides information about the columns in a grid for AI processing.
Definition
Namespace:Telerik.AI.SmartComponents.Extensions
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridAIRequestDescriptor
Inheritance: objectGridAIRequestDescriptor
Constructors
GridAIRequestDescriptor()
Declaration
cs-api-definition
public GridAIRequestDescriptor()
Properties
Columns
Gets or sets the list of columns in the grid.
Declaration
cs-api-definition
[JsonPropertyName("columns")]
public List<GridAIColumnDescriptor> Columns { get; set; }
Property Value
Contents
Gets or sets the list of content items in the message.
Declaration
cs-api-definition
[JsonPropertyName("contents")]
public List<GridAIRequestContentDescriptor> Contents { get; set; }
Property Value