ResponseOutputTextAnnotationAddedEvent 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.
ResponseOutputTextAnnotationAddedEvent.
public class ResponseOutputTextAnnotationAddedEvent : Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ResponseOutputTextAnnotationAddedEvent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ResponseOutputTextAnnotationAddedEvent>
type ResponseOutputTextAnnotationAddedEvent = class
inherit ResponseStreamEvent
interface IJsonModel<ResponseOutputTextAnnotationAddedEvent>
interface IPersistableModel<ResponseOutputTextAnnotationAddedEvent>
Public Class ResponseOutputTextAnnotationAddedEvent
Inherits ResponseStreamEvent
Implements IJsonModel(Of ResponseOutputTextAnnotationAddedEvent), IPersistableModel(Of ResponseOutputTextAnnotationAddedEvent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ResponseOutputTextAnnotationAddedEvent(Int64, String, Int64, Int64, Int64, Annotation) |
Initializes a new instance of ResponseOutputTextAnnotationAddedEvent. |
Properties
| Name | Description |
|---|---|
| Annotation |
The annotation object being added. (See annotation schema for details.). |
| AnnotationIndex |
The index of the annotation within the content part. |
| ContentIndex |
The index of the content part within the output item. |
| EventType |
Gets the event type discriminator (e.g. |
| ItemId |
The unique identifier of the item to which the annotation is being added. |
| OutputIndex |
The index of the output item in the response's output array. |
| SequenceNumber |
Gets the SequenceNumber. (Inherited from ResponseStreamEvent) |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ResponseOutputTextAnnotationAddedEvent) | |
Explicit Interface Implementations
Extension Methods
| Name | Description |
|---|---|
| SnapshotEmbeddedResponse(ResponseStreamEvent, ResponseObject) |
If the event is a lifecycle event that embeds a ResponseObject reference,
replaces it with an immutable snapshot of the given |