ClassGridAIRequestContentDescriptor
Class
Represents a content item in a chat message.
Definition
Namespace:Telerik.AI.SmartComponents.Extensions
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridAIRequestContentDescriptor
Inheritance: objectGridAIRequestContentDescriptor
Constructors
GridAIRequestContentDescriptor()
Declaration
cs-api-definition
public GridAIRequestContentDescriptor()
Properties
Text
Gets or sets the text content.
Declaration
cs-api-definition
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value