Class TextMessage
Represents a message that displays simple text.
Inherited Members
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class TextMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Constructors
TextMessage(Author, String, DateTime)
Initializes a new instance of the TextMessage class.
Declaration
public TextMessage(Author author, string text, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.String
text
|
System.DateTime
creationDate
|
TextMessage(Author, String, String, DateTime)
Initializes a new instance of the TextMessage class.
Declaration
public TextMessage(Author author, string text, string status, DateTime creationDate = default(DateTime))
Parameters
Author
author
|
System.String
text
|
System.String
status
|
System.DateTime
creationDate
|
Properties
InlineViewModel
Gets the InlineViewModel.
Declaration
public InlineViewModel InlineViewModel { get; }
Property Value
InlineViewModel
|
Implements
Text
Gets or sets the text that gets displayed in the message.
Declaration
public string Text { get; set; }
Property Value
System.String
|