Class
SuggestedAction

Represents a model for a single action from a list of suggested actions for the given chat context.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SuggestedAction : NotifyPropertyChangedBase, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseSuggestedAction

Implements: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

SuggestedAction()

Declaration

cs-api-definition
public SuggestedAction()

Properties

Command

Gets or sets the command executed when the action is selected.

Declaration

cs-api-definition
public ICommand Command { get; set; }

Property Value

ICommand

Text

The text of the action.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string