ResponseStreamEvent.EventType Property

Definition

Gets the event type discriminator (e.g. response.created, response.completed).

public Azure.AI.AgentServer.Responses.Models.ResponseStreamEventType EventType { get; }
member this.EventType : Azure.AI.AgentServer.Responses.Models.ResponseStreamEventType
Public ReadOnly Property EventType As ResponseStreamEventType

Property Value

Remarks

The generated Type property is internal. This public accessor allows consuming assemblies to inspect the event type.

Applies to