New to Telerik ReportingStart a free 30-day trial

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: Message

Properties

Contents

IReadOnlyCollection<IContent>

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; }
In this article
DefinitionPropertiesContentsRole
Not finding the help you need?
Contact Support