为聊天机器人创建 Microsoft Teams 应用
Creating Microsoft Teams App for Chat bot
我创建了自己的聊天机器人,它与 RESTfull API 连接。我有一些 UI 逻辑,我根据这些逻辑调用 API 并获得问题的回复。
我想通过创建 Teams APP 并将逻辑从 Web UI 移动到 Teams APP UI。
将此 RESTfull API 与 Teams 集成
尝试了 https://developer.microsoft.com/en-us/microsoft-teams and https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/building-an-app 的 Microsoft 帮助,但未获得任何合适的教程/示例。
任何示例或教程都会对我有所帮助。
您可以 Get started here 使用带有简单机器人的 Teams 应用程序并使用 ngrok 在本地进行测试。
有多个示例代码here。你可以从 Echo Bot 开始。
希望对您有所帮助。
我创建了自己的聊天机器人,它与 RESTfull API 连接。我有一些 UI 逻辑,我根据这些逻辑调用 API 并获得问题的回复。
我想通过创建 Teams APP 并将逻辑从 Web UI 移动到 Teams APP UI。
将此 RESTfull API 与 Teams 集成尝试了 https://developer.microsoft.com/en-us/microsoft-teams and https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/building-an-app 的 Microsoft 帮助,但未获得任何合适的教程/示例。
任何示例或教程都会对我有所帮助。
您可以 Get started here 使用带有简单机器人的 Teams 应用程序并使用 ngrok 在本地进行测试。
有多个示例代码here。你可以从 Echo Bot 开始。
希望对您有所帮助。