UrlCitationBody(Uri, 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 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.