"use strict";(self.webpackChunknewoaks_help=self.webpackChunknewoaks_help||[]).push([[6124],{9332:e=>{e.exports=JSON.parse('{"version":{"pluginId":"developer","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"sidebar":[{"type":"link","label":"Developer Guides Intro","href":"/guides/developer/intro","docId":"intro","unlisted":false},{"type":"category","label":"Javascript SDK","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Control Bubble","href":"/guides/developer/javascript-sdk/control-bubble","docId":"javascript-sdk/control-bubble","unlisted":false}],"href":"/guides/developer/category/javascript-sdk"},{"type":"category","label":"API","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Authorization","href":"/guides/developer/api/authorization","docId":"api/authorization","unlisted":false},{"type":"link","label":"Regions","href":"/guides/developer/api/region","docId":"api/region","unlisted":false},{"type":"link","label":"Upload a file","href":"/guides/developer/api/upload-file","docId":"api/upload-file","unlisted":false},{"type":"link","label":"Get AI Model List","href":"/guides/developer/api/get-ai-model-list","docId":"api/get-ai-model-list","unlisted":false},{"type":"category","label":"Chatbot","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Create a chatbot","href":"/guides/developer/api/chatbot/create-a-chatbot","docId":"api/chatbot/create-a-chatbot","unlisted":false},{"type":"link","label":"Edit Chatbot Settings","href":"/guides/developer/api/chatbot/edit-chatbot","docId":"api/chatbot/edit-chatbot","unlisted":false},{"type":"link","label":"Delete Chatbot","href":"/guides/developer/api/chatbot/delete-chatbot","docId":"api/chatbot/delete-chatbot","unlisted":false},{"type":"category","label":"Knowledge Base","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Get Chatbot Knowledge Base","href":"/guides/developer/api/chatbot/knowledge/get-chatbot-knowledge","docId":"api/chatbot/knowledge/get-chatbot-knowledge","unlisted":false},{"type":"link","label":"Edit Chatbot Knowledge Base","href":"/guides/developer/api/chatbot/knowledge/edit-chatbot-knowledge","docId":"api/chatbot/knowledge/edit-chatbot-knowledge","unlisted":false},{"type":"category","label":"Source","collapsible":true,"collapsed":true,"items":[{"type":"category","label":"Google Sheet","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Get Google Sheet Data","href":"/guides/developer/api/chatbot/knowledge/source/googlesheet/get-googlesheet-data","docId":"api/chatbot/knowledge/source/googlesheet/get-googlesheet-data","unlisted":false},{"type":"link","label":"Create Google Sheet Data","href":"/guides/developer/api/chatbot/knowledge/source/googlesheet/create-googlesheet-data","docId":"api/chatbot/knowledge/source/googlesheet/create-googlesheet-data","unlisted":false},{"type":"link","label":"Update Google Sheet Data","href":"/guides/developer/api/chatbot/knowledge/source/googlesheet/update-googlesheet-data","docId":"api/chatbot/knowledge/source/googlesheet/update-googlesheet-data","unlisted":false},{"type":"link","label":"Delete Google Sheet Data","href":"/guides/developer/api/chatbot/knowledge/source/googlesheet/delete-googlesheet-data","docId":"api/chatbot/knowledge/source/googlesheet/delete-googlesheet-data","unlisted":false}],"href":"/guides/developer/category/google-sheet"}],"href":"/guides/developer/category/source"}],"href":"/guides/developer/category/knowledge-base"}],"href":"/guides/developer/category/chatbot"},{"type":"category","label":"Chat","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Create Chat Session","href":"/guides/developer/api/chat/create-session","docId":"api/chat/create-session","unlisted":false},{"type":"link","label":"Message a Chatbot","href":"/guides/developer/api/chat/message-a-chatbot","docId":"api/chat/message-a-chatbot","unlisted":false}],"href":"/guides/developer/category/chat"},{"type":"category","label":"Real Estate","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Create Real Estate","href":"/guides/developer/api/realestate/create","docId":"api/realestate/create","unlisted":false},{"type":"link","label":"Update Real Estate","href":"/guides/developer/api/realestate/update","docId":"api/realestate/update","unlisted":false},{"type":"link","label":"Delete Real Estate","href":"/guides/developer/api/realestate/delete","docId":"api/realestate/delete","unlisted":false},{"type":"link","label":"Get Real Estate List","href":"/guides/developer/api/realestate/get-list","docId":"api/realestate/get-list","unlisted":false}],"href":"/guides/developer/category/real-estate"},{"type":"link","label":"Lead/Appointment Data API","href":"/guides/developer/api/lead","docId":"api/lead","unlisted":false},{"type":"link","label":"Send Twilio Message","href":"/guides/developer/api/send-twilio-message","docId":"api/send-twilio-message","unlisted":false},{"type":"link","label":"Get Message Credits Usage","href":"/guides/developer/api/get-message-credits-usage","docId":"api/get-message-credits-usage","unlisted":false},{"type":"link","label":"Get Messages History","href":"/guides/developer/api/get-message-history","docId":"api/get-message-history","unlisted":false},{"type":"link","label":"Get Chatbot Messages Count","href":"/guides/developer/api/get-chatbot-messages-count","docId":"api/get-chatbot-messages-count","unlisted":false},{"type":"link","label":"Set Messages Limit","href":"/guides/developer/api/set-messages-limit","docId":"api/set-messages-limit","unlisted":false}],"href":"/guides/developer/category/api"},{"type":"category","label":"Webhook","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"Triggering IPs","href":"/guides/developer/webhook/trigger-ip","docId":"webhook/trigger-ip","unlisted":false},{"type":"link","label":"Leads Webhook","href":"/guides/developer/webhook/lead","docId":"webhook/lead","unlisted":false},{"type":"link","label":"Conversation Webhooks","href":"/guides/developer/webhook/conversation","docId":"webhook/conversation","unlisted":false}],"href":"/guides/developer/category/webhook"}]},"docs":{"api/authorization":{"id":"api/authorization","title":"Authorization","description":"Navigate to Settings -> Webhooks API, and scroll to the bottom of the page to retrieve your Your-Secret-Key.","sidebar":"sidebar"},"api/chat/create-session":{"id":"api/chat/create-session","title":"Create Chat Session","description":"The API enables you to create a new chat session by sending a POST request to the /chat/Chatbot/GetSession endpoint.","sidebar":"sidebar"},"api/chat/message-a-chatbot":{"id":"api/chat/message-a-chatbot","title":"Message a Chatbot","description":"The API enables you to generate an AI response based on the user\'s question by sending a POST request to the /chat/Chat/ClientAsk endpoint.","sidebar":"sidebar"},"api/chatbot/create-a-chatbot":{"id":"api/chatbot/create-a-chatbot","title":"Create a chatbot","description":"The Creation API provides functionality to create a new chatbot by sending a POST request to the /chat/Chatbot/Add endpoint.","sidebar":"sidebar"},"api/chatbot/delete-chatbot":{"id":"api/chatbot/delete-chatbot","title":"Delete Chatbot","description":"The API enables you to delete a specified chatbot by sending a POST request to the /chat/Chatbot/Remove endpoint.","sidebar":"sidebar"},"api/chatbot/edit-chatbot":{"id":"api/chatbot/edit-chatbot","title":"Edit Chatbot Settings","description":"The API enables you to update the configuration of a specified chatbot by sending a POST request to the /chat/Chatbot/Edit endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/edit-chatbot-knowledge":{"id":"api/chatbot/knowledge/edit-chatbot-knowledge","title":"Edit Chatbot Knowledge Base","description":"The API enables you to edit the knowledge base data of a specified chatbot by sending a POST request to the /chat/Chatbot/EditKnowledge endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/get-chatbot-knowledge":{"id":"api/chatbot/knowledge/get-chatbot-knowledge","title":"Get Chatbot Knowledge Base","description":"The API enables the retrieval of knowledge base data for a specified chatbot by sending a POST request to the /chat/Chatbot/GetSource endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/source/googlesheet/create-googlesheet-data":{"id":"api/chatbot/knowledge/source/googlesheet/create-googlesheet-data","title":"Create Google Sheet Data","description":"The API provides functionality to create google sheet data for specified chatbot by sending a POST request to the /chat/Chatbot/CreateGoogleSheetData endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/source/googlesheet/delete-googlesheet-data":{"id":"api/chatbot/knowledge/source/googlesheet/delete-googlesheet-data","title":"Delete Google Sheet Data","description":"The API enables you to delete all or specific Google Sheet datas for a chatbot by sending a POST request to the /chat/Chatbot/DeleteGoogleSheetData endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/source/googlesheet/get-googlesheet-data":{"id":"api/chatbot/knowledge/source/googlesheet/get-googlesheet-data","title":"Get Google Sheet Data","description":"The API enables the retrieval of google sheet source data for a specified chatbot by sending a GET request to the /chat/Chatbot/GetGoogleGoolgeSheetData endpoint.","sidebar":"sidebar"},"api/chatbot/knowledge/source/googlesheet/update-googlesheet-data":{"id":"api/chatbot/knowledge/source/googlesheet/update-googlesheet-data","title":"Update Google Sheet Data","description":"The API enables you to update google sheet data for a specified chatbot by sending a POST request to the /chat/Chatbot/UpdateGoogleSheetData endpoint.","sidebar":"sidebar"},"api/get-ai-model-list":{"id":"api/get-ai-model-list","title":"Get AI Model List","description":"The NewOaks AI API enables the retrieval of knowledge base data for a specified chatbot by sending a GET request to the /chat/Chatbot/ModelList endpoint.","sidebar":"sidebar"},"api/get-chatbot-messages-count":{"id":"api/get-chatbot-messages-count","title":"Get Chatbot Messages Count","description":"The API enables you to query the count of chatbot history messages by sending a POST request to the /chat/Chatbot/GetMessageCountByChatbot endpoint.","sidebar":"sidebar"},"api/get-message-credits-usage":{"id":"api/get-message-credits-usage","title":"Get Message Credits Usage","description":"The API provides functionality to retrieve message credits usage information by sending a POST request to the /chat/Chatbot/GetMessageCreditsUsage endpoint.","sidebar":"sidebar"},"api/get-message-history":{"id":"api/get-message-history","title":"Get Messages History","description":"The API enables you to query chatbot historical messages by sending a POST request to the /chat/Chatbot/ChatContentHistory endpoint.","sidebar":"sidebar"},"api/lead":{"id":"api/lead","title":"Lead/Appointment Data API","description":"The API enables you to retrieve Lead/Appointment data by sending a POST request to the /chat/Chatbot/LeadList endpoint.","sidebar":"sidebar"},"api/realestate/create":{"id":"api/realestate/create","title":"Create Real Estate","description":"The API provides functionality to create a new real estate listing by sending a POST request to the /chat/Chatbot/RealEstateCreate endpoint.","sidebar":"sidebar"},"api/realestate/delete":{"id":"api/realestate/delete","title":"Delete Real Estate","description":"The API provides functionality to delete one or more real estate listings by sending a POST request to the /chat/Chatbot/RealEstateDelete endpoint.","sidebar":"sidebar"},"api/realestate/get-list":{"id":"api/realestate/get-list","title":"Get Real Estate List","description":"The API provides functionality to retrieve a list of real estate listings by sending a POST request to the /chat/Chatbot/RealEstateList endpoint.","sidebar":"sidebar"},"api/realestate/update":{"id":"api/realestate/update","title":"Update Real Estate","description":"The API provides functionality to update an existing real estate listing by sending a POST request to the /chat/Chatbot/RealEstateUpdate endpoint.","sidebar":"sidebar"},"api/region":{"id":"api/region","title":"Regions","description":"- US Region//usapi.hottask.com","sidebar":"sidebar"},"api/send-twilio-message":{"id":"api/send-twilio-message","title":"Send Twilio Message","description":"The API provides functionality to send messages via Twilio by sending a POST request to the /chat/Chatbot/SendTwilioMessage endpoint.","sidebar":"sidebar"},"api/set-messages-limit":{"id":"api/set-messages-limit","title":"Set Messages Limit","description":"The API enables you to set the maximum number of messages sent per session by sending a POST request to the /chat/Chatbot/SetSessionMessagesLimit endpoint.","sidebar":"sidebar"},"api/upload-file":{"id":"api/upload-file","title":"Upload a file","description":"- Step 1 : Retrieve the upload URL.","sidebar":"sidebar"},"intro":{"id":"intro","title":"Developer Guides Intro","description":"Introduction","sidebar":"sidebar"},"javascript-sdk/control-bubble":{"id":"javascript-sdk/control-bubble","title":"Control Bubble","description":"Overview","sidebar":"sidebar"},"webhook/conversation":{"id":"webhook/conversation","title":"Conversation Webhooks","description":"The webhook will process data per chatbot. Webhook will post chat log history records to your CRM in JSON format daily.","sidebar":"sidebar"},"webhook/lead":{"id":"webhook/lead","title":"Leads Webhook","description":"The webhook will process data per chatbot. Webhook will post leads and appointment records to your CRM in JSON format daily.","sidebar":"sidebar"},"webhook/trigger-ip":{"id":"webhook/trigger-ip","title":"Triggering IPs","description":"Webhook-Triggering IPs","sidebar":"sidebar"}}}}')}}]);