Interface ISuggestion
Defines properties that can used in an individual suggestion item in the suggestions collection in a message.
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface ISuggestion
Properties
Image
Gets or sets the image of a suggestion item.
Declaration
ImageSource Image { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.ImageSource |
Text
Gets or sets the text of a suggestion item.
Declaration
string Text { get; set; }
Property Value
Type |
---|
System.String |