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