promptpay / Final_Output.json
mushafmughal's picture
Upload Final_Output.json
2afe055 verified
[
{
"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
}
]