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

Represents a single chat item that holds a collection of suggested actions.

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class SuggestedActionsItem : ChatItem

Inheritance: objectChatItemSuggestedActionsItem

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

C#
public SuggestedActionsItem()

Fields

ActionsProperty

BindableProperty

Identifies the Actions property.

C#
public static readonly BindableProperty ActionsProperty

Properties

Gets or sets a collection of possible suggested actions.

C#
public ICollection<SuggestedAction> Actions { get; set; }