Class
AIPromptOutputItem

Definition

Namespace:Telerik.WinControls.UI.AIPrompt

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class AIPromptOutputItem : INotifyPropertyChanged

Inheritance: objectAIPromptOutputItem

Implements: INotifyPropertyChanged

Constructors

AIPromptOutputItem()

Declaration

cs-api-definition
public AIPromptOutputItem()

Properties

InputText

Gets or sets the input text (the end-user's request) that was sent to the AI model.

Declaration

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

Property Value

string

Rating

Gets or sets the end-user rating for this response.

Declaration

cs-api-definition
public double Rating { get; set; }

Property Value

double

ResponseText

Gets or sets the text response from the AI model.

Declaration

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

Property Value

string

Tag

Gets or sets an object associated with this item.

Declaration

cs-api-definition
public object Tag { get; set; }

Property Value

object

Title

Gets or sets the title.

Declaration

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

Property Value

string

Methods

OnNotifyPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged