ClassAIMessage
Class
Represents a message containing AI-generated content for use in conversational UI.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
cs-api-definition
public class AIMessage : MessageBase, IReportMessageResult, INotifyPropertyChanged, IInlineMessage
Inheritance: objectMessageBaseAIMessage
Implements:
Inherited Members
Constructors
AIMessage(Author, DateTime)
Initializes a new instance of the AIMessage class.
Properties
AIAnswer
Gets or sets the answer or content generated by the AI agent.
AIName
Gets or sets the name of the AI agent that generated the message.
InlineViewModel
Gets the InlineViewModel associated with this message, used for inline display in the chat UI.
Declaration
cs-api-definition
public InlineViewModel InlineViewModel { get; }
Property Value
Implements