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
Resets the theme of the InlineAIAssistantResponse control to its default style.
C#
public void ResetTheme()