Class ValueResponseAction
Represents a response action that chooses a specific value.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class ValueResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Constructors
ValueResponseAction(MessageBase)
Initializes a new instance of the Value
Declaration
public ValueResponseAction(MessageBase message)
Parameters
Message
|
Properties
Command
Gets the command associated with the response action.
Declaration
public override ICommand Command { get; }
Property Value
System.
|
Overrides
DataObjectValue
Gets or sets the value.
Declaration
public object DataObjectValue { get; set; }
Property Value
System.
|
TextResultValue
Gets or sets value that will be post as text result.
Declaration
public string TextResultValue { get; set; }
Property Value
System.
|