Interface ITextMessage
Defines properties that can be used to display a simple string type of message in SfAIAssistView.
Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public interface ITextMessage : IMessageProperties
Text
Gets or sets the text to be display as the message.
Declaration
string Text { get; set; }Property Value
| Type | 
|---|
| System.String |