UrlCitationBody Class
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.
URL citation.
public class UrlCitationBody : Azure.AI.AgentServer.Responses.Models.Annotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.UrlCitationBody>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.UrlCitationBody>
type UrlCitationBody = class
inherit Annotation
interface IJsonModel<UrlCitationBody>
interface IPersistableModel<UrlCitationBody>
Public Class UrlCitationBody
Inherits Annotation
Implements IJsonModel(Of UrlCitationBody), IPersistableModel(Of UrlCitationBody)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| UrlCitationBody(Uri, Int64, Int64, String) |
Initializes a new instance of UrlCitationBody. |
Properties
| Name | Description |
|---|---|
| EndIndex |
The index of the last character of the URL citation in the message. |
| StartIndex |
The index of the first character of the URL citation in the message. |
| Title |
The title of the web resource. |
| Url |
The URL of the web resource. |