ResponseWebSearchCallInProgressEvent(Int64, Int64, String) 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 ResponseWebSearchCallInProgressEvent.
public ResponseWebSearchCallInProgressEvent(long sequenceNumber, long outputIndex, string itemId);
new Azure.AI.AgentServer.Responses.Models.ResponseWebSearchCallInProgressEvent : int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseWebSearchCallInProgressEvent
Public Sub New (sequenceNumber As Long, outputIndex As Long, itemId As String)
Parameters
- sequenceNumber
- Int64
- outputIndex
- Int64
The index of the output item that the web search call is associated with.
- itemId
- String
Unique ID for the output item associated with the web search call.
Exceptions
itemId is null.