Class
AIPromptOutputItem

The visual representation of an AIPromptOutputItemModel.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class AIPromptOutputItem : Control

Inheritance: objectAIPromptOutputItem

Constructors

AIPromptOutputItem()

Declaration

cs-api-definition
public AIPromptOutputItem()

Fields

CornerRadiusProperty

Identifies the CornerRadius property.

Declaration

cs-api-definition
public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

InputTextProperty

Identifies the InputText property.

Declaration

cs-api-definition
public static readonly DependencyProperty InputTextProperty

Field Value

DependencyProperty

RatingProperty

Identifies the Rating property.

Declaration

cs-api-definition
public static readonly DependencyProperty RatingProperty

Field Value

DependencyProperty

ResponseTextProperty

Identifies the ResponseText property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResponseTextProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

CornerRadius

Gets or sets the corner radius.

Declaration

cs-api-definition
public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

InputText

Gets or sets the input text.

Declaration

cs-api-definition
public string InputText { get; set; }

Property Value

string

Rating

Gets or sets the rating.

Declaration

cs-api-definition
public double Rating { get; set; }

Property Value

double

ResponseText

Gets or sets the response text.

Declaration

cs-api-definition
public string ResponseText { get; set; }

Property Value

string

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Returns an automation peer for this AIPromptOutputItem.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs