TextMessage
Class
Represents a message that displays simple text.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class TextMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseTextMessage
Implements:
Inherited Members
Constructors
Properties
Gets or sets the attached files associated with this message.
C#
public IReadOnlyList<PromptInputAttachedFile> AttachedFiles { get; set; }
Gets the InlineViewModel.
C#
public InlineViewModel InlineViewModel { get; }
Implements: