Class AssistSuggestion
Represents the AssistSuggestion class which contains properties for the suggestion items.
Inheritance
System.Object
AssistSuggestion
Implements
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class AssistSuggestion : Object, ISuggestion
Constructors
AssistSuggestion()
Declaration
public AssistSuggestion()
Properties
ImageSource
Gets or sets the image source associated with the suggestion.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.ImageSource |
Text
Gets or sets the text of the suggestion.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |