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

Provides a set of commands for the RadInlineAIAssistant control.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public static class RadInlineAIAssistantCommands

Inheritance: objectRadInlineAIAssistantCommands

Fields

Discard

RoutedUICommand

Gets the command that discards the reply.

C#
public static readonly RoutedUICommand Discard

ExecuteInlineCommand

RoutedUICommand

Gets the command that executes a selected InlineAIAssistantCommand from the commands menu. Raises PromptRequest using the command's text as the prompt.

C#
public static readonly RoutedUICommand ExecuteInlineCommand

Insert

RoutedUICommand

Gets the command that inserts the reply at the caret position.

C#
public static readonly RoutedUICommand Insert

Replace

RoutedUICommand

Gets the command that replaced the selected text.

C#
public static readonly RoutedUICommand Replace