Represents the view model for the InlineAIAssistantResponse control, which displays the response text after a prompt is processed in the RadInlineAIAssistant control.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class InlineAIAssistantResponseViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseInlineAIAssistantResponseViewModel
Implements:
Inherited Members
Constructors
C#
public InlineAIAssistantResponseViewModel()
Properties
Gets or sets a value indicating whether the AI response is visible.
C#
public bool IsAIResponseVisible { get; set; }
Gets or sets the response text displayed in the InlineAIAssistantResponse control.
C#
public string ResponseText { get; set; }