New to Telerik UI for WPFStart a free 30-day trial

Represents the view model for the InlineAIAssistantResponse control, which displays the response text after a prompt is processed in the RadInlineAIAssistant control.

Definition

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; }