CommitResponseAction
Class
Represents a response action that confirms the message interaction.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class CommitResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseResponseActionCommitResponseAction
Implements:
Inherited Members
Constructors
Initializes a new instance of the CommitResponseAction class.
C#
public CommitResponseAction(MessageBase message, string text)
Initializes a new instance of the CommitResponseAction class.
Properties
Gets the command associated with the response action.
C#
public override ICommand Command { get; }
Overrides:
Gets or sets an action that is invoked before OnCommitMessageResult.
C#
public Action<MessageBase> PreCommitAction { get; set; }