Skip to content

Commit

Permalink
[fix-by-changhe]机器人创建步骤修正 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: 昌河 <[email protected]>
  • Loading branch information
luck-C and 昌河 authored May 6, 2024
1 parent 85a3553 commit db823f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/explore/tutorials/stream/bot/java/create-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sidebar_position: 2
钉钉开放平台全新升级后,采用“**以应用为中心**”的理念构建 PaaS 开放能力。包括工作台网页应用、机器人、酷应用等,都作为应用扩展能力的形式来开放。<br />
因此,以前跟应用并列的“机器人”将逐渐退出历史舞台。不要选择“钉钉应用”并列的“机器人”入口来创建,而是先创建“钉钉应用”,然后进入创建的应用,在应用内创建应用的机器人扩展。
:::
4. **获取应用凭证**。完成以上步骤成功创建应用之后,进入应用详情页,在左侧导航中,点击“应用信息”,可以查看到应用凭证信息。
4. **获取应用凭证**。完成以上步骤成功创建应用之后,进入应用详情页,在左侧导航中,点击“凭证与基础信息”,可以查看到应用凭证信息。
1. 可以点击复制后保存 Client ID(即 AppKey)和 Client Secret(即 AppSecret),用于后续的代码开发;
2. 关于 Client ID 和 Client Secret 命名<br />
:::info 提示信息
Expand All @@ -31,11 +31,15 @@ sidebar_position: 2
原 AppSecret 和 SuiteSecret 逐渐统一成 Client Secret。<br />
在很长一段的过渡期内,相关控制台页面和文档将会提供命名变更提示,帮助开发者理解这个变化。
:::
5. **在应用内创建机器人**。完成以上步骤成功创建应用之后,进入应用详情页,在左侧导航中,点击“机器人与消息推送”,开启“机器人配置”,按照表单内容填写机器人信息后,点击“发布”即可完成应用内机器人创建。
5. **在应用内创建机器人**。完成以上步骤成功创建应用之后,进入应用详情页,在左侧导航中,点击“添加应用能力”添加机器人,开启“机器人配置”,按照表单内容填写机器人信息后,点击“发布”即可完成应用内机器人创建。
1. 注意:消息接收模式选择 Stream 模式,其他模式需要更复杂的开发方式,不在本教程中提供。
2. 开启应用内机器人示意图:<br />![开启机器人](/img/explore/stream/bot/enable-chatbot.jpg)
2. 添加应用机器人示意图:<br />![添加机器人](/img/explore/stream/bot/add-chatbot.jpg)
3. 开启应用内机器人示意图:<br/>![开启机器人](/img/explore/stream/bot/enable-chatbot-v2.jpg)

至此,你已成功完成机器人应用的创建,可以在后续的章节中学习如何开发相关机器人服务代码。
6. **创建版本发布**。在左侧导航栏点击**版本创建与发布**,填写版本信息进行点保存后发布即可。
1. 版本发布示意图:<br />![创建版本](/img/explore/stream/bot/publish-bot.jpg)

至此,你已成功完成机器人应用的创建并发布,可以在后续的章节中学习如何开发相关机器人服务代码。

## 相关链接

Expand Down
Binary file added static/img/explore/stream/bot/add-chatbot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/explore/stream/bot/create-app-v2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/explore/stream/bot/publish-bot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db823f6

Please sign in to comment.