Class Profile
Represents a user profile for the request and response IAssistItem.
Inheritance
System.Object
Profile
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class Profile : Object
Constructors
Profile()
Declaration
public Profile()
Properties
Avatar
Gets or sets the avatar image source of the user.
Declaration
public ImageSource Avatar { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.ImageSource |
Name
Gets or sets the name of the user.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |