Class ValueResponseAction
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValueResponseAction : ResponseAction, INotifyPropertyChanged
Constructors
ValueResponseAction(MessageBase)
Properties
Command
Declaration
public override ICommand Command { get; }
Property Value
System.
|
Overrides
DataObjectValue
Declaration
public object DataObjectValue { get; set; }
Property Value
System.
|
TextResultValue
Declaration
public string TextResultValue { get; set; }
Property Value
System.
|