AIProjectsModelFactory.MessageDeltaChunk Method
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.
Initializes a new instance of MessageDeltaChunk.
public static Azure.AI.Projects.MessageDeltaChunk MessageDeltaChunk(string id = default, Azure.AI.Projects.MessageDeltaChunkObject object = default, Azure.AI.Projects.MessageDelta delta = default);
static member MessageDeltaChunk : string * Azure.AI.Projects.MessageDeltaChunkObject * Azure.AI.Projects.MessageDelta -> Azure.AI.Projects.MessageDeltaChunk
Public Shared Function MessageDeltaChunk (Optional id As String = Nothing, Optional object As MessageDeltaChunkObject = Nothing, Optional delta As MessageDelta = Nothing) As MessageDeltaChunk
Parameters
- id
- String
The identifier of the message, which can be referenced in API endpoints.
- object
- MessageDeltaChunkObject
The object type, which is always thread.message.delta
.
- delta
- MessageDelta
The delta containing the fields that have changed on the Message.
Returns
A new MessageDeltaChunk instance for mocking.
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