ClassAIPromptOutputItem
Class
Definition
Namespace:Telerik.WinControls.UI.AIPrompt
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class AIPromptOutputItem : INotifyPropertyChanged
Inheritance: objectAIPromptOutputItem
Implements:
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.
Rating
Gets or sets the end-user rating for this response.
ResponseText
Gets or sets the text response from the AI model.
Tag
Gets or sets an object associated with this item.
Methods
OnNotifyPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements