다음을 통해 공유


AdaptiveDialog.OnSetScopedServices(DialogContext) 메서드

정의

OnSetScopedServices는 현재 dialogContext에 대해 범위가 지정된 서비스를 설정하는 기능을 제공합니다.

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)

매개 변수

dialogContext
DialogContext

dialog 컨텍스트입니다.

설명

USe dialogContext.Services.Set(object)를 사용하여 모든 자식 dialogContexts에서 상속할 범위가 지정된 개체를 설정합니다.

적용 대상