RadChatCommands
Provides common commands for the RadChat control.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public static class RadChatCommands
Inheritance: objectRadChatCommands
Fields
Copy
RoutedUICommand
Gets the command that copies the selected chat message to the clipboard.
public static readonly RoutedUICommand Copy
DownloadAllAttachments
RoutedUICommand
Gets the command that downloads all attachments from a message.
public static readonly RoutedUICommand DownloadAllAttachments
DownloadAttachment
RoutedUICommand
Gets the command that downloads a single attachment.
public static readonly RoutedUICommand DownloadAttachment
RegenerateResponse
RoutedUICommand
Represents a command that triggers the regeneration of a response in the chat interface.
public static readonly RoutedUICommand RegenerateResponse
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.
public static readonly RoutedUICommand ShareAttachment
VoteDown
RoutedUICommand
Gets the command that votes down an answer in the chat.
public static readonly RoutedUICommand VoteDown
VoteUp
RoutedUICommand
Gets the command that votes up an answer in the chat.
public static readonly RoutedUICommand VoteUp