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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET