ContainerFileCitationBody 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.
Container file citation.
public class ContainerFileCitationBody : Azure.AI.AgentServer.Responses.Models.Annotation, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ContainerFileCitationBody>
type ContainerFileCitationBody = class
inherit Annotation
interface IJsonModel<ContainerFileCitationBody>
interface IPersistableModel<ContainerFileCitationBody>
Public Class ContainerFileCitationBody
Inherits Annotation
Implements IJsonModel(Of ContainerFileCitationBody), IPersistableModel(Of ContainerFileCitationBody)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerFileCitationBody(String, String, Int64, Int64, String) |
Initializes a new instance of ContainerFileCitationBody. |
Properties
| Name | Description |
|---|---|
| ContainerId |
The ID of the container file. |
| EndIndex |
The index of the last character of the container file citation in the message. |
| FileId |
The ID of the file. |
| Filename |
The filename of the container file cited. |
| StartIndex |
The index of the first character of the container file citation in the message. |