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