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

Represents the response text displayed in the RadInlineAIAssistant control after a prompt is processed.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class InlineAIAssistantResponse : Control

Inheritance: objectInlineAIAssistantResponse

Constructors

C#
public InlineAIAssistantResponse()

Fields

ResponseTextProperty

DependencyProperty

Gets or sets the response text displayed in the RadInlineAIAssistant control after a prompt is processed.

C#
public static readonly DependencyProperty ResponseTextProperty

Properties

Gets or sets the response text displayed in the RadInlineAIAssistant control after a prompt is processed.

C#
public string ResponseText { get; set; }

Methods

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Resets the theme of the InlineAIAssistantResponse control to its default style.

C#
public void ResetTheme()