Class SuggestedAction
Represents a model for a single action from a list of suggested actions for the given chat context.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SuggestedAction : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
SuggestedAction()
Declaration
public SuggestedAction()
Properties
Command
Gets or sets the command executed when the action is selected.
Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand
|
Text
The text of the action.
Declaration
public string Text { get; set; }
Property Value
System.String
|