aispeech.md 416 B

智能对话

接入智能对话

  • 获取 Accesstoken:POST /v2/token
  • 简单问答导入:POST /v2/bot/import/json
  • 异步任务查询:POST /v2/async/fetch
  • 发布机器人:POST /v2/bot/publish
  • 查询机器人发布进度:POST /v2/bot/effective_progress
  • 调用智能对话:POST /v2/bot/query

官方文档:https://developers.weixin.qq.com/doc/aispeech/confapi/dialog/token.html