ClassAIPromptOutputItemModel
Class
Contains information about a response received from the AI model based on a request from the end-user.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class AIPromptOutputItemModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseAIPromptOutputItemModel
Implements:
Inherited Members
Constructors
AIPromptOutputItemModel()
Declaration
cs-api-definition
public AIPromptOutputItemModel()
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.