ResponseStreamEvent.EventType Property
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.
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.