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