ResponseAudioDeltaEvent(Int64, BinaryData) Constructor
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 ResponseAudioDeltaEvent.
public ResponseAudioDeltaEvent(long sequenceNumber, BinaryData delta);
new Azure.AI.AgentServer.Responses.Models.ResponseAudioDeltaEvent : int64 * BinaryData -> Azure.AI.AgentServer.Responses.Models.ResponseAudioDeltaEvent
Public Sub New (sequenceNumber As Long, delta As BinaryData)
Parameters
- sequenceNumber
- Int64
- delta
- BinaryData
A chunk of Base64 encoded response audio bytes.
Exceptions
delta is null.