New to Telerik UI for BlazorStart a free 30-day trial

Represents a content item in a chat message.

Definition

Namespace:Telerik.AI.SmartComponents.Extensions

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GridAIRequestContentDescriptor

Inheritance: objectGridAIRequestContentDescriptor

Constructors

C#
public GridAIRequestContentDescriptor()

Properties

Gets or sets the text content.

C#
[JsonPropertyName("text")]
public string Text { get; set; }

Gets or sets the type of the content (e.g., text).

C#
[JsonPropertyName("$type")]
public string Type { get; set; }