ClassTextMessage
Class
Represents a message that displays simple text.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class TextMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseTextMessage
Implements:
Inherited Members
Constructors
TextMessage(Author, string, DateTime)
Initializes a new instance of the TextMessage class.
TextMessage(Author, string, string, DateTime)
Initializes a new instance of the TextMessage class.
Properties
InlineViewModel
Gets the InlineViewModel.
Declaration
cs-api-definition
public InlineViewModel InlineViewModel { get; }
Property Value
Implements