Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用跨渠道注册的机器人作曲家构建一个机器人。我想捕获并记录频道信息,例如频道来源(Telegram、Line)。有可能这样做吗?
你可以在里面看到turn.activity.channelId
turn.activity.channelId
要查看完整的 Json 有效负载使用情况${turn.Activity},您可以使用${turn.Activity.channelId}.
${turn.Activity}
${turn.Activity.channelId}