ValueResponseAction
Class
Represents a response action that chooses a specific value.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class ValueResponseAction : ResponseAction, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseResponseActionValueResponseAction
Implements:
Inherited Members
Constructors
Initializes a new instance of the ValueResponseAction class.
Properties
Gets the command associated with the response action.
C#
public override ICommand Command { get; }
Overrides:
Gets or sets the value.
C#
public object DataObjectValue { get; set; }
Gets or sets value that will be post as text result.
C#
public string TextResultValue { get; set; }