ResponseQueuedEvent(Int64, ResponseObject) 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 ResponseQueuedEvent.
public ResponseQueuedEvent(long sequenceNumber, Azure.AI.AgentServer.Responses.Models.ResponseObject response);
new Azure.AI.AgentServer.Responses.Models.ResponseQueuedEvent : int64 * Azure.AI.AgentServer.Responses.Models.ResponseObject -> Azure.AI.AgentServer.Responses.Models.ResponseQueuedEvent
Public Sub New (sequenceNumber As Long, response As ResponseObject)
Parameters
- sequenceNumber
- Int64
- response
- ResponseObject
The full response object that is queued.
Exceptions
response is null.