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