Class
AIPromptOutputItemDescriptor

The class that describes the output of the AI Prompt.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class AIPromptOutputItemDescriptor : AIPromptOutputItemDescriptorBase

Inheritance: objectAIPromptOutputItemDescriptorBaseAIPromptOutputItemDescriptor

Constructors

AIPromptOutputItemDescriptor()

Declaration

cs-api-definition
public AIPromptOutputItemDescriptor()

Properties

Subtitle

Defines the SubTitle of the output.

Declaration

cs-api-definition
public string Subtitle { get; set; }

Property Value

string

Title

Defines the Title of the output.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string