Interface IMessage
Defines properties that can be used to customize the UI of the messages in SfAIAssistView.
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public interface IMessage
Properties
Author
Gets or sets the information about the author of a message.
Declaration
Author Author { get; set; }
Property Value
Type |
---|
Author |
DateTime
Gets or sets the date and time details when the message was created.
Declaration
DateTime DateTime { get; set; }
Property Value
Type |
---|
System.DateTime |