DialogContext.Services Property

Definition

Gets the services collection which is contextual to this dialog context.

public Microsoft.Bot.Builder.TurnContextStateCollection Services { get; }
member this.Services : Microsoft.Bot.Builder.TurnContextStateCollection
Public ReadOnly Property Services As TurnContextStateCollection

Property Value

Services collection.

Applies to