ResponseFileSearchCallInProgressEvent(Int64, Int64, String) Constructor

Definition

Initializes a new instance of ResponseFileSearchCallInProgressEvent.

public ResponseFileSearchCallInProgressEvent(long sequenceNumber, long outputIndex, string itemId);
new Azure.AI.AgentServer.Responses.Models.ResponseFileSearchCallInProgressEvent : int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ResponseFileSearchCallInProgressEvent
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 file search call is initiated.

itemId
String

The ID of the output item that the file search call is initiated.

Exceptions

itemId is null.

Applies to