New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Constructors

C#
public SuggestedAction()

Properties

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

C#
public ICommand Command { get; set; }

The text of the action.

C#
public string Text { get; set; }