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

The class that describes the output of the AI Prompt.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class AIPromptOutputItemDescriptor : AIPromptOutputItemDescriptorBase

Inheritance: objectAIPromptOutputItemDescriptorBaseAIPromptOutputItemDescriptor

Inherited Members AIPromptOutputItemDescriptorBase.PromptAIPromptOutputItemDescriptorBase.PromptContextAIPromptOutputItemDescriptorBase.CommandIdAIPromptOutputItemDescriptorBase.OutputAIPromptOutputItemDescriptorBase.Retried

Constructors

C#
public AIPromptOutputItemDescriptor()

Properties

Defines the SubTitle of the output.

C#
public string Subtitle { get; set; }

Defines the Title of the output.

C#
public string Title { get; set; }