Botpress 是一個整合式平台,讓你能以最新的 LLM 打造 AI 智能代理。
const options = { method: 'POST', headers: { 'x-user-key':'<x-user-key>', 'Content-Type': 'application/json' }, body: '{ "payload":{"audioUrl":"<string>", "type":"audio"}, "conversationId":"<string>" }' }; fetch('https://chat.botpress.cloud/{webhookUrl}/messages', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{ "name":"<string>", "factor":1,"frozen":true, "schema":{}, "tags":{}, "isComputeEnabled":true}' }; fetch('https://api.botpress.cloud/v1/tables', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: '{ "states":{},"events":{},"recurringEvents":{}, "subscriptions":{"events":{}},"actions":{}, "configuration":{"data":{},"schema":{}}, "user":{"tags":{}},"conversation":{"tags":{}}, "message":{"tags":{}},"tags":{},"code":"<string>","name":"<string>", "medias":[{"url":"<string>","name":"<string>"}], "url":"<string>","dev":true}' }; fetch('https://api.botpress.cloud/v1/admin/bots', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));
它擁有無限多的整合!無論您想執行何種工作流程都很適合:取消、退款、驗證等等!
Botpress 是個很棒的平台,全球開發者社群熱情且樂於分享時間、資源,並推動最佳實踐。
最重要的是這個工具非常直覺,免費方案也很大方,能整合的服務數量也是我最喜歡的特色之一,因為它真的很多元。
Botpress 的 Discord 絕對是我用過最棒的 Discord 社群。從疑難排解到掌握最新趨勢,這裡是一站式實現 Botpress 潛力的好地方。
Botpress 讓您能輕鬆地在雲端伺服器上託管機器人,並且支援與多種平台整合,例如 Whatsapp、Telegram、Zapier、Zendesk 等等。Botpress Studio 的操作介面非常友善,無論是新手還是需要擴展大型機器人都很容易上手與擴充。
它擁有無限多的整合!無論您想執行何種工作流程都很適合:取消、退款、驗證等等!
Botpress 是個很棒的平台,全球開發者社群熱情且樂於分享時間、資源,並推動最佳實踐。
最重要的是這個工具非常直覺,免費方案也很大方,能整合的服務數量也是我最喜歡的特色之一,因為它真的很多元。
Botpress 的 Discord 絕對是我用過最棒的 Discord 社群。從疑難排解到掌握最新趨勢,這裡是一站式實現 Botpress 潛力的好地方。
Botpress 讓您能輕鬆地在雲端伺服器上託管機器人,並且支援與多種平台整合,例如 Whatsapp、Telegram、Zapier、Zendesk 等等。Botpress Studio 的操作介面非常友善,無論是新手還是需要擴展大型機器人都很容易上手與擴充。