Class TextMessage
Represents a class which contains the functionalities for the simple string type of message in SfAIAssistView.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public class TextMessage : NotificationObject, INotifyPropertyChanged, ITextMessage, IMessageConstructors
TextMessage()
Declaration
public TextMessage()Properties
Author
Gets or sets the author to be display in the message.
Declaration
public Author Author { get; set; }Property Value
| Type | 
|---|
| Author | 
DateTime
Gets or sets the date and time details when the message was created.
Declaration
public DateTime DateTime { get; set; }Property Value
| Type | 
|---|
| System.DateTime | 
Text
Gets or sets the text to be display as the message.
Declaration
public string Text { get; set; }Property Value
| Type | 
|---|
| System.String | 
Implements
      System.ComponentModel.INotifyPropertyChanged