Class
SuggestedActionsItem

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

Definition

Namespace:Telerik.Maui.Controls.Chat

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SuggestedActionsItem : ChatItem

Inheritance: objectChatItemSuggestedActionsItem

Inherited Members ChatItem.DataPropertyChatItem.ChatPropertyChatItem.ChatChatItem.Data

Constructors

SuggestedActionsItem()

Declaration

cs-api-definition
public SuggestedActionsItem()

Fields

ActionsProperty

Identifies the Actions property.

Declaration

cs-api-definition
public static readonly BindableProperty ActionsProperty

Field Value

BindableProperty

Properties

Actions

Gets or sets a collection of possible suggested actions.

Declaration

cs-api-definition
public ICollection<SuggestedAction> Actions { get; set; }

Property Value

ICollection<SuggestedAction>