Udostępnij za pośrednictwem


AdaptiveDialog.OnSetScopedServices(DialogContext) Metoda

Definicja

Usługa OnSetScopedServices umożliwia ustawianie usług o określonym zakresie dla bieżącego okna dialogowegoContext.

protected virtual void OnSetScopedServices (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext);
abstract member OnSetScopedServices : Microsoft.Bot.Builder.Dialogs.DialogContext -> unit
override this.OnSetScopedServices : Microsoft.Bot.Builder.Dialogs.DialogContext -> unit
Protected Overridable Sub OnSetScopedServices (dialogContext As DialogContext)

Parametry

dialogContext
DialogContext

kontekst okna dialogowego.

Uwagi

USe dialogContext.Services.Set(object) w celu ustawienia obiektu o określonym zakresie, który będzie dziedziczony przez wszystkie elementy podrzędne dialogContexts.

Dotyczy