Interface
IMessage

Represents a message in an AI conversation with a specific role and content.

Definition

Namespace:Telerik.Reporting.AI

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public interface IMessage

Properties

Contents

Gets the collection of content items contained in this message.

Declaration

cs-api-definition
IReadOnlyCollection<IContent> Contents { get; }

Property Value

IReadOnlyCollection<IContent>

Role

Gets the role of the message sender within the conversation.

Declaration

cs-api-definition
MessageRole Role { get; }

Property Value

MessageRole

In this article
DefinitionPropertiesContentsRole
Not finding the help you need?
Contact Support