다음을 통해 공유


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입니다.

적용 대상