Class SuggestedActionsItem
Represents a single chat item that holds a collection of suggested actions.
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SuggestedActionsItem : ChatItem
Constructors
SuggestedActionsItem()
Declaration
public SuggestedActionsItem()
Fields
ActionsProperty
Identifies the Actions property.
Declaration
public static readonly BindableProperty ActionsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Actions
Gets or sets a collection of possible suggested actions.
Declaration
public ICollection<SuggestedAction> Actions { get; set; }
Property Value
System.Collections.Generic.ICollection<SuggestedAction>
|