Small Talk
- Hi!
- Hello!
- How are you?
- Bye!
Available Testing Data for Packages:
- Where is my package?
- Track my package
"packages": [
{
"trackingId": "1234",
"source": "Mumbai",
"destination": "Manchester",
"curLocation": "Paris",
"shipDate": "28 July, 2017",
"estDelivery": "30 July, 2017",
"delivered": false,
"signedBy": ""
},
{
"trackingId": "1002532",
"source": "Manchester",
"destination": "Mumbai",
"curLocation": "Madrid",
"shipDate": "27 July, 2017",
"estDelivery": "31 July, 2017",
"delivered": false,
"signedBy": ""
},
{
"trackingId": "1005329",
"source": "Chennai",
"destination": "Manchester",
"curLocation": "Manchester",
"shipDate": "10 June, 2017",
"estDelivery": "13 June, 2017",
"delivered": true,
"signedBy": "Nistelrooy"
},
{
"trackingId": "88638877",
"source": "London",
"destination": "Manchester",
"curLocation": "Manchester",
"shipDate": "10 July, 2017",
"estDelivery": "12 July, 2017",
"delivered": true,
"signedBy": "George Best"
},
{
"trackingId": "33455",
"source": "Kolkata",
"destination": "Delhi",
"curLocation": "Abu Dhabi",
"shipDate": "14 January, 2017",
"estDelivery": "17 January, 2017",
"delivered": false,
"signedBy": ""
}
]
Available Testing Data for Offices:
- Where is your office?
- What is your address?
"offices": {
"mumbai": {
"address": "Sec-10, Kharghar",
"phone": "+91 22 123456"
},
"delhi": {
"address": "Sec-12, Delhi",
"phone": "+91 22 123411256"
},
"chennai": {
"address": "Sec-10, Kharghar",
"phone": "+91 22 1233456"
},
"manchester": {
"address": "Opp. Old Trafford",
"phone": "+91 22 3123456"
}
}