UrlCitationBody(Uri, Int64, Int64, String) Constructor

Definition

Initializes a new instance of UrlCitationBody.

public UrlCitationBody(Uri url, long startIndex, long endIndex, string title);
new Azure.AI.AgentServer.Responses.Models.UrlCitationBody : Uri * int64 * int64 * string -> Azure.AI.AgentServer.Responses.Models.UrlCitationBody
Public Sub New (url As Uri, startIndex As Long, endIndex As Long, title As String)

Parameters

url
Uri

The URL of the web resource.

startIndex
Int64

The index of the first character of the URL citation in the message.

endIndex
Int64

The index of the last character of the URL citation in the message.

title
String

The title of the web resource.

Exceptions

url or title is null.

Applies to