MessageDeltaTextContent 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.
Represents a streamed text content part within a streaming message delta chunk.
public class MessageDeltaTextContent : Azure.AI.Projects.MessageDeltaContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MessageDeltaTextContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MessageDeltaTextContent>
type MessageDeltaTextContent = class
inherit MessageDeltaContent
interface IJsonModel<MessageDeltaTextContent>
interface IPersistableModel<MessageDeltaTextContent>
Public Class MessageDeltaTextContent
Inherits MessageDeltaContent
Implements IJsonModel(Of MessageDeltaTextContent), IPersistableModel(Of MessageDeltaTextContent)
- Inheritance
- Implements
Properties
Index |
The index of the content part of the message. (Inherited from MessageDeltaContent) |
Text |
The text content details. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET