Share via


MessageDelta.Content Property

Definition

The content of the message as an array of text and/or images. Please note MessageDeltaContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MessageDeltaImageFileContent and MessageDeltaTextContent.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Projects.MessageDeltaContent> Content { get; }
member this.Content : System.Collections.Generic.IReadOnlyList<Azure.AI.Projects.MessageDeltaContent>
Public ReadOnly Property Content As IReadOnlyList(Of MessageDeltaContent)

Property Value

Applies to