Conversation
You can get conversation details by using this end point
API | Description |
---|---|
POST Conversation/ConversationList |
ConversationList end point will be used to get a list of conversations that whole company handled. |
POST Conversation/IntegrationImportedSuccessfully?conversationId={conversationId} |
GetConversationList end point will be used to get a list of conversations that whole company handled. |
POST Conversation/SendJetBotReply |
Send JetBotReply in conversation.. |
Event
You can get people details by using this end point
API | Description |
---|---|
POST Event/Push |
Push end point will be used to push data . |
NLU
You can use Jetlink NLU functions on this end point
API | Description |
---|---|
POST NLU/Parse |
This end point will be used to process user inputs. It will extract intents and entities if exists. |
POST NLU/DetectLanguage |
This end point will be used to detect langage for a given text input. This method can recognize 176 languages (The list of ISO codes: af als am an ar arz as ast av az azb ba bar bcl be bg bh bn bo bpy br bs bxr ca cbk ce ceb ckb co cs cv cy da de diq dsb dty dv el eml en eo es et eu fa fi fr frr fy ga gd gl gn gom gu gv he hi hif hr hsb ht hu hy ia id ie ilo io is it ja jbo jv ka kk km kn ko krc ku kv kw ky la lb lez li lmo lo lrc lt lv mai mg mhr min mk ml mn mr mrj ms mt mwl my myv mzn nah nap nds ne new nl nn no oc or os pa pam pfl pl pms pnb ps pt qu rm ro ru rue sa sah sc scn sco sd sh si sk sl so sq sr su sv sw ta te tg th tk tl tr tt tyv ug uk ur uz vec vep vi vls vo wa war wuu xal xmf yi yo yue zh). |
GET NLU/GetIntentList |
GetIntentList end point will be used to get a list of user intents that are defined in Jetlink dashboard. |
GET NLU/GetEntityList |
GetEntityList end point will be used to get a list of user entities that are defined by the operator in Jetlink dashboard. |
GET NLU/PurgeCache?jetbotMainId={jetbotMainId} |
No documentation available. |
People
You can get people details by using this end point
API | Description |
---|---|
POST People/GetPeopleList |
GetPeopleList end point will be used to get a list of conversations that whole company handled. |
POST People/CreateUser |
CreateUser end point will be used to create user with some certain information |
POST People/UpdateUser |
UpdateUser end point will be used to update a user's specific information |