File size: 539 Bytes
109d656
511ba56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.1
Content-Type: application/json

{
    "message": {
        "chat": {"id": 123},
        "text": "هاي"
    }
}
###
GET https://codeboker-customer-service.hf.space/ai-test HTTP/1.1

###
POST https://codeboker-customer-service.hf.space/webhook HTTP/1.1
Content-Type: application/json
{
    "message": {
        "chat": {"id": 123},
        "text": "السلام عليكم وؤحمة الله اريد ان استعلم عنلاالخدمات الالكترونية"
    }
}