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 Context。

注解

USe dialogContext.Services.Set (对象) 设置将由所有子 dialogContext 继承的作用域对象。

适用于