File size: 12,222 Bytes
2afe055 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 | [
{
"prompt": "Transfer 1000 PKR to Ali at HBL, account 1234567890.",
"Intent": "transfer_money",
"Entities": {"amount": 1000, "recipient_name": "Ali", "bank_name": "HBL", "account_number": "1234567890"},
"Response": "Confirm transfer of 1000 PKR to Ali (HBL, Account: 1234567890)?",
"Action Required": "transaction_initiation_api"
} ,
{"prompt": "Send 5000 to David's UBL account.", "Intent": "transfer_money", "Entities": {"amount": 5000, "recipient_name": "David", "bank_name": "UBL", "account_number": null}, "Response": "Please provide David's account number.", "Action Required": "request_missing_info"},
{"prompt": "Move 2000 rupees to Fatima via Meezan Bank, account number 9876543210.", "Intent": "transfer_money", "Entities": {"amount": 2000, "recipient_name": "Fatima", "bank_name": "Meezan", "account_number": "9876543210"}, "Response": "Confirm transfer of 2000 rupees to Fatima (Meezan, Account: 9876543210)?", "Action Required": "transaction_initiation_api"},
{"prompt": "Transfer funds to Hamza's Al-Falah account.", "Intent": "transfer_money", "Entities": {"amount": null, "recipient_name": "Hamza", "bank_name": "Al-Falah", "account_number": null}, "Response": "Please specify the amount and Hamza's account number.", "Action Required": "request_missing_info"},
{"prompt": "Send 10k to Sarah at HBL.", "Intent": "transfer_money", "Entities": {"amount": 10000, "recipient_name": "Sarah", "bank_name": "HBL", "account_number": null}, "Response": "Please provide Sarah's account number.", "Action Required": "request_missing_info"},
{"prompt": "Xfer 500 to John Doe, account 1112223333, UBL.", "Intent": "transfer_money", "Entities": {"amount": 500, "recipient_name": "John Doe", "bank_name": "UBL", "account_number": "1112223333"}, "Response": "Confirm transfer of 500 to John Doe (UBL, Account: 1112223333)?", "Action Required": "transaction_initiation_api"},
{"prompt": "Transfer money to my mom, account 4445556666, at Meezan.", "Intent": "transfer_money", "Entities": {"amount": null, "recipient_name": "my mom", "bank_name": "Meezan", "account_number": "4445556666"}, "Response": "Please specify the amount.", "Action Required": "request_missing_info"},
{"prompt": "Need to send 1500 to Omar. Al-Falah bank.", "Intent": "transfer_money", "Entities": {"amount": 1500, "recipient_name": "Omar", "bank_name": "Al-Falah", "account_number": null}, "Response": "Please provide Omar's account number.", "Action Required": "request_missing_info"},
{"prompt": "Gimme 200 bucks to Bob's account, HBL.", "Intent": "transfer_money", "Entities": {"amount": 200, "recipient_name": "Bob", "bank_name": "HBL", "account_number": null}, "Response": "Please provide Bob's account number.", "Action Required": "request_missing_info"},
{"prompt": "Transfer 3000 PKR to Aisha at UBL, account # 5556667777.", "Intent": "transfer_money", "Entities": {"amount": 3000, "recipient_name": "Aisha", "bank_name": "UBL", "account_number": "5556667777"}, "Response": "Confirm transfer of 3000 PKR to Aisha (UBL, Account: 5556667777)?", "Action Required": "transaction_initiation_api"},
{"prompt": "What time does the bank open?", "Intent": "other", "Entities": {}, "Response": "I am a money transfer bot. I cannot answer that question.", "Action Required": null},
{"prompt": "Transfer 7500 to my brother, account 8889990000, at Al-Falah.", "Intent": "transfer_money", "Entities": {"amount": 7500, "recipient_name": "my brother", "bank_name": "Al-Falah", "account_number": "8889990000"}, "Response": "Please specify your brother's name for confirmation. Then I will confirm the transfer.", "Action Required": "request_missing_info"},
{"prompt": "Send 10000 to Zayn, Meezan bank, acc 0001112222.", "Intent": "transfer_money", "Entities": {"amount": 10000, "recipient_name": "Zayn", "bank_name": "Meezan", "account_number": "0001112222"}, "Response": "Confirm transfer of 10000 to Zayn (Meezan, Account: 0001112222)?", "Action Required": "transaction_initiation_api"},
{"prompt": "I want to send money.", "Intent": "transfer_money", "Entities": {"amount": null, "recipient_name": null, "bank_name": null, "account_number": null}, "Response": "Please provide the recipient's name, bank, account number, and amount.", "Action Required": "request_missing_info"},
{"prompt": "Transfer 2000 to my friend's HBL account.", "Intent": "transfer_money", "Entities": {"amount": 2000, "recipient_name": "my friend", "bank_name": "HBL", "account_number": null}, "Response": "Please provide your friend's name and account number.", "Action Required": "request_missing_info"},
{
"prompt": "Transfer 5000 rupees to John Doe at HBL bank, account 1234567890.",
"Intent": "transfer_money",
"Entities": {
"amount": 5000,
"recipient_name": "John Doe",
"bank_name": "HBL",
"account_number": "1234567890"
},
"Response": "Please confirm: Transfer 5,000 rupees to John Doe (HBL, Acc: 1234567890).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "Send 10k to Jane at UBL.",
"Intent": "transfer_money",
"Entities": {
"amount": 10000,
"recipient_name": "Jane",
"bank_name": "UBL",
"account_number": null
},
"Response": "Please provide Jane's account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Transfer 2000 PKR to David via Meezan bank account 9876543210",
"Intent": "transfer_money",
"Entities": {
"amount": 2000,
"recipient_name": "David",
"bank_name": "Meezan",
"account_number": "9876543210"
},
"Response": "Please confirm: Transfer 2,000 PKR to David (Meezan, Acc: 9876543210).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "Send money to Sarah at Al-Falah.",
"Intent": "transfer_money",
"Entities": {
"amount": null,
"recipient_name": "Sarah",
"bank_name": "Al-Falah",
"account_number": null
},
"Response": "Please specify the amount and Sarah's account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Transfer funds to Mike's account. Amount: 7500",
"Intent": "transfer_money",
"Entities": {
"amount": 7500,
"recipient_name": "Mike",
"bank_name": null,
"account_number": null
},
"Response": "Please specify Mike's bank and account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Xfer 1500 to Bob at HBL, account 1111222233.",
"Intent": "transfer_money",
"Entities": {
"amount": 1500,
"recipient_name": "Bob",
"bank_name": "HBL",
"account_number": "1111222233"
},
"Response": "Please confirm: Transfer 1,500 to Bob (HBL, Acc: 1111222233).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "Move 10000 rupees to my sister's account at UBL.",
"Intent": "transfer_money",
"Entities": {
"amount": 10000,
"recipient_name": "my sister",
"bank_name": "UBL",
"account_number": null
},
"Response": "Please provide your sister's name and account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Need to send 3000 to Tom. Meezan bank.",
"Intent": "transfer_money",
"Entities": {
"amount": 3000,
"recipient_name": "Tom",
"bank_name": "Meezan",
"account_number": null
},
"Response": "Please provide Tom's account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Transfer 8000 to Alice. Account number is 4444555566 at Al-Falah.",
"Intent": "transfer_money",
"Entities": {
"amount": 8000,
"recipient_name": "Alice",
"bank_name": "Al-Falah",
"account_number": "4444555566"
},
"Response": "Please confirm: Transfer 8,000 to Alice (Al-Falah, Acc: 4444555566).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "What's the weather like today?",
"Intent": "other",
"Entities": {},
"Response": "I'm a money transfer bot, I cannot answer that question.",
"Action Required": null
},
{
"prompt": "Transfer 2500 to Anna at Al-Falah bank, account 5555666677.",
"Intent": "transfer_money",
"Entities": {
"amount": 2500,
"recipient_name": "Anna",
"bank_name": "Al-Falah",
"account_number": "5555666677"
},
"Response": "Please confirm: Transfer 2,500 to Anna (Al-Falah, Acc: 5555666677).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "Send 6000 to my friend's HBL account.",
"Intent": "transfer_money",
"Entities": {
"amount": 6000,
"recipient_name": "my friend",
"bank_name": "HBL",
"account_number": null
},
"Response": "Please provide your friend's name and account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Transfer 12000 to Kevin at UBL. Account number is 7777888899.",
"Intent": "transfer_money",
"Entities": {
"amount": 12000,
"recipient_name": "Kevin",
"bank_name": "UBL",
"account_number": "7777888899"
},
"Response": "Please confirm: Transfer 12,000 to Kevin (UBL, Acc: 7777888899).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "Send money to Emily.",
"Intent": "transfer_money",
"Entities": {
"amount": null,
"recipient_name": "Emily",
"bank_name": null,
"account_number": null
},
"Response": "Please provide Emily's bank, account number, and the amount.",
"Action Required": "request_missing_info"
},
{
"prompt": "I need to transfer 4000 PKR.",
"Intent": "transfer_money",
"Entities": {
"amount": 4000,
"recipient_name": null,
"bank_name": null,
"account_number": null
},
"Response": "Please provide the recipient's name, bank, and account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Transfer some money to Sam's Meezan account.",
"Intent": "transfer_money",
"Entities": {
"amount": null,
"recipient_name": "Sam",
"bank_name": "Meezan",
"account_number": null
},
"Response": "Please specify the amount and Sam's account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Send 9000 to Ben at HBL account 0000111122.",
"Intent": "transfer_money",
"Entities": {
"amount": 9000,
"recipient_name": "Ben",
"bank_name": "HBL",
"account_number": "0000111122"
},
"Response": "Please confirm: Transfer 9,000 to Ben (HBL, Acc: 0000111122).",
"Action Required": "transaction_initiation_api"
},
{
"prompt": "transfer 1000 to my dad",
"Intent": "transfer_money",
"Entities": {
"amount": 1000,
"recipient_name": "my dad",
"bank_name": null,
"account_number": null
},
"Response": "Please provide your dad's bank and account number.",
"Action Required": "request_missing_info"
},
{
"prompt": "Send 15000 to my brother via Al-Falah. His account number is 3333444455.",
"Intent": "transfer_money",
"Entities": {
"amount": 15000,
"recipient_name": "my brother",
"bank_name": "Al-Falah",
"account_number": "3333444455"
},
"Response": "Please provide your brother's name for confirmation. Then I will confirm the transfer.",
"Action Required": "request_missing_info"
},
{
"prompt": "What is the balance in my account?",
"Intent": "other",
"Entities": {},
"Response": "I am a money transfer bot, I cannot answer that question.",
"Action Required": null
}
] |