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