ContainerFileCitationBody(String, String, Int64, Int64, String) Constructor

Definition

Initializes a new instance of ContainerFileCitationBody.

public ContainerFileCitationBody(string containerId, string fileId, long startIndex, long endIndex, string filename);
new Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody : string * string * int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody
Public Sub New (containerId As String, fileId As String, startIndex As Long, endIndex As Long, filename As String)

Parameters

containerId
String

The ID of the container file.

fileId
String

The ID of the file.

startIndex
Int64

The index of the first character of the container file citation in the message.

endIndex
Int64

The index of the last character of the container file citation in the message.

filename
String

The filename of the container file cited.

Exceptions

containerId, fileId or filename is null.

Applies to