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

Provides common commands for the RadChat control.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public static class RadChatCommands

Inheritance: objectRadChatCommands

Fields

Copy

RoutedUICommand

Gets the command that copies the selected chat message to the clipboard.

C#
public static readonly RoutedUICommand Copy

DownloadAllAttachments

RoutedUICommand

Gets the command that downloads all attachments from a message.

C#
public static readonly RoutedUICommand DownloadAllAttachments

DownloadAttachment

RoutedUICommand

Gets the command that downloads a single attachment.

C#
public static readonly RoutedUICommand DownloadAttachment

RegenerateResponse

RoutedUICommand

Represents a command that triggers the regeneration of a response in the chat interface.

C#
public static readonly RoutedUICommand RegenerateResponse
Remarks:

This command is typically used in scenarios where the user requests to regenerate or retry generating a response. It is associated with the RadChat control and can be bound to UI elements such as buttons.

ShareAttachment

RoutedUICommand

Gets the command that shares a single attachment.

C#
public static readonly RoutedUICommand ShareAttachment

VoteDown

RoutedUICommand

Gets the command that votes down an answer in the chat.

C#
public static readonly RoutedUICommand VoteDown

VoteUp

RoutedUICommand

Gets the command that votes up an answer in the chat.

C#
public static readonly RoutedUICommand VoteUp