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