次の方法で共有


BotFrameworkHttpAdapterBase.ConnectedBot プロパティ

定義

このアダプターに接続されているボットを取得または設定します。

protected Microsoft.Bot.Builder.IBot ConnectedBot { get; set; }
member this.ConnectedBot : Microsoft.Bot.Builder.IBot with get, set
Protected Property ConnectedBot As IBot

プロパティ値

このアダプターに接続されているボット。

適用対象