IMessage
Interface
Represents a message in an AI conversation with a specific role and content.
Definition
Namespace:Telerik.Reporting.AI
Assembly:Telerik.Reporting.dll
Syntax:
C#
public interface IMessage
Derived Classes:
Properties
Gets the collection of content items contained in this message.
C#
IReadOnlyCollection<IContent> Contents { get; }
Gets the role of the message sender within the conversation.
C#
MessageRole Role { get; }