ResponseAction
Class
Represents a class that wraps command logic for the response actions feature of messages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public abstract class ResponseAction : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseResponseAction
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ResponseAction class.
Properties
Gets the command associated with the response action.
C#
public abstract ICommand Command { get; }
CommandButtonVisibility
Visibility
Gets or sets the visibility of the button that visualizes the command.
C#
public Visibility CommandButtonVisibility { get; set; }
Gets or sets the associated message.
C#
protected MessageBase Message { get; set; }