ClassRadChatCommands
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
Gets the command that copies the selected chat message to the clipboard.
Declaration
public static readonly RoutedUICommand Copy
Field Value
RoutedUICommand
RegenerateResponse
Represents a command that triggers the regeneration of a response in the chat interface.
Declaration
public static readonly RoutedUICommand RegenerateResponse
Field Value
RoutedUICommand
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.
VoteDown
Gets the command that votes down an answer in the chat.
Declaration
public static readonly RoutedUICommand VoteDown
Field Value
RoutedUICommand
VoteUp
Gets the command that votes up an answer in the chat.
Declaration
public static readonly RoutedUICommand VoteUp
Field Value
RoutedUICommand