Share via


NestedEventsGroup<T>.Events Property

Definition

Gets or initializes the async enumerable of response stream events.

public System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEvent> Events { get; init; }
member this.Events : System.Collections.Generic.IAsyncEnumerable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEvent> with get, set
Public Property Events As IAsyncEnumerable(Of ResponseStreamEvent)

Property Value

Applies to