Uses of Class
com.chatopera.bot.exception.ChatbotException
Packages that use ChatbotException
-
Uses of ChatbotException in com.chatopera.bot.sdk
Methods in com.chatopera.bot.sdk that throw ChatbotExceptionModifier and TypeMethodDescriptionorg.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10核心访问接口核心访问接口核心访问接口核心访问接口org.json.JSONObjectChatbot.conversation(String userId, String textMessage) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.conversation(String userId, String textMessage, double faqBestReplyThreshold, double faqSuggReplyThreshold) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDictsMgr.createCustomVocabDict(String dictname) 创建自定义词汇表词典org.json.JSONObjectDictsMgr.createCustomVocabDict(String dictname, String description) 创建自定义词汇表词典booleanDictsMgr.deleteCustomDict(String dictname) Remove custom dict by namebooleanDictsMgr.deleteCustomVocabDictWord(String dictname, String dictword) 删除自定义词典词条:指定标准词org.json.JSONObjectChatbot.details()Deprecated.use `Chatbot#command` API instead, removed in 2020-10booleanChatbot.exists()Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faq(String userId, String textMessage, double faqBestReplyThreshold, double faqSuggReplyThreshold) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqcategories()Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqcategorycreate(String label, String parentId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqcategorydelete(String value) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqcategoryupdate(String value, String label) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqdisable(String id) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqextendcreate(String id, String post) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqextenddelete(String id, String extendId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.faqextendupdate(String id, String extendId, String post) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectDictsMgr.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.JSONObjectDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.intentsession(String sessionId) Deprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.intentsession(String userId, String channel) Deprecated.use `Chatbot#command` API instead, removed in 2020-10booleanDeprecated.use `Chatbot#command` API instead, removed in 2020-10voidDeprecated.use `Chatbot#command` API instead, removed in 2020-10booleanDictsMgr.putCustomVocabDictWord(String dictname, DictWord dictword) 创建或更新自定义词条词典的词条 如果存在该标准词的词条,将会使用传入的 synonyms 作为近义词进行覆盖protected booleanTrainMgr.trainConversations()训练多轮对话脚本protected booleanTrainMgr.trainFAQs()训练知识库,该任务提交成功后,异步执行。protected booleanTrainMgr.trainIntents()训练意图识别,返回提交结果,该任务提交成功后,异步执行。voidDeprecated.use `Chatbot#command` API instead, removed in 2020-10org.json.JSONObjectChatbot.users(int page, int pageSize) Deprecated.use `Chatbot#command` API instead, removed in 2020-10voidTrainMgr.waitForJobsDone()等待训练任务结束Constructors in com.chatopera.bot.sdk that throw ChatbotExceptionModifierConstructorDescription创建聊天机器人实例,登录 https://bot.chatopera.com 获得 clientId 和 clientSecret创建聊天机器人实例,登录 https://bot.chatopera.com 获得 clientId 和 clientSecret -
Uses of ChatbotException in com.chatopera.bot.sdk.basics
Methods in com.chatopera.bot.sdk.basics that throw ChatbotException