MessageTextContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A representation of a textual item of thread message content.
public class MessageTextContent : Azure.AI.OpenAI.Assistants.MessageContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Assistants.MessageTextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Assistants.MessageTextContent>
type MessageTextContent = class
inherit MessageContent
interface IJsonModel<MessageTextContent>
interface IPersistableModel<MessageTextContent>
Public Class MessageTextContent
Inherits MessageContent
Implements IJsonModel(Of MessageTextContent), IPersistableModel(Of MessageTextContent)
- Inheritance
- Implements
Properties
Annotations |
A list of annotations associated with this text. Please note MessageTextAnnotation 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 MessageTextFileCitationAnnotation and MessageTextFilePathAnnotation. |
Text |
The text data. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET