Uses of Class
com.chatopera.bot.exception.ChatbotException
-
Uses of ChatbotException in com.chatopera.bot.sdk
Modifier and TypeMethodDescriptionorg.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10核心访问接口核心访问接口核心访问接口核心访问接口org.json.JSONObject
Chatbot.conversation
(String userId, String textMessage) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.conversation
(String userId, String textMessage, double faqBestReplyThreshold, double faqSuggReplyThreshold) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
DictsMgr.createCustomVocabDict
(String dictname) 创建自定义词汇表词典org.json.JSONObject
DictsMgr.createCustomVocabDict
(String dictname, String description) 创建自定义词汇表词典boolean
DictsMgr.deleteCustomDict
(String dictname) Remove custom dict by nameboolean
DictsMgr.deleteCustomVocabDictWord
(String dictname, String dictword) 删除自定义词典词条:指定标准词org.json.JSONObject
Chatbot.details()
Deprecated.use `Chatbot#command` API instead, removed in 2020-10boolean
Chatbot.exists()
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faq
(String userId, String textMessage, double faqBestReplyThreshold, double faqSuggReplyThreshold) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqcategories()
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqcategorycreate
(String label, String parentId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqcategorydelete
(String value) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqcategoryupdate
(String value, String label) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqdisable
(String id) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqextendcreate
(String id, String post) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqextenddelete
(String id, String extendId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.faqextendupdate
(String id, String extendId, String post) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
DictsMgr.getCustomDict
(String dictname) 获得自定义词典的基本信息DictsMgr.getCustomDicts
(int page, int limit) Get Custom Vocab Dicts by page 支持分页:page 第几页,从 1 开始;limit 每页数据条数DictsMgr.getCustomVocabDictWord
(String dictname, String dictword) 返回自定义词典词条,指定词典标识和标准词DictsMgr.getCustomVocabDictWords
(String dictname, int page, int limit) Get Custom Vocab Dictwords by page 支持分页:page 第几页,从 1 开始;limit 每页数据条数FAQMgr.getFaqs
(int page, int limit) Get QnA Pairs by page 支持分页:page 第几页,从 1 开始;limit 每页数据条数TrainMgr.getStatus()
Get Chatbot Statusorg.json.JSONObject
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.intentsession
(String sessionId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.intentsession
(String userId, String channel) Deprecated.use `Chatbot#command` API instead, removed in 2020-10boolean
Deprecated.use `Chatbot#command` API instead, removed in 2020-10void
Deprecated.use `Chatbot#command` API instead, removed in 2020-10boolean
DictsMgr.putCustomVocabDictWord
(String dictname, DictWord dictword) 创建或更新自定义词条词典的词条 如果存在该标准词的词条,将会使用传入的 synonyms 作为近义词进行覆盖protected boolean
TrainMgr.trainConversations()
训练多轮对话脚本protected boolean
TrainMgr.trainFAQs()
训练知识库,该任务提交成功后,异步执行。protected boolean
TrainMgr.trainIntents()
训练意图识别,返回提交结果,该任务提交成功后,异步执行。void
Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObject
Chatbot.users
(int page, int pageSize) Deprecated.use `Chatbot#command` API instead, removed in 2020-10void
TrainMgr.waitForJobsDone()
等待训练任务结束ModifierConstructorDescription创建聊天机器人实例,登录 https://bot.chatopera.com 获得 clientId 和 clientSecret创建聊天机器人实例,登录 https://bot.chatopera.com 获得 clientId 和 clientSecret -
Uses of ChatbotException in com.chatopera.bot.sdk.basics