次の方法で共有


Channel.GetChannelId(ITurnContext) メソッド

定義

ターン コンテキストの現在のアクティビティからチャネル ID を取得します。

public static string GetChannelId (Microsoft.Bot.Builder.ITurnContext turnContext);
static member GetChannelId : Microsoft.Bot.Builder.ITurnContext -> string
Public Shared Function GetChannelId (turnContext As ITurnContext) As String

パラメーター

turnContext
ITurnContext

アクティビティのチャネル ID を取得するターン コンテキスト。

戻り値

ターン コンテキストのアクティビティからのチャネル ID。

適用対象