diff --git "a/datasets/schema_guided/dialogues_040.json" "b/datasets/schema_guided/dialogues_040.json" deleted file mode 100644--- "a/datasets/schema_guided/dialogues_040.json" +++ /dev/null @@ -1,69536 +0,0 @@ -[ - { - "dialogue_id": "40_00000", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you assist me in transferring funds from my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes I can help with that. Who will you be sending the funds to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "recipient_account_name", - "start": 45 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Funds will be sent to the savings account of Amir." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the amount of your transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "590" - ], - "slot": "amount", - "values": [ - "590 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "amount", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "590 bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to sned 590 bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "590" - ], - "slot": "amount", - "values": [ - "$590" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "AMir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 33 - }, - { - "exclusive_end": 94, - "slot": "recipient_account_name", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm: You wish to transfer $590 from your savings account to the savings account of AMir. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$590", - "590 bucks" - ], - "recipient_account_name": [ - "AMir", - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "590", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "590", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Than you. What is the current balance in my account now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like the balance of savings or checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need the balance in my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8850.41" - ], - "slot": "balance", - "values": [ - "$8,850.41" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8850.41" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "balance", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Current checking account balance is $8,850.41." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check the balance of my savings account also?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "4529.35" - ], - "slot": "balance", - "values": [ - "$4,529.35" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "4529.35" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "balance", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account has a balance of $4,529.35." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. That will be all" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a lovely day." - } - ] - }, - { - "dialogue_id": "40_00001", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "270" - ], - "slot": "amount", - "values": [ - "$270" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "$270" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $270 for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer to whom and from checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "recipient_account_name", - "start": 12 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$270" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer to Pranav from checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "270" - ], - "slot": "amount", - "values": [ - "$270" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 24 - }, - { - "exclusive_end": 52, - "slot": "recipient_account_name", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: trasfer $270 from checking to Pranav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$270" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "270", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "270", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13129.46" - ], - "slot": "balance", - "values": [ - "$13,129.46" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "13129.46" - } - ], - "slots": [ - { - "exclusive_end": 38, - "slot": "balance", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your balance in checking is $13,129.46." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's my savings balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1792.36" - ], - "slot": "balance", - "values": [ - "$1,792.36" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "1792.36" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "balance", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings balance is $1,792.36." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks. Bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00002", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "My friend is need of some money. Would you help me make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Surely, let me know the reciepient's name, amount and should checking or savings accounts used." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "170" - ], - "slot": "amount", - "values": [ - "one hundred and seventy bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 61, - "slot": "amount", - "start": 32 - }, - { - "exclusive_end": 75, - "slot": "recipient_account_name", - "start": 69 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one hundred and seventy bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The amount to be transferred is one hundred and seventy bucks, to Mr Raghav and send to checking account and use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "170" - ], - "slot": "amount", - "values": [ - "$170" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 106, - "slot": "amount", - "start": 102 - }, - { - "exclusive_end": 86, - "slot": "recipient_account_name", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok. Please check the details, from my savings account to checking account of Mr Raghav. The amount is $170." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$170", - "one hundred and seventy bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, the details found correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "170", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "170", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Congratulations, its done." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Fine, please check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account, checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Continues with Checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11329.66" - ], - "slot": "balance", - "values": [ - "$11,329.66" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11329.66" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "balance", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance is $11,329.66 in checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thats great, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thank you, have a nice day." - } - ] - }, - { - "dialogue_id": "40_00003", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, who would you like to send the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 27 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to send it to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright. Which account would you like me to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go ahead and use my checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great. What amount would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "four hundred and forty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "amount", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "four hundred and forty dollars" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer four hundred and forty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "$440" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "amount", - "start": 50 - }, - { - "exclusive_end": 90, - "slot": "recipient_account_name", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Just to confirm: You would like to transfer $440 from your checking account to Maria's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$440", - "four hundred and forty dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "440", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "440", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great! Your transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Perfect, thanks for your help. Can you also tell me my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like your balance for your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22026.46" - ], - "slot": "balance", - "values": [ - "$22,026.46" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "22026.46" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $22,026.46" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, thank you. Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome and have a great day!" - } - ] - }, - { - "dialogue_id": "40_00004", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer some money to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much should I transfer, and from which account do you want to make the transfer: checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "$440" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$440" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer $440 from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "$440" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 36 - }, - { - "exclusive_end": 75, - "slot": "recipient_account_name", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want to transfer $440 from your savings account to Maria's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$440" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "440", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "440", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you, and I also want to see my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to see your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the balance of my checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11895.31" - ], - "slot": "balance", - "values": [ - "$11,895.31" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11895.31" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "balance", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account's balance is $11,895.31." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I also want to see the balance of my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11025.88" - ], - "slot": "balance", - "values": [ - "$11,025.88" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "11025.88" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "balance", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account's balance is $11,025.88." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that will be all!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "See you soon!" - } - ] - }, - { - "dialogue_id": "40_00005", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a bank account transfer. Can you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Shall I use checking or savings account? I need the precise amount you wish to transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "440 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 54, - "slot": "amount", - "start": 43 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "440 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my checking account to transfer 440 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who will be the receiver of the funds?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "recipient_account_name", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "440 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send the funds to Srinivas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "440" - ], - "slot": "amount", - "values": [ - "$440" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "amount", - "start": 37 - }, - { - "exclusive_end": 110, - "slot": "recipient_account_name", - "start": 102 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You wish to transfer $440 dollars from your checking account to a checking account in Srinivas?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$440", - "440 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "440", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "440", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transaction completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. Could you tell me my checking account balance please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2351.61" - ], - "slot": "balance", - "values": [ - "$2,351.61" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2351.61" - } - ], - "slots": [ - { - "exclusive_end": 68, - "slot": "balance", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Certainly. The current balance in your checking account is $2,351.61." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank You." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00006", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "recipient_account_name", - "start": 42 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hey. I'd like to make a money transfer to Abhinav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. How much would like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "920" - ], - "slot": "amount", - "values": [ - "nine hundred and twenty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "nine hundred and twenty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer nine hundred and twenty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Which account should this come out of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "nine hundred and twenty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I should have it in my savings account; use that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "920" - ], - "slot": "amount", - "values": [ - "$920" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "amount", - "start": 38 - }, - { - "exclusive_end": 96, - "slot": "recipient_account_name", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Let me make sure. A transfer of $920 should be sent out of your savings account to Abhinav into their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$920", - "nine hundred and twenty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right. Go ahead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "920", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "920", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has gone through." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Can I see my checking account balance now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11159.44" - ], - "slot": "balance", - "values": [ - "$11,159.44" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11159.44" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "balance", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your balance is $11,159.44 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool. That's what I thought." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, that's all the transfers I need to do. See you later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Bye!" - } - ] - }, - { - "dialogue_id": "40_00007", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to transfer, and from a checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1490" - ], - "slot": "amount", - "values": [ - "1,490 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,490 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,490 bucks from the checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who is the money going to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,490 bucks" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to Amir." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1490" - ], - "slot": "amount", - "values": [ - "$1,490" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "amount", - "start": 13 - }, - { - "exclusive_end": 78, - "slot": "recipient_account_name", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So I'll send $1,490 from your checking account to the checking account of Amir, okay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,490", - "1,490 bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, please do." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1490", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1490", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,490", - "1,490 bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "6773.45" - ], - "slot": "balance", - "values": [ - "$6,773.45" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "6773.45" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "balance", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account has $6,773.45." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15172.67" - ], - "slot": "balance", - "values": [ - "$15,172.67" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "15172.67" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "balance", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account has $15,172.67." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all I need to do for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "40_00008", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer money to someone's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. From your checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From my savings account. It's going to Amir." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And what is the amount?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1160" - ], - "slot": "amount", - "values": [ - "one thousand one hundred and sixty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "amount", - "start": 8 - }, - { - "exclusive_end": 74, - "slot": "recipient_account_name", - "start": 68 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand one hundred and sixty bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make it one thousand one hundred and sixty bucks, but it's going to Raghav" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1160" - ], - "slot": "amount", - "values": [ - "$1,160" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 65, - "slot": "recipient_account_name", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $1,160 from my savings account to Raghav's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,160", - "one thousand one hundred and sixty bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1160", - "recipient_account_name": "Raghav", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1160", - "recipient_account_name": "Raghav", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10588.74" - ], - "slot": "balance", - "values": [ - "$10,588.74" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10588.74" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $10,588.74" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Also give me my savings account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16090.39" - ], - "slot": "balance", - "values": [ - "$16,090.39" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "16090.39" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is $16,090.39" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make any more transfers?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope I'm good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Take care" - } - ] - }, - { - "dialogue_id": "40_00009", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "recipient_account_type", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you make a transfer from my checking account for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Certainly, where would you like to send the money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "recipient_account_name", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to my friend Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer to Raghav?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1160" - ], - "slot": "amount", - "values": [ - "1,160 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,160 bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,160 bucks to him, and actually send it from my savings account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1160" - ], - "slot": "amount", - "values": [ - "$1,160" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "amount", - "start": 16 - }, - { - "exclusive_end": 58, - "slot": "recipient_account_name", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I will transfer $1,160 from your savings account to Raghav's checking account. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,160", - "1,160 bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is all correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1160", - "recipient_account_name": "Raghav" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1160", - "recipient_account_name": "Raghav", - "recipient_account_type": "dontcare" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has successfully been completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay great, what is my balance in my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11908.17" - ], - "slot": "balance", - "values": [ - "$11,908.17" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11908.17" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking account is $11,908.17." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hmm, alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't need another transfer, but thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else that I would be able to help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all. I need some time to think." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, let me know if you need anything." - } - ] - }, - { - "dialogue_id": "40_00010", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to use your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 32 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send from my savings account to Srinivas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What amount would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1310" - ], - "slot": "amount", - "values": [ - "1310 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1310 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer 1310 bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1310" - ], - "slot": "amount", - "values": [ - "$1,310" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "amount", - "start": 18 - }, - { - "exclusive_end": 57, - "slot": "recipient_account_name", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm: Transfer $1,310 from savings account to Srinivas into their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,310", - "1310 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1310", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1310", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check the balance of my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "14622.38" - ], - "slot": "balance", - "values": [ - "$14,622.38" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "14622.38" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking is $14,622.38." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me the balance of my savings account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22232.58" - ], - "slot": "balance", - "values": [ - "$22,232.58" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "22232.58" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "balance", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your savings account is $22,232.58." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00011", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you please make a transfer to my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, who would you like to transfer to and what amount?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "110 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "110 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 110 dollars to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "$110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 91, - "slot": "amount", - "start": 87 - }, - { - "exclusive_end": 127, - "slot": "recipient_account_name", - "start": 122 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me confirm to make sure I have the correct information. You would like to transfer $110 from your checking account to Sanuj's account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$110", - "110 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check my balance in my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10558.50" - ], - "slot": "balance", - "values": [ - "$10,558.50" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10558.50" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $10,558.50." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, and what is the balance in my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "14878.13" - ], - "slot": "balance", - "values": [ - "$14,878.13" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "14878.13" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "balance", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Savings account balance ia $14,878.13." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thanks for your help today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Have a great day." - } - ] - }, - { - "dialogue_id": "40_00012", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "one hundred and ten bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "amount", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one hundred and ten bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer one hundred and ten bucks to my brother." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the recipient's name? Which account did you want to transfer from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one hundred and ten bucks" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer to Sanuj from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "$110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 64, - "slot": "recipient_account_name", - "start": 59 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $110 from your savings account to Sanuj's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$110", - "one hundred and ten bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I see my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15155.72" - ], - "slot": "balance", - "values": [ - "$15,155.72" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15155.72" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $15,155.72." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, how about my savings account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "698.90" - ], - "slot": "balance", - "values": [ - "$698.90" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "698.90" - } - ], - "slots": [ - { - "exclusive_end": 39, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is $698.90." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00013", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer money, can you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much money do you like to transfer and to whom from which of your account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "1530 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 19 - }, - { - "exclusive_end": 39, - "slot": "recipient_account_name", - "start": 33 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1530 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I like to transfer 1530 bucks to Pranav from my Checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "$1,530" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 33, - "slot": "amount", - "start": 27 - }, - { - "exclusive_end": 90, - "slot": "recipient_account_name", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm to transfer $1,530 from your Checking account to Checking account of Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,530", - "1530 bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct. go ahead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1530", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1530", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "successfully made the money transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for it and please check the balance in my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "6380.53" - ], - "slot": "balance", - "values": [ - "$6,380.53" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "6380.53" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $6,380.53." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Also check the balance of my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16117.87" - ], - "slot": "balance", - "values": [ - "$16,117.87" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "16117.87" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "balance", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "balance of your savings account is $16,117.87." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thank you for your help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you like to transfer some other money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I do not." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any more help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's enough. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00014", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to transfer, and who do you want to transfer to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "500" - ], - "slot": "amount", - "values": [ - "500 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 22 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "500 bucks" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 500 bucks to Xiaoxue." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I use your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "500 bucks" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "500" - ], - "slot": "amount", - "values": [ - "$500" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "amount", - "start": 51 - }, - { - "exclusive_end": 100, - "slot": "recipient_account_name", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm the following please: You want to transfer $500 dollars from your savings account to Xiaoxue's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$500", - "500 bucks" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "500", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "500", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a successful transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check my checking account's balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13427.19" - ], - "slot": "balance", - "values": [ - "$13,427.19" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "13427.19" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a checking account balance of $13,427.19." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I don't want to make a transfer. Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00015", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to make a transfer to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For how much?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "450" - ], - "slot": "amount", - "values": [ - "450 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "450 dollars" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "450 dollars please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like to transfer the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 5, - "slot": "recipient_account_name", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "450 dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I use? Checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "450 dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "450" - ], - "slot": "amount", - "values": [ - "$450" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 78, - "slot": "amount", - "start": 74 - }, - { - "exclusive_end": 87, - "slot": "recipient_account_name", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the transfer details: From your checking account, transfer $450 to Maria. Send it to her checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$450", - "450 dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "450", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "450", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you. What is my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Checking please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "9227.17" - ], - "slot": "balance", - "values": [ - "$9,227.17" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "9227.17" - } - ], - "slots": [ - { - "exclusive_end": 9, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$9,227.17 is in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How about my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "272.14" - ], - "slot": "balance", - "values": [ - "$272.14" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "272.14" - } - ], - "slots": [ - { - "exclusive_end": 7, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$272.14 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. Goodbye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "40_00016", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I wanna make a transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "what amount do you wanna give and who do you wanna send the money to? should it be a checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "450" - ], - "slot": "amount", - "values": [ - "450 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "amount", - "start": 5 - }, - { - "exclusive_end": 35, - "slot": "recipient_account_name", - "start": 30 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "450 bucks" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "send 450 bucks and give it to Maria and go with the savings account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "450" - ], - "slot": "amount", - "values": [ - "$450" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 45 - }, - { - "exclusive_end": 77, - "slot": "recipient_account_name", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm it from the savings account and send $450 and give the money to Maria and send to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$450", - "450 bucks" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "450", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "450", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer was succesful" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wanna check the balance in the checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15122.14" - ], - "slot": "balance", - "values": [ - "$15,122.14" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15122.14" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "balance", - "start": 14 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Balance is at $15,122.14 and it is from the checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me the balance of the savings account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8728.18" - ], - "slot": "balance", - "values": [ - "$8,728.18" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "8728.18" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "balance", - "start": 23 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The current balance is $8,728.18 and it is from my savings account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay that is fine" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "wanna make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No transfer for me. Bye now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one" - } - ] - }, - { - "dialogue_id": "40_00017", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "recipient_account_name", - "start": 53 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to send a payment from my checking account to Amir for a loan he gave me a while back." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can help you with that Which account do you prefer I use to complete this transaction?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send the payment from my personal checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much money would you like me to send?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "840" - ], - "slot": "amount", - "values": [ - "$840" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "amount", - "start": 48 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$840" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to pay him off in full so transfer $840 please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "840" - ], - "slot": "amount", - "values": [ - "$840" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 104, - "slot": "amount", - "start": 100 - }, - { - "exclusive_end": 99, - "slot": "recipient_account_name", - "start": 95 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Before submitting this payment I'll need you to verify the details please. You will be sending Amir $840 from your checking account to his checking account. Does that sound right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$840" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "840", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "840", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, I have successfully submitted that payment for you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Now can you provide me with an updated balance on my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, can you specify which account you would like the balance from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Because I just sent a payment I would like an updated balance on my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1003.30" - ], - "slot": "balance", - "values": [ - "$1,003.30" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "1003.30" - } - ], - "slots": [ - { - "exclusive_end": 85, - "slot": "balance", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "After the transfer you just authorized your new checking account balance is $1,003.30." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Good, that's more than I expected." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are there any other transfers or bills you want me to pay as well?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was the only transfer I needed to make for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, is there anything else I can look into for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all for today, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It was my pleasure, have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00018", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you need to send the money and which account should i use checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "recipient_account_name", - "start": 41 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Going to my checking account, send it to Srinivas" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much amount you need to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "880" - ], - "slot": "amount", - "values": [ - "880 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "880 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer 880 bucks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "880" - ], - "slot": "amount", - "values": [ - "$880" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 43 - }, - { - "exclusive_end": 84, - "slot": "recipient_account_name", - "start": 76 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please give confirmation details: Transfer $880 from my checking account to Srinivas" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$880", - "880 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "will do it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "880", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "880", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "your transfer is done" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I will do my check balance and thanks for the help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account you want me to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please go with my checking out" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10740.79" - ], - "slot": "balance", - "values": [ - "$10,740.79" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10740.79" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "balance", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "From your checking account balance is showing $10,740.79" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, i am not interested in making any transfer.Bye for now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "40_00019", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'm interested in making a money transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is this transfer coming out of checking or savings, and who's this transfer being sent to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "recipient_account_name", - "start": 41 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make a transfer from checking account to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "one thousand two hundred and forty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 5 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand two hundred and forty dollars" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Move one thousand two hundred and forty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "$1,240" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "amount", - "start": 40 - }, - { - "exclusive_end": 75, - "slot": "recipient_account_name", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to make sure, you want to transfer $1,240 from your checking to Pranav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,240", - "one thousand two hundred and forty dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, thanks a bunch." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1240", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1240", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been transferred." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a bunch. How much money is in my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "14048.81" - ], - "slot": "balance", - "values": [ - "$14,048.81" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "14048.81" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is $14,048.81 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's my savings account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "9830.41" - ], - "slot": "balance", - "values": [ - "$9,830.41" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "9830.41" - } - ], - "slots": [ - { - "exclusive_end": 18, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is $9,830.41 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, take care!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day!" - } - ] - }, - { - "dialogue_id": "40_00020", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to transfer from checking or savings? How much?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1060" - ], - "slot": "amount", - "values": [ - "1,060 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 31, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,060 bucks" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,060 bucks to Xiaoxue from my checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1060" - ], - "slot": "amount", - "values": [ - "$1,060" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "amount", - "start": 57 - }, - { - "exclusive_end": 52, - "slot": "recipient_account_name", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay I have a transfer from your checking to Xiaoxue for $1,060 to their checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,060", - "1,060 bucks" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1060", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1060", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you, what is my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "21171.14" - ], - "slot": "balance", - "values": [ - "$21,171.14" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "21171.14" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking is $21,171.14." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is my savings balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20845.87" - ], - "slot": "balance", - "values": [ - "$20,845.87" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "20845.87" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "balance", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your Savings balance is $20,845.87." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "40_00021", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a fund transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "what amount do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1510" - ], - "slot": "amount", - "values": [ - "1510 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "amount", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1510 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make transfer if 1510 bucks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "To whom would you wish to send the money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1510 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send the money to Pranav" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I use for the transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1510 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to Pranav and use my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1510" - ], - "slot": "amount", - "values": [ - "$1,510" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 31 - }, - { - "exclusive_end": 72, - "slot": "recipient_account_name", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm this : Transfer $1,510 from my checking account to Pranav. Send it to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,510", - "1510 bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1510", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1510", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transaction has been made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot for your help. I want to know my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which account should I search for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go with my checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "9035.67" - ], - "slot": "balance", - "values": [ - "$9,035.67" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "9035.67" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "balance", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance is $9,035.67 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "okay. Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00022", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to make a bank transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who are you sending money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send money to Raghav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much are you sending them?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "120 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "120 bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 120 bucks from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "$120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "amount", - "start": 18 - }, - { - "exclusive_end": 56, - "slot": "recipient_account_name", - "start": 50 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm; transfer $120 from my savings account to Raghav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$120", - "120 bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "120", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "120", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to check the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "14928.33" - ], - "slot": "balance", - "values": [ - "$14,928.33" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "14928.33" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $14,928.33," - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00023", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "400" - ], - "slot": "amount", - "values": [ - "$400" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "$400" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a $400 transfer to my brother's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Did you want to transfer from checking or savings? Who would you like to transfer to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$400" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go ahead and transfer to Xiaoxue from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "400" - ], - "slot": "amount", - "values": [ - "$400" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 67, - "slot": "recipient_account_name", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $400 from your checking account to Xiaoxue's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$400" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "400", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "400", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can I check my balance now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2033.83" - ], - "slot": "balance", - "values": [ - "$2,033.83" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2033.83" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $2,033.83." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00024", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a transfer from my savings to their savings" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What's the amount you'd like to transfer? Who are you sending the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "300" - ], - "slot": "amount", - "values": [ - "three hundred bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "amount", - "start": 16 - }, - { - "exclusive_end": 44, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "three hundred bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer three hundred bucks to Sanuj" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "300" - ], - "slot": "amount", - "values": [ - "$300" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 86, - "slot": "amount", - "start": 82 - }, - { - "exclusive_end": 70, - "slot": "recipient_account_name", - "start": 65 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "please confirm the following details: transfer from my saving to Sanuj savings of $300" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$300", - "three hundred bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, that's it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "300", - "recipient_account_name": "Sanuj", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "300", - "recipient_account_name": "Sanuj", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money have been successfully transferred" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Could you check my balance, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I look at checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look at my checking please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "17027.50" - ], - "slot": "balance", - "values": [ - "$17,027.50" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "17027.50" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking is $17,027.50" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, bye" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "40_00025", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1110" - ], - "slot": "amount", - "values": [ - "1110 dollars" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1110 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer 1110 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Are we using your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1110 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Wo hare you sending money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1110" - ], - "slot": "amount", - "values": [ - "1110 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 16 - }, - { - "exclusive_end": 37, - "slot": "recipient_account_name", - "start": 32 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1110 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer 1110 dollars to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1110" - ], - "slot": "amount", - "values": [ - "$1,110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "amount", - "start": 47 - }, - { - "exclusive_end": 89, - "slot": "recipient_account_name", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you would like to transfer $1,110 from your checking account to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,110", - "1110 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1110", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, can you check my balance in my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "197.45" - ], - "slot": "balance", - "values": [ - "$197.45" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "197.45" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "balance", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, your balance in your checking account is $197.45" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thanks, bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day1" - } - ] - }, - { - "dialogue_id": "40_00026", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1110" - ], - "slot": "amount", - "values": [ - "1110 dollars" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1110 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer 1110 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1110 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sending to whom?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "recipient_account_name", - "start": 3 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1110 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "To Srinivas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1110" - ], - "slot": "amount", - "values": [ - "$1,110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 24 - }, - { - "exclusive_end": 42, - "slot": "recipient_account_name", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: sending $1,110 to Srinivas from savings to their checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,110", - "1110 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1110", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1110", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks, what's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In savings or checking?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16462.84" - ], - "slot": "balance", - "values": [ - "$16,462.84" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "16462.84" - } - ], - "slots": [ - { - "exclusive_end": 28, - "slot": "balance", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking has $16,462.84." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "And what's the balance in my savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11420.24" - ], - "slot": "balance", - "values": [ - "$11,420.24" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "11420.24" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $11,420.24 in savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can do for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00027", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I have to make a transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to use your checking or savings account? How much money do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "1530 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1530 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "1530 dollars with my checking account, thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who do you want to send the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1530 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send to Abhinav" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "$1,530" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 6, - "slot": "amount", - "start": 0 - }, - { - "exclusive_end": 42, - "slot": "recipient_account_name", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$1,530 from my checking account to Abhinav checking account: that's correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,530", - "1530 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, it's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1530", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1530", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer took place" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Now I would like to verify my balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "With checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "With my checking account, please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "6208.84" - ], - "slot": "balance", - "values": [ - "$6,208.84" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "6208.84" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "From your checking account the balance is $6,208.84" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, Thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't need it. Bye" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "40_00028", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I use the checking or savings account? How much do you want to transfer and to whom?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1350" - ], - "slot": "amount", - "values": [ - "$1350" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 23, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1350" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $1350 to Maria from my savings account to hers." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1350" - ], - "slot": "amount", - "values": [ - "$1,350" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "amount", - "start": 37 - }, - { - "exclusive_end": 78, - "slot": "recipient_account_name", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you want to send $1,350 from your savings account to Maria's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,350", - "$1350" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yep." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1350", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1350", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11755.45" - ], - "slot": "balance", - "values": [ - "$11,755.45" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11755.45" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is $11,755.45 in there in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me my savings account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "21422.65" - ], - "slot": "balance", - "values": [ - "$21,422.65" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "21422.65" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $21,422.65 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "40_00029", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go with my checking account as i need to make a transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "whom do you want to send money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "please send the money to Amir" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much amount you need to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1760" - ], - "slot": "amount", - "values": [ - "one thousand seven hundred and sixty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand seven hundred and sixty dollars" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer one thousand seven hundred and sixty dollars" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1760" - ], - "slot": "amount", - "values": [ - "$1,760" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "amount", - "start": 44 - }, - { - "exclusive_end": 103, - "slot": "recipient_account_name", - "start": 99 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please give confirmation details : Transfer $1,760 from my checking account to checking account of Amir" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,760", - "one thousand seven hundred and sixty dollars" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i will do it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1760", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1760", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is done" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I have to do my balance check" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account you want to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "148.54" - ], - "slot": "balance", - "values": [ - "$148.54" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "148.54" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance shows $148.54" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is ok" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to initiate a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, i do not want to make any transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any other help from me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you very much" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day" - } - ] - }, - { - "dialogue_id": "40_00030", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hi, can you help me make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, how much will you be transferring?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1760" - ], - "slot": "amount", - "values": [ - "$1,760" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "amount", - "start": 35 - }, - { - "exclusive_end": 49, - "slot": "recipient_account_name", - "start": 45 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,760" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer the amount of $1,760 to Amir. It's in my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1760" - ], - "slot": "amount", - "values": [ - "$1,760" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "amount", - "start": 26 - }, - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like to transfer $1,760 to Amir from your savings account to their checking account. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,760" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1760", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1760", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I successfully transferred the money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check the balance in my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "17111.71" - ], - "slot": "balance", - "values": [ - "$17,111.71" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "17111.71" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking account is $17,111.71." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's fine. I do not wish to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help you with anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "40_00031", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "530" - ], - "slot": "amount", - "values": [ - "five hundred and thirty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "five hundred and thirty dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "five hundred and thirty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And where would you like to transfer this to? Do you want me to use your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "recipient_account_name", - "start": 36 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "five hundred and thirty dollars" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Use the savings account and send to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "530" - ], - "slot": "amount", - "values": [ - "$530" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "amount", - "start": 51 - }, - { - "exclusive_end": 91, - "slot": "recipient_account_name", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: you want to transfer $530 from your savings account to Raghav, sent to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$530", - "five hundred and thirty dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "530", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "530", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20946.10" - ], - "slot": "balance", - "values": [ - "$20,946.10" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "20946.10" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $20,946.10." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about my savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15581.44" - ], - "slot": "balance", - "values": [ - "$15,581.44" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "15581.44" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your savings account is $15,581.44." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm good, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "40_00032", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am very busy in my office work i should make a transfer , will you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "To whom money need to be send? What is the Account name and Number?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send the money to Abhinav and Use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the value of the amount need to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "730" - ], - "slot": "amount", - "values": [ - "730 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "730 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "730 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "730" - ], - "slot": "amount", - "values": [ - "$730" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "amount", - "start": 53 - }, - { - "exclusive_end": 73, - "slot": "recipient_account_name", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, Please check and review the dtails: An amount of $730 send to Abhinav from savings account to their checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$730", - "730 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok good. that's all i needed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer is successful, any i help you to find something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "yes i want to check my balance in my account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "ok Which account shall i search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please get into my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "4677.17" - ], - "slot": "balance", - "values": [ - "$4,677.17" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "4677.17" - } - ], - "slots": [ - { - "exclusive_end": 63, - "slot": "balance", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please check the details: Checking account balance is $4,677.17" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "THanks a lot , Take care have a nice day" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thanks, Have a good day" - } - ] - }, - { - "dialogue_id": "40_00033", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like you to send some money from my savings account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, where should I send it to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, how much should I send?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1400" - ], - "slot": "amount", - "values": [ - "one thousand four hundred bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand four hundred bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer one thousand four hundred bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1400" - ], - "slot": "amount", - "values": [ - "$1,400" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "amount", - "start": 45 - }, - { - "exclusive_end": 61, - "slot": "recipient_account_name", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm that you'd like to send $1,400 to Pranav's checking account from your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,400", - "one thousand four hundred bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1400", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1400", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot. Please check the balance of my checking account too." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16335.70" - ], - "slot": "balance", - "values": [ - "$16,335.70" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "16335.70" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $16,335.70." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great, have a good night." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, you too, bye." - } - ] - }, - { - "dialogue_id": "40_00034", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer some money I owe" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, to who, and from which account: checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to send it to Srinivas, from my savings is better" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you need to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "1,650 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "amount", - "start": 6 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,650 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I owe 1,650 dollars" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "$1,650" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "amount", - "start": 11 - }, - { - "exclusive_end": 47, - "slot": "recipient_account_name", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright so $1,650 from your savings to Srinivas' checking right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,650", - "1,650 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup that's exactly right" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've made the transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Cool, now I need to know my balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of which account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1500.71" - ], - "slot": "balance", - "values": [ - "$1,500.71" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "1500.71" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "balance", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Right now your checking has $1,500.71 balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK, what about my savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11339.61" - ], - "slot": "balance", - "values": [ - "$11,339.61" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "11339.61" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "balance", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings is sitting at $11,339.61 right now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK good to know" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any more transfers needed?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, it's fine" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What about any other kind of transaction?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No I think we're good for now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, have a wonderful day" - } - ] - }, - { - "dialogue_id": "40_00035", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1590" - ], - "slot": "amount", - "values": [ - "1,590 dollars" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "amount", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1,590 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer 1,590 dollars, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like me to send the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1,590 dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send to funds to Xiaoxue, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which of your accounts should I use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,590 dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Use my savings account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1590" - ], - "slot": "amount", - "values": [ - "$1,590" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 34 - }, - { - "exclusive_end": 77, - "slot": "recipient_account_name", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm: You'd like my to send $1,590 from your savings account to Xiaoxue's checking account, correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,590", - "1,590 dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1590", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1590", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the balance of my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15988.28" - ], - "slot": "balance", - "values": [ - "$15,988.28" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15988.28" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "balance", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The current balance of your checking account is $15,988.28." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. I appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else that I can assist you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. That'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day." - } - ] - }, - { - "dialogue_id": "40_00036", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hey, I would like to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For whom would the transfer be? Shall I use your checking or savings account? What the amount you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1500" - ], - "slot": "amount", - "values": [ - "1,500 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 26 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,500 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,500 dollars to Pranav from my checking account to theirs." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1500" - ], - "slot": "amount", - "values": [ - "$1,500" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "amount", - "start": 32 - }, - { - "exclusive_end": 83, - "slot": "recipient_account_name", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Pleas confirm: you want to send $1,500 dollars from your checking account to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,500", - "1,500 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1500", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1500", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is successfull." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For the checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "19783.17" - ], - "slot": "balance", - "values": [ - "$19,783.17" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "19783.17" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your checking account is $19,783.17." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me the balance of my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "4481.72" - ], - "slot": "balance", - "values": [ - "$4,481.72" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "4481.72" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance for the savings account is $4,481.72." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00037", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1500" - ], - "slot": "amount", - "values": [ - "one thousand five hundred bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 52, - "slot": "amount", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand five hundred bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer one thousand five hundred bucks. Can you help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes. Would you like to make the transfer from your checking or your savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand five hundred bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to use my savings account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where shall I send the money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand five hundred bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1500" - ], - "slot": "amount", - "values": [ - "$1,500" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "amount", - "start": 54 - }, - { - "exclusive_end": 120, - "slot": "recipient_account_name", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please review the transaction. You'd like to transfer $1,500 from your savings account to the checking account of Pranav. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,500", - "one thousand five hundred bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1500", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1500", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transaction is successful. Is there any other way I can help you today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Yes, I'd like to check my account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to know your checking or savings balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to know my checking balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2794.73" - ], - "slot": "balance", - "values": [ - "$2,794.73" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2794.73" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $2,794.73" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not at this time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all for today. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome. Enjoy your day." - } - ] - }, - { - "dialogue_id": "40_00038", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to send some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "To whom would you like. Which account would you like to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "USe my checking account and send it to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to send." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "720" - ], - "slot": "amount", - "values": [ - "seven hundred and twenty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 5 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "seven hundred and twenty dollars" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send seven hundred and twenty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "720" - ], - "slot": "amount", - "values": [ - "$720" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "amount", - "start": 8 - }, - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sending $720 from your checking to Sanuj and depositing it into their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$720", - "seven hundred and twenty dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "720", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "720", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your Transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What is my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account would you like to see?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18076.57" - ], - "slot": "balance", - "values": [ - "$18,076.57" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18076.57" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$18,076.57 is your checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No i do not." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there something else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "40_00039", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "recipient_account_name", - "start": 29 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer to Abhinav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, how much would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1060" - ], - "slot": "amount", - "values": [ - "one thousand sixty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand sixty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer one thousand sixty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account will the funds come out of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand sixty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Take it out of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1060" - ], - "slot": "amount", - "values": [ - "$1,060" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "amount", - "start": 54 - }, - { - "exclusive_end": 96, - "slot": "recipient_account_name", - "start": 89 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just confirm these details for me, you're transfering $1,060 from you savings account to Abhinav's checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,060", - "one thousand sixty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1060", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1060", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I've successfully transferred the money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I also want to check my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1717.43" - ], - "slot": "balance", - "values": [ - "$1,717.43" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "1717.43" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $1,717.43." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, talk to you later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an excellent rest of your day." - } - ] - }, - { - "dialogue_id": "40_00040", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Would you help me to transfer something to my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, what is it that you wanted transferred and who is it going to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "300" - ], - "slot": "amount", - "values": [ - "three hundred dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "amount", - "start": 21 - }, - { - "exclusive_end": 20, - "slot": "recipient_account_name", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "three hundred dollars" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send Maria three hundred dollars, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "300" - ], - "slot": "amount", - "values": [ - "$300" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "amount", - "start": 19 - }, - { - "exclusive_end": 82, - "slot": "recipient_account_name", - "start": 77 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, so I'll send $300 from your savings account to the checking account of Maria. Does that sound right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$300", - "three hundred dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "300", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "300", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, great the transfer was a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for the help! Could you also check the balance in my checking account though?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "9084.86" - ], - "slot": "balance", - "values": [ - "$9,084.86" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "9084.86" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, you have a balance of $9,084.86 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Oh, that's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to make any more transfers?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm done with that for now, bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, bye, have a nice day." - } - ] - }, - { - "dialogue_id": "40_00041", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hi, I need to transfer some money to my friend." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, how much money do you need to transfer and who would you like me to send it to? Will this be from your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "910" - ], - "slot": "amount", - "values": [ - "$910" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "amount", - "start": 12 - }, - { - "exclusive_end": 26, - "slot": "recipient_account_name", - "start": 20 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$910" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send $910 to Raghav from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "910" - ], - "slot": "amount", - "values": [ - "$910" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "amount", - "start": 22 - }, - { - "exclusive_end": 36, - "slot": "recipient_account_name", - "start": 30 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like to send $910 to Raghav to their checking account from your checking account. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$910" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "910", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "910", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been successfully transferred." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks, can you also check my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, which account should I check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please tell me my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8317.29" - ], - "slot": "balance", - "values": [ - "$8,317.29" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8317.29" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking account is $8,317.29." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok great, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant day." - } - ] - }, - { - "dialogue_id": "40_00042", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer some money to one of their savings account, can you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "910" - ], - "slot": "amount", - "values": [ - "910 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 36 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "910 dollars" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to make a money transfer for 910 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From which account, checking or savings, I have to transfer it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "910 dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer it from my savings account to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "910" - ], - "slot": "amount", - "values": [ - "$910" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 27 - }, - { - "exclusive_end": 84, - "slot": "recipient_account_name", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm to transfer $910 from my savings account to savings account of Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$910", - "910 dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, confirmed, please do it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "910", - "recipient_account_name": "Raghav", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "910", - "recipient_account_name": "Raghav", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Money transfer was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to know the balance of my account, go with checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "12735.33" - ], - "slot": "balance", - "values": [ - "$12,735.33" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "12735.33" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "balance", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Found the balance from your Checking account is $12,735.33" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Also, please check the balance of my another savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11705.22" - ], - "slot": "balance", - "values": [ - "$11,705.22" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "11705.22" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "balance", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Checked the savings account and the balance is $11,705.22" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks for your help" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00043", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "recipient_account_name", - "start": 59 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to make a bank transfer. Can you send some money to Amir's savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, should I send it from your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "$1120" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "amount", - "start": 37 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1120" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account. Please send him $1120." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "$1,120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "amount", - "start": 45 - }, - { - "exclusive_end": 86, - "slot": "recipient_account_name", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm that you'd like to send $1,120 from your checking account to Amir's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,120", - "$1120" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, the transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot. What's my balance now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account am I checking?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10517.18" - ], - "slot": "balance", - "values": [ - "$10,517.18" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10517.18" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "balance", - "start": 21 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The total balance is $10,517.18 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, please tell me the balance of my savings account too." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22195.42" - ], - "slot": "balance", - "values": [ - "$22,195.42" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "22195.42" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your savings account is $22,195.42." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, see you later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00044", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to make a bank transfer please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's use my checking for this transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, how much and to whom are we sending money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "980" - ], - "slot": "amount", - "values": [ - "980 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "amount", - "start": 11 - }, - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 26 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "980 dollars" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's send 980 dollars to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "980" - ], - "slot": "amount", - "values": [ - "$980" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "amount", - "start": 7 - }, - { - "exclusive_end": 48, - "slot": "recipient_account_name", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "OK, so $980 from your checking account to Raghav's checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$980", - "980 dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's good" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "980", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "980", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It has been transferred" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Now check my balance please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Let's check my checking account first" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8993.79" - ], - "slot": "balance", - "values": [ - "$8,993.79" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8993.79" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "balance", - "start": 18 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking has $8,993.79 right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool, now let's take a look at my savings" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13408.35" - ], - "slot": "balance", - "values": [ - "$13,408.35" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "13408.35" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "balance", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings has $13,408.35 for now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK, that's it. See ya!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "See ya later!" - } - ] - }, - { - "dialogue_id": "40_00045", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "1320 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 25 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1320 dollars" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer 1320 dollars to their savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who are sending to, should I use your checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "recipient_account_name", - "start": 5 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1320 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send Abhinav, use my savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "$1,320" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 36, - "slot": "recipient_account_name", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "From my savings, $1,320 from Abhinav, to their savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,320", - "1320 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1320", - "recipient_account_name": "Abhinav", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1320", - "recipient_account_name": "Abhinav", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The funds were transferred." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, what is my checking balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "5032.62" - ], - "slot": "balance", - "values": [ - "$5,032.62" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "5032.62" - } - ], - "slots": [ - { - "exclusive_end": 9, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$5,032.62 is your checking balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "40_00046", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hello! Can you help me with a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I'd be happy to help. Who would you like to transfer money to? What amount would you like to send?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "one thousand three hundred and twenty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "amount", - "start": 12 - }, - { - "exclusive_end": 66, - "slot": "recipient_account_name", - "start": 59 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send one thousand three hundred and twenty bucks to Abhinav. It needs to go to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like me to use your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to use my checking account this time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "$1,320" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 23 - }, - { - "exclusive_end": 67, - "slot": "recipient_account_name", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You'd like to transfer $1,320 from your checking account to Abhinav. You'd like it sent to their checking account. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,320", - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great! Can you tell me what my checking account balance is?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1341.29" - ], - "slot": "balance", - "values": [ - "$1,341.29" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "1341.29" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $1,341.29." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help. That's all for today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome. Enjoy your day." - } - ] - }, - { - "dialogue_id": "40_00047", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1250" - ], - "slot": "amount", - "values": [ - "1250 bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1250 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer 1250 bucks to a friend." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is this from your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1250 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who are you sending this money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 22, - "slot": "recipient_account_name", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1250 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it over to Pranav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1250" - ], - "slot": "amount", - "values": [ - "$1,250" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 44, - "slot": "amount", - "start": 38 - }, - { - "exclusive_end": 80, - "slot": "recipient_account_name", - "start": 74 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me just confirm. You want to send $1,250 from your savings account to Pranav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,250", - "1250 bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's correct. Please go ahead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1250", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1250", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer has gone through." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. Also, can I see my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "6346.23" - ], - "slot": "balance", - "values": [ - "$6,346.23" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "6346.23" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "balance", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your balance is $6,346.23 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright. That's all. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one!" - } - ] - }, - { - "dialogue_id": "40_00048", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I wish to transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account shall I prefer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Select my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much amount do you want to transfer. To whom it has to be transferred?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "680" - ], - "slot": "amount", - "values": [ - "$680" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 22, - "slot": "recipient_account_name", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$680" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $680 to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "680" - ], - "slot": "amount", - "values": [ - "$680" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "amount", - "start": 42 - }, - { - "exclusive_end": 76, - "slot": "recipient_account_name", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Kindly ensure that, from checking account $680 has been transferred to Maria. Transfer the amount to her checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$680" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Deal." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "680", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "680", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer is made successfully." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$680" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much for you help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Shall I do anything for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I wish to check the balance amount." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is account should I choose?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Kindly check my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18997.71" - ], - "slot": "balance", - "values": [ - "$18,997.71" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18997.71" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You checking account balance is $18,997.71." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. I don't want to transfer any amount. Bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00049", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need your help to do a money transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer and to whom? Do you want me to use checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "1,240 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "amount", - "start": 15 - }, - { - "exclusive_end": 34, - "slot": "recipient_account_name", - "start": 30 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,240 bucks" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to send 1,240 bucks to Amir from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "$1,240" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 79, - "slot": "amount", - "start": 73 - }, - { - "exclusive_end": 113, - "slot": "recipient_account_name", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Tell me if everything is like you want it to be. You want me to transfer $1,240 from your savings account to Amir checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,240", - "1,240 bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's what I said." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1240", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1240", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Operation is done." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Great, tell me my updated balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I check for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24169.60" - ], - "slot": "balance", - "values": [ - "$24,169.60" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "24169.60" - } - ], - "slots": [ - { - "exclusive_end": 65, - "slot": "balance", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "On your checking account I see that the balance is now $24,169.60" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fine" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to transfer more money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm done." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I do more for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No but thank you for offering me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your day!" - } - ] - }, - { - "dialogue_id": "40_00050", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "recipient_account_name", - "start": 28 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer to Amir" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "With checking or savings account? How much money do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "One thousand two hundred and forty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "One thousand two hundred and forty bucks" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "One thousand two hundred and forty bucks, with my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1240" - ], - "slot": "amount", - "values": [ - "$1,240" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 48, - "slot": "recipient_account_name", - "start": 44 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer $1,240 from my checking account to Amir checking account: do you confirm?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,240", - "One thousand two hundred and forty bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1240", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1240", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was made" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. Now I would like to check my checking account balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "7424.27" - ], - "slot": "balance", - "values": [ - "$7,424.27" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "7424.27" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your checking account is $7,424.27" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you! Bye" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "40_00051", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me make a transfer please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, to where, and how much? Also from which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1770" - ], - "slot": "amount", - "values": [ - "1,770 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "amount", - "start": 5 - }, - { - "exclusive_end": 53, - "slot": "recipient_account_name", - "start": 46 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,770 dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send 1,770 dollars from my savings account to Xiaoxue please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1770" - ], - "slot": "amount", - "values": [ - "$1,770" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "amount", - "start": 30 - }, - { - "exclusive_end": 105, - "slot": "recipient_account_name", - "start": 98 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm that you want to take $1,770 from your savings and transfer it to the checking account of Xiaoxue yes?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,770", - "1,770 dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes you got it right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1770", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1770", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is completed!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Great, now please give me my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For which account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For my checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24676.25" - ], - "slot": "balance", - "values": [ - "$24,676.25" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "24676.25" - } - ], - "slots": [ - { - "exclusive_end": 30, - "slot": "balance", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking has a $24,676.25 balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about my other account, the savings one?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2323.40" - ], - "slot": "balance", - "values": [ - "$2,323.40" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "2323.40" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "balance", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings has $2,323.40 right now" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK thanks for the information" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I do anything else for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No you gave me all I needed, thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure thing, have a good one" - } - ] - }, - { - "dialogue_id": "40_00052", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like to receive the money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 5, - "slot": "recipient_account_name", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sanuj needs it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to send and from what account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "430" - ], - "slot": "amount", - "values": [ - "four hundred and thirty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "amount", - "start": 5 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "four hundred and thirty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send four hundred and thirty bucks from my checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "430" - ], - "slot": "amount", - "values": [ - "$430" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 12, - "slot": "amount", - "start": 8 - }, - { - "exclusive_end": 59, - "slot": "recipient_account_name", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sending $430 fRom your checking to depositing it INTO Sanuj Checking account. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$430", - "four hundred and thirty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "430", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "430", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is successful" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$430", - "four hundred and thirty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for you help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22966.61" - ], - "slot": "balance", - "values": [ - "$22,966.61" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "22966.61" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$22,966.61 is your checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the balance in my savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15036.79" - ], - "slot": "balance", - "values": [ - "$15,036.79" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "15036.79" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$15,036.79 is your balance in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "40_00053", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "130" - ], - "slot": "amount", - "values": [ - "130 dollars" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "130 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer 130 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to send it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "130 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to Srinivas" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account should i remove the funds from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "130 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "130" - ], - "slot": "amount", - "values": [ - "$130" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "amount", - "start": 21 - }, - { - "exclusive_end": 64, - "slot": "recipient_account_name", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You wnat to transfer $130 from savings and deposting in Srinivas checking account. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$130", - "130 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "130", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "130", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What is my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account would you like to check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to see my Checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "17090.32" - ], - "slot": "balance", - "values": [ - "$17,090.32" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "17090.32" - } - ], - "slots": [ - { - "exclusive_end": 10, - "slot": "balance", - "start": 0 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "$17,090.32 is your checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have an awesome day!" - } - ] - }, - { - "dialogue_id": "40_00054", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a payment so I want to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you tell me to whom you will be transferring the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like for Srinivas to be receiving the money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to use the checking or savings account for the transfer? Which is the amount of money which you would like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "130" - ], - "slot": "amount", - "values": [ - "$130" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "amount", - "start": 23 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$130" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I will be transferring $130, and I want to use my checking account for this action." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "130" - ], - "slot": "amount", - "values": [ - "$130" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 45 - }, - { - "exclusive_end": 61, - "slot": "recipient_account_name", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please confirm that you want to send $130 to Srinivas from your checking account to your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$130" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "130", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "130", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to check my balance now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please specify that you want to check the balance of your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to see the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22782.55" - ], - "slot": "balance", - "values": [ - "$22,782.55" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "22782.55" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "balance", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I see that your balance of your checking account is $22,782.55." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I am not in need of making a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need me to help you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nothing. I appreciate your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good time!" - } - ] - }, - { - "dialogue_id": "40_00055", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account are you transferring money from and who is it going to? How much is the transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "230" - ], - "slot": "amount", - "values": [ - "230 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 19 - }, - { - "exclusive_end": 18, - "slot": "recipient_account_name", - "start": 12 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "230 dollars" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send Raghav 230 dollars from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "230" - ], - "slot": "amount", - "values": [ - "$230" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 36, - "slot": "amount", - "start": 32 - }, - { - "exclusive_end": 72, - "slot": "recipient_account_name", - "start": 66 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want to send $230 from your savings account to Raghav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$230", - "230 dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "230", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "230", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been transferred successfully." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please show me the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1323.38" - ], - "slot": "balance", - "values": [ - "$1,323.38" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "1323.38" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $1,323.38." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to prepare another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "See you soon!" - } - ] - }, - { - "dialogue_id": "40_00056", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please transfer some of my money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you know how much you want to transfer from checking? Do you want it from savings? To whom will you give money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "1730 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "amount", - "start": 12 - }, - { - "exclusive_end": 35, - "slot": "recipient_account_name", - "start": 28 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1730 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please sent 1730 dollars to Abhinav from my checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "$1,730" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 34 - }, - { - "exclusive_end": 70, - "slot": "recipient_account_name", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, I think I have it: Sending $1,730 from your checking to Abhinav's checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,730", - "1730 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been moved, as you wanted." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Now, please give me the remaining total from my checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22069.30" - ], - "slot": "balance", - "values": [ - "$22,069.30" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "22069.30" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $22,069.30 remaining in your checking account now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24454.18" - ], - "slot": "balance", - "values": [ - "$24,454.18" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "24454.18" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "balance", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "In savings you have an additional $24,454.18." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, I appreciate it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the evening." - } - ] - }, - { - "dialogue_id": "40_00057", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hey, I need to make a money transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, for how much and to whom?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1570" - ], - "slot": "amount", - "values": [ - "$1,570" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "recipient_account_type", - "values": [ - "dontcare" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,570" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $1,570 to Sanuj from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1570" - ], - "slot": "amount", - "values": [ - "$1,570" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 31 - }, - { - "exclusive_end": 46, - "slot": "recipient_account_name", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm: Transfer $1,570 to Sanuj's checking account from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,570" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1570", - "recipient_account_name": "Sanuj" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1570", - "recipient_account_name": "Sanuj", - "recipient_account_type": "dontcare" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks. Can I check my balance now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "For checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "For my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "23220.79" - ], - "slot": "balance", - "values": [ - "$23,220.79" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "23220.79" - } - ], - "slots": [ - { - "exclusive_end": 26, - "slot": "balance", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your balance is $23,220.79 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What about my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "947.68" - ], - "slot": "balance", - "values": [ - "$947.68" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "947.68" - } - ], - "slots": [ - { - "exclusive_end": 22, - "slot": "balance", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You balance is $947.68 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't want to do that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's it, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00058", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I told my wife to make a money transfer but she forgot. Will you make a transfer for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure , From which account i need to make a transfer whether checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much money would you like to transfer? To whom you need to send it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1570" - ], - "slot": "amount", - "values": [ - "1,570 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 29, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,570 bucks" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,570 bucks to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1570" - ], - "slot": "amount", - "values": [ - "$1,570" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 153, - "slot": "amount", - "start": 147 - }, - { - "exclusive_end": 173, - "slot": "recipient_account_name", - "start": 168 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok Please verify the following details , if you confirm it then i will proceed. Amount need to be transfer from checking account and its amount is $1,570 to the person Sanuj checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,570", - "1,570 bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, Great , that's all i needed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1570", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1570", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I hereby confirm that your transfer is successful" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks for you needful help and also i need to check my balance. Will you tell me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account i should check it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It is my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8604.60" - ], - "slot": "balance", - "values": [ - "$8,604.60" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8604.60" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "In your checking account the balance is $8,604.60." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "ok fine, Please also tell me the balance amount of my savings account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "23367.66" - ], - "slot": "balance", - "values": [ - "$23,367.66" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "23367.66" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "In your savings account the balance is $23,367.66." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok , That's sound good to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Whether i need to make a transfer again ?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't want it now .Thanks once again, Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Take care ,Have a great day" - } - ] - }, - { - "dialogue_id": "40_00059", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer some money to a checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. How much do you want to transfer and who are you sending it to? Also, do you want to use your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "930" - ], - "slot": "amount", - "values": [ - "$930" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "amount", - "start": 15 - }, - { - "exclusive_end": 31, - "slot": "recipient_account_name", - "start": 23 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$930" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send $930 to Srinivas using my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "930" - ], - "slot": "amount", - "values": [ - "$930" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 33, - "slot": "recipient_account_name", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want to send $930 to Srinivas' checking account using your savings account. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$930" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "930", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "930", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been transferred." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me what the balance of my checking account is?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2038.72" - ], - "slot": "balance", - "values": [ - "$2,038.72" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2038.72" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "balance", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account's balance is $2,038.72." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I see. How about my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20591.58" - ], - "slot": "balance", - "values": [ - "$20,591.58" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "20591.58" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "balance", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account's balance is $20,591.58." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "All right. See you later!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00060", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I wanted to transfer some smoney" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "To whom do you want to make the transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to Xiaoxue" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Whats the amount to transfer and from which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1140" - ], - "slot": "amount", - "values": [ - "one thousand one hundred and forty dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand one hundred and forty dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer one thousand one hundred and forty dollars from my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1140" - ], - "slot": "amount", - "values": [ - "$1,140" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 42, - "slot": "recipient_account_name", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: Transfer $1,140 to Xiaoxue's checking account from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,140", - "one thousand one hundred and forty dollars" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "yes, thats correct" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1140", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1140", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is done" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks, please tell me my balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Savings or checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Checking account please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18275.35" - ], - "slot": "balance", - "values": [ - "$18,275.35" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18275.35" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $18,275.35" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thanks good bye" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!!" - } - ] - }, - { - "dialogue_id": "40_00061", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do i have to use checking or savings account and what amount you need to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "950" - ], - "slot": "amount", - "values": [ - "nine hundred and fifty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 74, - "slot": "amount", - "start": 46 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "nine hundred and fifty bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Going with my savings account please transfer nine hundred and fifty bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "To whom do you want to send money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "recipient_account_name", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "nine hundred and fifty bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer it to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "950" - ], - "slot": "amount", - "values": [ - "$950" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 46, - "slot": "amount", - "start": 42 - }, - { - "exclusive_end": 100, - "slot": "recipient_account_name", - "start": 94 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "please give confirmation details:Transfer $950 from my savings account to checking account of Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$950", - "nine hundred and fifty bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "950", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "950", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transaction has been done." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to know my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can i use checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Move with my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8927.29" - ], - "slot": "balance", - "values": [ - "$8,927.29" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8927.29" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "balance", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The available amount is $8,927.29 and this is from your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the available balance of another account. Move with my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11553.35" - ], - "slot": "balance", - "values": [ - "$11,553.35" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "11553.35" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is $11,553.35" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "ok then bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00062", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "recipient_account_type", - "values": [ - "dontcare" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking to transfer from my account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to transfer money and from which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "recipient_account_name", - "start": 50 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please go with my checking account and send it to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What amount should I transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "950" - ], - "slot": "amount", - "values": [ - "950 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "amount", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "950 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to transfer 950 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "950" - ], - "slot": "amount", - "values": [ - "$950" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "amount", - "start": 46 - }, - { - "exclusive_end": 86, - "slot": "recipient_account_name", - "start": 80 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your banking details: Transfer $950 from the checking account to Pranav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$950", - "950 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "950", - "recipient_account_name": "Pranav" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "950", - "recipient_account_name": "Pranav", - "recipient_account_type": "dontcare" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like the checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16528.58" - ], - "slot": "balance", - "values": [ - "$16,528.58" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "16528.58" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $16,528.58." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to know my savings account balance please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "1450.64" - ], - "slot": "balance", - "values": [ - "$1,450.64" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "1450.64" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is $1,450.64." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00063", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My friend is need of money. Can you make a transfer to checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Surely, How much?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "40" - ], - "slot": "amount", - "values": [ - "Forty Bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "amount", - "start": 0 - }, - { - "exclusive_end": 22, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "Forty Bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Forty Bucks to Mr Amir." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How is to be transferred,from checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "Forty Bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From savings account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "40" - ], - "slot": "amount", - "values": [ - "$40" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 91, - "slot": "amount", - "start": 88 - }, - { - "exclusive_end": 74, - "slot": "recipient_account_name", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, You asked for a transfer from your savings to checking account of Amir an amount of $40, correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$40", - "Forty Bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes , thats all, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "40", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "40", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Its done, congrats." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Ok please show my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2776.78" - ], - "slot": "balance", - "values": [ - "$2,776.78" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2776.78" - } - ], - "slots": [ - { - "exclusive_end": 18, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $2,776.78 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check the balance in my savings account also." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "9243.86" - ], - "slot": "balance", - "values": [ - "$9,243.86" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "9243.86" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "balance", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account has a balance of $9,243.86." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thats all, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00064", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please provide me the name of the recipient and amount of transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1790" - ], - "slot": "amount", - "values": [ - "1,790 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "amount", - "start": 15 - }, - { - "exclusive_end": 35, - "slot": "recipient_account_name", - "start": 30 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1,790 bucks" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to send 1,790 bucks to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,790 bucks" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send from my checking account to my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1790" - ], - "slot": "amount", - "values": [ - "$1,790" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 41 - }, - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you want me to send Maria $1,790 from your checking account to her savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,790", - "1,790 bucks" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. That's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1790", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1790", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "19301.47" - ], - "slot": "balance", - "values": [ - "$19,301.47" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "19301.47" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account has a balance of $19,301.47." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24605.20" - ], - "slot": "balance", - "values": [ - "$24,605.20" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "24605.20" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "balance", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "There is a balance of $24,605.20 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Thanks for the info." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I assist you with a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thanks. Not t this time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can assist you with today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all. Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "40_00065", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to transfer funds." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I use the checking or savings account? What amount should I transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "1,320 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,320 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 1,320 bucks from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who should I send the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,320 bucks" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "$1,320" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 43 - }, - { - "exclusive_end": 59, - "slot": "recipient_account_name", - "start": 53 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: Transferring $1,320 to Raghav from your savings account to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,320", - "1,320 bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1320", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1320", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your help. Please check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8738.77" - ], - "slot": "balance", - "values": [ - "$8,738.77" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8738.77" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking account is $8,738.77." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else that I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00066", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a bank transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "one thousand three hundred and twenty bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 58, - "slot": "amount", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand three hundred and twenty bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to move one thousand three hundred and twenty bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to use your checking or savings account and to whom are you sending the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 60, - "slot": "recipient_account_name", - "start": 54 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Use my checking account and I want the money to go to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "$1,320" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 88, - "slot": "recipient_account_name", - "start": 82 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want to send $1,320 out of your checking account into the checking account of Raghav. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,320", - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your money has been transferred." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot. Please tell me my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want the balance of your checking or your savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13893.90" - ], - "slot": "balance", - "values": [ - "$13,893.90" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "13893.90" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $13,893.90." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to transfer money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00067", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like to send money to and for what amount?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "570" - ], - "slot": "amount", - "values": [ - "570 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 37, - "slot": "recipient_account_name", - "start": 32 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "570 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to send 570 dollars to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account did you want me to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "570 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go with my savings account and send to their savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "570" - ], - "slot": "amount", - "values": [ - "$570" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "amount", - "start": 31 - }, - { - "exclusive_end": 68, - "slot": "recipient_account_name", - "start": 63 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the transfer of $570 from my savings account to Sanuj and their savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$570", - "570 dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "570", - "recipient_account_name": "Sanuj", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "570", - "recipient_account_name": "Sanuj", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been successfully completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check my balance in my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10909.29" - ], - "slot": "balance", - "values": [ - "$10,909.29" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10909.29" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking account is $10,909.29." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "23217.82" - ], - "slot": "balance", - "values": [ - "$23,217.82" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "23217.82" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your savings account is $23,217.82 ." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok. Good bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00068", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account should I use and who should I send money to? How much should I transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1490" - ], - "slot": "amount", - "values": [ - "$1490" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1490" - ], - "recipient_account_name": [ - "Xiaoxue" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $1490 to Xiaoxue from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1490" - ], - "slot": "amount", - "values": [ - "$1,490" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "amount", - "start": 41 - }, - { - "exclusive_end": 58, - "slot": "recipient_account_name", - "start": 51 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm that you want to transfer $1,490 to Xiaoxue from your checking account to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,490", - "$1490" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1490", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1490", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer went through successfully." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check the balance on my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "3275.40" - ], - "slot": "balance", - "values": [ - "$3,275.40" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "3275.40" - } - ], - "slots": [ - { - "exclusive_end": 24, - "slot": "balance", - "start": 15 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance is $3,275.40 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Tell me my savings account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13005.30" - ], - "slot": "balance", - "values": [ - "$13,005.30" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "13005.30" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $13,005.30 in your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "All right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now. Goodbye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "40_00069", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "560" - ], - "slot": "amount", - "values": [ - "five hundred and sixty dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "five hundred and sixty dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer five hundred and sixty dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to transfer from checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "five hundred and sixty dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer from savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who are you sending the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "five hundred and sixty dollars" - ], - "recipient_account_name": [ - "Maria" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "560" - ], - "slot": "amount", - "values": [ - "$560" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 55, - "slot": "amount", - "start": 51 - }, - { - "exclusive_end": 77, - "slot": "recipient_account_name", - "start": 72 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following: You want to transfer $560 from savings to Maria's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$560", - "five hundred and sixty dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "560", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "560", - "recipient_account_name": "Maria", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer has gone through." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to check the balance of my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "21274.22" - ], - "slot": "balance", - "values": [ - "$21,274.22" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "21274.22" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking account is $21,274.22." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please tell me the balance of my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "23926.36" - ], - "slot": "balance", - "values": [ - "$23,926.36" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "23926.36" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your savings account is $23,926.36." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Awesome, goodbye for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00070", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you help me make a transfer to my brother's account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is his name? How much would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1710" - ], - "slot": "amount", - "values": [ - "1,710 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "amount", - "start": 19 - }, - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 36 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1,710 dollars" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer 1,710 dollars to Amir's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Did you want to transfer from your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,710 dollars" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1710" - ], - "slot": "amount", - "values": [ - "$1,710" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 65, - "slot": "recipient_account_name", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $1,710 from your savings account to Amir's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,710", - "1,710 dollars" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1710", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1710", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, now I'd like to see my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "22757.34" - ], - "slot": "balance", - "values": [ - "$22,757.34" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "22757.34" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $22,757.34." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13663.78" - ], - "slot": "balance", - "values": [ - "$13,663.78" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "13663.78" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is $13,663.78." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00071", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a transfer" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What's the amount you would like to answer? Whicch is the bank account you's like to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1280" - ], - "slot": "amount", - "values": [ - "1,280 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,280 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please, transfer 1,280 dollars from my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who are you sending the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "recipient_account_name", - "start": 13 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,280 dollars" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send them to Pranav, please" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1280" - ], - "slot": "amount", - "values": [ - "$1,280" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "amount", - "start": 50 - }, - { - "exclusive_end": 93, - "slot": "recipient_account_name", - "start": 87 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: transfer of $1,280 from your checking account to Pranav's Checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,280", - "1,280 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's it" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1280", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1280", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your money have been transferred successfully" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help. Could you also check my balance, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I look at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please use my checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15546.24" - ], - "slot": "balance", - "values": [ - "$15,546.24" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15546.24" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your checking account is $15,546.24" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, Bye" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "40_00072", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer money into someones checking account, can you help me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I would just need to know which account of yours would you like to transfer the money from? How much did you want to send and to who?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "one thousand seven hundred and thirty dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 70, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 97, - "slot": "recipient_account_name", - "start": 90 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand seven hundred and thirty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer one thousand seven hundred and thirty dollars from my savings to Abhinav checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "$1,730" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 67, - "slot": "amount", - "start": 61 - }, - { - "exclusive_end": 128, - "slot": "recipient_account_name", - "start": 121 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, can you please confirm that you would like to transfer $1,730 from your savings account to the checking account of Abhinav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,730", - "one thousand seven hundred and thirty dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that would be correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, your transfer has been completed successfully." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you please give me my new balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account would you like to hear the balance for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you please give me the balance for my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11521.70" - ], - "slot": "balance", - "values": [ - "$11,521.70" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11521.70" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $11,521.70." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you also give me the new balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "13890.24" - ], - "slot": "balance", - "values": [ - "$13,890.24" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "13890.24" - } - ], - "slots": [ - { - "exclusive_end": 53, - "slot": "balance", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes I can, your savings account balance is $13,890.24." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome and I hope you enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "40_00073", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you make a transfer for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, Which account do you want money transferred from? Who should receive it?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "recipient_account_name", - "start": 14 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send money to Abhinav from my checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What dollar amount do you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "$1730" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1730" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please make it $1730." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1730" - ], - "slot": "amount", - "values": [ - "$1,730" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "amount", - "start": 13 - }, - { - "exclusive_end": 50, - "slot": "recipient_account_name", - "start": 43 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To be clear: $1,730. from your checking to Abhinav checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,730", - "$1730" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I confirm it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1730", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer is complete now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you give the the balance in checking now, after the transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "12130.27" - ], - "slot": "balance", - "values": [ - "$12,130.27" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "12130.27" - } - ], - "slots": [ - { - "exclusive_end": 19, - "slot": "balance", - "start": 9 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have $12,130.27 in your checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, that'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00074", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can you transfer some money for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, how much will you be transferring and who shall I send it to? Will this be from your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "one thousand one hundred and twenty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 57, - "slot": "amount", - "start": 16 - }, - { - "exclusive_end": 65, - "slot": "recipient_account_name", - "start": 61 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand one hundred and twenty bucks" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer one thousand one hundred and twenty bucks to Amir from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "$1,120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 32, - "slot": "amount", - "start": 26 - }, - { - "exclusive_end": 40, - "slot": "recipient_account_name", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'd like to transfer $1,120 to Amir's checking account from your savings account. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,120", - "one thousand one hundred and twenty bucks" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully transferred the money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd also be interested in seeing my balance in my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18980.51" - ], - "slot": "balance", - "values": [ - "$18,980.51" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18980.51" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your checking account is $18,980.51." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you tell me the balance in my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "17533.43" - ], - "slot": "balance", - "values": [ - "$17,533.43" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "17533.43" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance in your savings account is $17,533.43." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. Goodbye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00075", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer some money to a friend." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Would it be from your checking or savings account? Who's the recipient and what's the amount?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "1120 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "amount", - "start": 5 - }, - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1120 dollars" - ], - "recipient_account_name": [ - "Amir" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send 1120 dollars to Amir from my checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1120" - ], - "slot": "amount", - "values": [ - "$1,120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "amount", - "start": 29 - }, - { - "exclusive_end": 104, - "slot": "recipient_account_name", - "start": 100 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To be sure, you want to send $1,120 from your checking account to the checking account belonging to Amir." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,120", - "1120 dollars" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. Please go ahead and send that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1120", - "recipient_account_name": "Amir", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The money has been sent." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. Can I check my checking account balance now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "3672.20" - ], - "slot": "balance", - "values": [ - "$3,672.20" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "3672.20" - } - ], - "slots": [ - { - "exclusive_end": 25, - "slot": "balance", - "start": 16 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your balance is $3,672.20 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, that sounds good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that would be it. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day. Bye!" - } - ] - }, - { - "dialogue_id": "40_00076", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need a bank transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much are you transferring and to who?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1370" - ], - "slot": "amount", - "values": [ - "one thousand three hundred and seventy dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "amount", - "start": 7 - }, - { - "exclusive_end": 98, - "slot": "recipient_account_name", - "start": 93 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "one thousand three hundred and seventy dollars" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need one thousand three hundred and seventy dollars transferred from my savings account to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1370" - ], - "slot": "amount", - "values": [ - "$1,370" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "amount", - "start": 7 - }, - { - "exclusive_end": 66, - "slot": "recipient_account_name", - "start": 61 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have $1,370 being transferred from your savings account to Sanuj in his checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,370", - "one thousand three hundred and seventy dollars" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Exactly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1370", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1370", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "5328.52" - ], - "slot": "balance", - "values": [ - "$5,328.52" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "5328.52" - } - ], - "slots": [ - { - "exclusive_end": 35, - "slot": "balance", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account has $5,328.52." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the day." - } - ] - }, - { - "dialogue_id": "40_00077", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 41, - "slot": "recipient_account_name", - "start": 35 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to make a money transfer to Raghav, can you make it for me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to transfer from which Account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "640" - ], - "slot": "amount", - "values": [ - "640 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "640 dollars" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer 640 dollars from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "640" - ], - "slot": "amount", - "values": [ - "$640" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 84, - "slot": "recipient_account_name", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $640 from my checking account to checking account of Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$640", - "640 dollars" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "that is correct, go ahead." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "640", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "640", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "money transfer was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks, please check with balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "balance in checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "balance for checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20892.84" - ], - "slot": "balance", - "values": [ - "$20,892.84" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "20892.84" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking account is $20,892.84." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks for the details." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make any more transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00078", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "1650 dollars" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 37 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1650 dollars" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you help to make a transfer of 1650 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like to send the money to and from which account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 35, - "slot": "recipient_account_name", - "start": 28 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1650 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you send the money to Abhinav, from my Savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "$1,650" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 38, - "slot": "amount", - "start": 32 - }, - { - "exclusive_end": 49, - "slot": "recipient_account_name", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your transfer of $1,650 to Abhinav from your savings account to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,650", - "1650 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,650", - "1650 dollars" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you require any further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Yes please, could you help me check my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which balance would you like to check? Your checking or savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check my checking account balance, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24791.78" - ], - "slot": "balance", - "values": [ - "$24,791.78" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "24791.78" - } - ], - "slots": [ - { - "exclusive_end": 32, - "slot": "balance", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You have a balance of $24,791.78 in your checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sure!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's not required. That's all I need, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No issues, have a great day ahead!" - } - ] - }, - { - "dialogue_id": "40_00079", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to transfer some money" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Who are you sending it to? From your checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "recipient_account_name", - "start": 35 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From my checking account. It's for Abhinav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What is the transfer amount?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "$1,650" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "amount", - "start": 15 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,650" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to send $1,650 to their savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "$1,650" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 31, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 67, - "slot": "recipient_account_name", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: transfer $1,650 from my checking account to Abhinav's savings account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,650" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's right" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1650", - "recipient_account_name": "Abhinav", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1650", - "recipient_account_name": "Abhinav", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer completed" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15898.80" - ], - "slot": "balance", - "values": [ - "$15,898.80" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15898.80" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $15,898.80." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Cheers" - } - ] - }, - { - "dialogue_id": "40_00080", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account should I be using? Who would you like to send money to? And what amount would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "140" - ], - "slot": "amount", - "values": [ - "140 dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 20, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 30, - "slot": "recipient_account_name", - "start": 24 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "140 dollars" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer 140 dollars to Pranav. Use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "140" - ], - "slot": "amount", - "values": [ - "$140" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "amount", - "start": 47 - }, - { - "exclusive_end": 61, - "slot": "recipient_account_name", - "start": 55 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details. Transfer $140 to Pranav from my savings account. Send it to their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$140", - "140 dollars" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "140", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "140", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I wanna check my balance. Go with my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "19756.64" - ], - "slot": "balance", - "values": [ - "$19,756.64" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "19756.64" - } - ], - "slots": [ - { - "exclusive_end": 52, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your checking account is $19,756.64." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "OK." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, I'm good." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one." - } - ] - }, - { - "dialogue_id": "40_00081", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer some money from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who would you like it sent to? And for how much?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1720" - ], - "slot": "amount", - "values": [ - "$1,720" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "recipient_account_type", - "values": [ - "dontcare" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 6, - "slot": "amount", - "start": 0 - }, - { - "exclusive_end": 17, - "slot": "recipient_account_name", - "start": 10 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,720" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "$1,720 to Xiaoxue. Transfer it to any account that works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1720" - ], - "slot": "amount", - "values": [ - "$1,720" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Xiaoxue" - ], - "slot": "recipient_account_name", - "values": [ - "Xiaoxue" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 34 - }, - { - "exclusive_end": 78, - "slot": "recipient_account_name", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To verify: You would like to send $1,720 from your checking account to Xiaoxue into their checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,720" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1720", - "recipient_account_name": "Xiaoxue" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1720", - "recipient_account_name": "Xiaoxue", - "recipient_account_type": "dontcare" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has successfully completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,720" - ], - "recipient_account_name": [ - "Xiaoxue" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I be of further assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Yes, I'd like to check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "From your checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "From my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "14257.61" - ], - "slot": "balance", - "values": [ - "$14,257.61" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "14257.61" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $14,257.61." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Good, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome, have a good day." - } - ] - }, - { - "dialogue_id": "40_00082", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want some money to my friend who is in urgency, Can you help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Please tell me about the person to whom the money to be sent, and the amount. Which account should be used?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "740" - ], - "slot": "amount", - "values": [ - "seven hundred and forty bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 71, - "slot": "amount", - "start": 42 - }, - { - "exclusive_end": 27, - "slot": "recipient_account_name", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "seven hundred and forty bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, Send it to Mr. Srinivas and amount of seven hundred and forty bucks. Use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "740" - ], - "slot": "amount", - "values": [ - "$740" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 50, - "slot": "amount", - "start": 46 - }, - { - "exclusive_end": 66, - "slot": "recipient_account_name", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm, from you savings an amount of $740 to Mr. Srinivas to his checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$740", - "seven hundred and forty bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, thats confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "740", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "740", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Congratulations, your transaction is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check my balance in checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15362.67" - ], - "slot": "balance", - "values": [ - "$15,362.67" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15362.67" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You checking account shows a balance of $15,362.67" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you very much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Thank you,have a great day." - } - ] - }, - { - "dialogue_id": "40_00083", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What amount do you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "740" - ], - "slot": "amount", - "values": [ - "740 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "amount", - "start": 16 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "740 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please transfer 740 bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where is the money being transferred?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 19, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "740 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sent it to Srinivas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account should I use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "740 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Withdraw from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "740" - ], - "slot": "amount", - "values": [ - "$740" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 25 - }, - { - "exclusive_end": 66, - "slot": "recipient_account_name", - "start": 58 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm; transfer $740 from my checking account to Srinivas' checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$740", - "740 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "740", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "740", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15464.11" - ], - "slot": "balance", - "values": [ - "$15,464.11" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15464.11" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking account is $15,464.11." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00084", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 34, - "slot": "recipient_account_name", - "start": 29 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to make a transfer to Sanuj, to their checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account and what amount should I transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "$1,530" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 18, - "slot": "amount", - "start": 12 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,530" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please move $1,530 from my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1530" - ], - "slot": "amount", - "values": [ - "$1,530" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 53, - "slot": "amount", - "start": 47 - }, - { - "exclusive_end": 119, - "slot": "recipient_account_name", - "start": 114 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I need a confirmation: You want me to transfer $1,530 from your savings account, and you would like to send it to Sanuj's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,530" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1530", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1530", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer has been completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "What's my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account would you like a balance for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8023.30" - ], - "slot": "balance", - "values": [ - "$8,023.30" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8023.30" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "balance", - "start": 25 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking balance is $8,023.30." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Bye! Have a good one." - } - ] - }, - { - "dialogue_id": "40_00085", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to give money to a friend. I want to send it to their savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much money will you be sending? Would you prefer to use your checking or savings account? Who will be the recipient?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "500" - ], - "slot": "amount", - "values": [ - "five hundred dollars" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 37, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 46, - "slot": "recipient_account_name", - "start": 41 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "five hundred dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to send five hundred dollars to Maria via my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "500" - ], - "slot": "amount", - "values": [ - "$500" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "amount", - "start": 21 - }, - { - "exclusive_end": 61, - "slot": "recipient_account_name", - "start": 56 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you'll be sending $500 from your checking account to Maria's savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$500", - "five hundred dollars" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "500", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "500", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You've successfully transferred the money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks! Can I check my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account do you want me to check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Look at my checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "334.86" - ], - "slot": "balance", - "values": [ - "$334.86" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "334.86" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account has a balance of $334.86." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Now can you show me what I have in my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "24874.37" - ], - "slot": "balance", - "values": [ - "$24,874.37" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "24874.37" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "balance", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account has a balance of $24,874.37." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright. Got it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to transfer more money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I don't want to transfer any more money. See you later." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "40_00086", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a bank transfer, can you help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, who will you be sending it to? And how much will you send?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "350" - ], - "slot": "amount", - "values": [ - "350 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "amount", - "start": 15 - }, - { - "exclusive_end": 36, - "slot": "recipient_account_name", - "start": 28 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "350 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send 350 bucks to Srinivas please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, what account should I use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "350 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My savings account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "350" - ], - "slot": "amount", - "values": [ - "$350" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 49, - "slot": "amount", - "start": 45 - }, - { - "exclusive_end": 87, - "slot": "recipient_account_name", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, please confirm that you'd like to send $350 from your savings account to Srinivas' checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$350", - "350 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "350", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "350", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, it has been completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Fantastic. Can you please tell me the balance of my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18272.35" - ], - "slot": "balance", - "values": [ - "$18,272.35" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18272.35" - } - ], - "slots": [ - { - "exclusive_end": 50, - "slot": "balance", - "start": 40 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your checking account is $18,272.35." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Cool, can you tell me the balance of my savings account too?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20124.12" - ], - "slot": "balance", - "values": [ - "$20,124.12" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "20124.12" - } - ], - "slots": [ - { - "exclusive_end": 49, - "slot": "balance", - "start": 39 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of your savings account is $20,124.12." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No thank you, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, good night." - } - ] - }, - { - "dialogue_id": "40_00087", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "370" - ], - "slot": "amount", - "values": [ - "$370" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "$370" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a $370 transfer to their checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account? Who do you want to send this money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 51, - "slot": "recipient_account_name", - "start": 45 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$370" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account. I want to send money to Raghav" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "370" - ], - "slot": "amount", - "values": [ - "$370" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 13, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 48, - "slot": "recipient_account_name", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer $370 from my checking account to Raghav checking account. Do you confirm?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$370" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I confirm" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "370", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "370", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer took place!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you! Now I would like to know my balance" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "With Checking or savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "With my checking account, thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "3592.29" - ], - "slot": "balance", - "values": [ - "$3,592.29" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "3592.29" - } - ], - "slots": [ - { - "exclusive_end": 41, - "slot": "balance", - "start": 32 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The checking account balance is $3,592.29" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect, thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, Thank you. Bye!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day" - } - ] - }, - { - "dialogue_id": "40_00088", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "370" - ], - "slot": "amount", - "values": [ - "three hundred and seventy bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 48, - "slot": "amount", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "three hundred and seventy bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you transfer three hundred and seventy bucks?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to transfer from checking or savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "three hundred and seventy bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go with my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "okay who are you transferring to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 24, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "three hundred and seventy bucks" - ], - "recipient_account_name": [ - "Raghav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send the money to Raghav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "370" - ], - "slot": "amount", - "values": [ - "$370" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Raghav" - ], - "slot": "recipient_account_name", - "values": [ - "Raghav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 30, - "slot": "amount", - "start": 26 - }, - { - "exclusive_end": 53, - "slot": "recipient_account_name", - "start": 47 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay confirming, transfer $370 from savings to Raghav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$370", - "three hundred and seventy bucks" - ], - "recipient_account_name": [ - "Raghav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "370", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "370", - "recipient_account_name": "Raghav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is complete" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you check the balance of my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "8347.10" - ], - "slot": "balance", - "values": [ - "$8,347.10" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "8347.10" - } - ], - "slots": [ - { - "exclusive_end": 37, - "slot": "balance", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Checking account balance is $8,347.10." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "4483.90" - ], - "slot": "balance", - "values": [ - "$4,483.90" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "4483.90" - } - ], - "slots": [ - { - "exclusive_end": 36, - "slot": "balance", - "start": 27 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Savings account balance is $4,483.90." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay great thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, not right now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can I help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that's all for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Happy to help." - } - ] - }, - { - "dialogue_id": "40_00089", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Should I be using the checking or the savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Use my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What amount would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1420" - ], - "slot": "amount", - "values": [ - "$1420" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 14, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 22, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1420" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Transfer $1420 to Amir. Send it to his savings account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1420" - ], - "slot": "amount", - "values": [ - "$1,420" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Amir" - ], - "slot": "recipient_account_name", - "values": [ - "Amir" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 56, - "slot": "amount", - "start": 50 - }, - { - "exclusive_end": 89, - "slot": "recipient_account_name", - "start": 85 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Could you confirm the following details? Transfer $1,420 from my checking account to Amir's savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,420", - "$1420" - ], - "recipient_account_name": [ - "Amir" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1420", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1420", - "recipient_account_name": "Amir", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks! I'd like to check my checking account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "2731.34" - ], - "slot": "balance", - "values": [ - "$2,731.34" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "2731.34" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "balance", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance from your checking account is $2,731.34." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to make a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, I am good. Thanks!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good one" - } - ] - }, - { - "dialogue_id": "40_00090", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "1,650 bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 17 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "1,650 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you transfer 1,650 bucks for me please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, no problem. From which account, your checking or savings? And where would you like me to send it to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 25, - "slot": "recipient_account_name", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,650 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you send it to Pranav from my savings account please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1650" - ], - "slot": "amount", - "values": [ - "$1,650" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 63, - "slot": "amount", - "start": 57 - }, - { - "exclusive_end": 99, - "slot": "recipient_account_name", - "start": 93 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course. Just to confirm, are you happy for me to send $1,650 from your savings account to Pranav's checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,650", - "1,650 bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes please, thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1650", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No problem, I've transferred it for you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. Can you check the balance on my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "15369.61" - ], - "slot": "balance", - "values": [ - "$15,369.61" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "15369.61" - } - ], - "slots": [ - { - "exclusive_end": 27, - "slot": "balance", - "start": 17 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure, you've got $15,369.61 in your checking account" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks, I don't need anything else" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, have a wonderful day" - } - ] - }, - { - "dialogue_id": "40_00091", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I am interested in transferring some money." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much and who are you sending the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "120 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 45, - "slot": "amount", - "start": 36 - }, - { - "exclusive_end": 27, - "slot": "recipient_account_name", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "120 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to send it to Pranav and say 120 bucks please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account will I take the money from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "120 bucks" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "$120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 24 - }, - { - "exclusive_end": 75, - "slot": "recipient_account_name", - "start": 69 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To confirm then that is $120 transferred from my checking account to Pranav to their checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$120", - "120 bucks" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "120", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "120", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer is now complete." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for that and while im on can I go to checking my account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "20591.27" - ], - "slot": "balance", - "values": [ - "$20,591.27" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "20591.27" - } - ], - "slots": [ - { - "exclusive_end": 44, - "slot": "balance", - "start": 34 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "In your checking account there is $20,591.27." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great. Bye now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00092", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a bank transfer - can you help me out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to use your checking or savings account for this transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where are you sending the money today?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 17, - "slot": "recipient_account_name", - "start": 11 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it to Pranav, he should already be on the list." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much are you transferring?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "$120" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "amount", - "start": 22 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$120" - ], - "recipient_account_name": [ - "Pranav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going to transfer $120, to his checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "120" - ], - "slot": "amount", - "values": [ - "$120" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Pranav" - ], - "slot": "recipient_account_name", - "values": [ - "Pranav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 42, - "slot": "amount", - "start": 38 - }, - { - "exclusive_end": 52, - "slot": "recipient_account_name", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To review: You would like to transfer $120 to Pranav's checking account, from your savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$120" - ], - "recipient_account_name": [ - "Pranav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "120", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "120", - "recipient_account_name": "Pranav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been completed. Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Can I check my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account would you like to check the balance of?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "11097.42" - ], - "slot": "balance", - "values": [ - "$11,097.42" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "11097.42" - } - ], - "slots": [ - { - "exclusive_end": 62, - "slot": "balance", - "start": 52 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The total balance in your checking account today is $11,097.42" - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else I can help you with today? Would you like to make another transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's everything I need today, thanks - bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00093", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hello, can I transfer some money from my savings to someone else's savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, to whom do you want to send money?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 23, - "slot": "recipient_account_name", - "start": 18 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much do you want to send her?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1180" - ], - "slot": "amount", - "values": [ - "1,180 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 11, - "slot": "amount", - "start": 0 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1,180 bucks" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "1,180 bucks should go to her." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1180" - ], - "slot": "amount", - "values": [ - "$1,180" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Maria" - ], - "slot": "recipient_account_name", - "values": [ - "Maria" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "recipient_account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 23 - }, - { - "exclusive_end": 65, - "slot": "recipient_account_name", - "start": 60 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to be clear: Send $1,180 from my savings to savings of Maria." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,180", - "1,180 bucks" - ], - "recipient_account_name": [ - "Maria" - ], - "recipient_account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's what I want." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1180", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1180", - "recipient_account_name": "Maria", - "recipient_account_type": "savings" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, your transfer has been processed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you go to my checking account now and give me the balance there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "18272.54" - ], - "slot": "balance", - "values": [ - "$18,272.54" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "18272.54" - } - ], - "slots": [ - { - "exclusive_end": 59, - "slot": "balance", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Easy enough, the balance in your checking is now $18,272.54." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Go to my savings account now and give me that balance please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "23294.20" - ], - "slot": "balance", - "values": [ - "$23,294.20" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "23294.20" - } - ], - "slots": [ - { - "exclusive_end": 45, - "slot": "balance", - "start": 35 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The savings account balance is now $23,294.20." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, bye now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00094", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 47, - "slot": "recipient_account_name", - "start": 39 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer some money to Srinivas." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account do you want to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "dontcare" - ], - "slot": "recipient_account_type", - "values": [ - "dontcare" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Send it from my checking account to any account that works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What amount should I send?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1550" - ], - "slot": "amount", - "values": [ - "1,550 dollars" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 21, - "slot": "amount", - "start": 8 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "1,550 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Make it 1,550 dollars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1550" - ], - "slot": "amount", - "values": [ - "$1,550" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 40, - "slot": "amount", - "start": 34 - }, - { - "exclusive_end": 79, - "slot": "recipient_account_name", - "start": 71 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To verify: You would like to send $1,550 from your checking account to Srinivas checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,550", - "1,550 dollars" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "dontcare" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1550", - "recipient_account_name": "Srinivas" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1550", - "recipient_account_name": "Srinivas", - "recipient_account_type": "dontcare" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer was successfully made." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you also tell me the balance of my checking account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "5539.40" - ], - "slot": "balance", - "values": [ - "$5,539.40" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "5539.40" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $5,539.40" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Could you also check my savings account balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "6863.76" - ], - "slot": "balance", - "values": [ - "$6,863.76" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "6863.76" - } - ], - "slots": [ - { - "exclusive_end": 47, - "slot": "balance", - "start": 38 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account has a balance of $6,863.76." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you! Bye." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "40_00095", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I wanna make a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer? Who are you transferring the money to? Which account would you like me to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1550" - ], - "slot": "amount", - "values": [ - "1550 bucks" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 27, - "slot": "amount", - "start": 17 - }, - { - "exclusive_end": 39, - "slot": "recipient_account_name", - "start": 31 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "1550 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm transferring 1550 bucks to Srinivas. Use my savings account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1550" - ], - "slot": "amount", - "values": [ - "$1,550" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Srinivas" - ], - "slot": "recipient_account_name", - "values": [ - "Srinivas" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 15, - "slot": "amount", - "start": 9 - }, - { - "exclusive_end": 27, - "slot": "recipient_account_name", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Transfer $1,550 to Srinivas from your savings account to their checking account. Is this correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$1,550", - "1550 bucks" - ], - "recipient_account_name": [ - "Srinivas" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "1550", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "1550", - "recipient_account_name": "Srinivas", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your transfer has been completed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [ - "checking", - "savings" - ], - "slot": "account_type", - "values": [ - "checking", - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Checking of savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "4203.74" - ], - "slot": "balance", - "values": [ - "$4,203.74" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "4203.74" - } - ], - "slots": [ - { - "exclusive_end": 42, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $4,203.74." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00096", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "one thousand three hundred and twenty bucks" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 81, - "slot": "amount", - "start": 38 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand three hundred and twenty bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hi, I would like helping transferring one thousand three hundred and twenty bucks ." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes, I will be happy to help. Who are your making the transfer to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 43, - "slot": "recipient_account_name", - "start": 38 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to transfer the money to Sanuj." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which account will you like to transfer the money from?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You can use my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1320" - ], - "slot": "amount", - "values": [ - "$1,320" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sanuj" - ], - "slot": "recipient_account_name", - "values": [ - "Sanuj" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 29, - "slot": "amount", - "start": 23 - }, - { - "exclusive_end": 89, - "slot": "recipient_account_name", - "start": 84 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I will be transferring $1,320 from your checking account to the checking account of Sanuj, is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$1,320", - "one thousand three hundred and twenty bucks" - ], - "recipient_account_name": [ - "Sanuj" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "1320", - "recipient_account_name": "Sanuj", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have successfully made your transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you for that, now can I have my balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes you can, which account did you need the balance for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can I have my checking account balance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "16171.43" - ], - "slot": "balance", - "values": [ - "$16,171.43" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "16171.43" - } - ], - "slots": [ - { - "exclusive_end": 43, - "slot": "balance", - "start": 33 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your checking account balance is $16,171.43." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You are welcome, have a great day!" - } - ] - }, - { - "dialogue_id": "40_00097", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hello, bank. I would like to make a transfer from my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I can help you with that. Who would you like to send the money to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 26, - "slot": "recipient_account_name", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Can you send it to Abhinav?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Absolutely. What amount of money would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "$110" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 16, - "slot": "amount", - "start": 12 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$110" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send $110." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "$110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 78, - "slot": "amount", - "start": 74 - }, - { - "exclusive_end": 142, - "slot": "recipient_account_name", - "start": 135 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. Can you confirm the following details, please? You are transferring $110 from your checking account into the checking account of Abhinav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ], - "amount": [ - "$110" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "checking", - "amount": "110", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "amount": "110", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great! Your transfer is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thanks! I want to check my balance now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The balance of which account, please?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10179.46" - ], - "slot": "balance", - "values": [ - "$10,179.46" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "10179.46" - } - ], - "slots": [ - { - "exclusive_end": 58, - "slot": "balance", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "All right. Your checking account balance is now $10,179.46." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "REQUEST_ALTS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the balance of my savings account?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "10105.16" - ], - "slot": "balance", - "values": [ - "$10,105.16" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "savings" - } - }, - "service_results": [ - { - "account_type": "savings", - "balance": "10105.16" - } - ], - "slots": [ - { - "exclusive_end": 46, - "slot": "balance", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your savings account balance is now $10,105.16." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Okay, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need to make a transfer out of your savings?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I don't." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "All right, no problem. Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, have a great day!" - } - ] - }, - { - "dialogue_id": "40_00098", - "services": [ - "Banks_1" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hello, I would be needing assistance in making a transfer." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "amount", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "How much would you like to transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "110 bucks" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "amount", - "start": 19 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "110 bucks" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please do transfer 110 bucks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "recipient_account_name", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Who is the recipient of this transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 28, - "slot": "recipient_account_name", - "start": 21 - } - ], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "amount": [ - "110 bucks" - ], - "recipient_account_name": [ - "Abhinav" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please do send it to Abhinav." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account would you like me to use?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "110 bucks" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please send it to their checking account and as for my account, please use the savings." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "savings" - ], - "slot": "account_type", - "values": [ - "savings" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "110" - ], - "slot": "amount", - "values": [ - "$110" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Abhinav" - ], - "slot": "recipient_account_name", - "values": [ - "Abhinav" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "checking" - ], - "slot": "recipient_account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [ - { - "exclusive_end": 93, - "slot": "amount", - "start": 89 - }, - { - "exclusive_end": 104, - "slot": "recipient_account_name", - "start": 97 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please do confirm the following details: transfer from your savings account an amount of $110 to Abhinav's checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "TransferMoney", - "requested_slots": [], - "slot_values": { - "account_type": [ - "savings" - ], - "amount": [ - "$110", - "110 bucks" - ], - "recipient_account_name": [ - "Abhinav" - ], - "recipient_account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's right." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "service_call": { - "method": "TransferMoney", - "parameters": { - "account_type": "savings", - "amount": "110", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "savings", - "amount": "110", - "recipient_account_name": "Abhinav", - "recipient_account_type": "checking" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The transfer has been successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "CheckBalance" - ], - "slot": "intent", - "values": [ - "CheckBalance" - ] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Thank you and please check my balance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "account_type", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What account would you like to check?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please check my checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER", - "canonical_values": [ - "12824.59" - ], - "slot": "balance", - "values": [ - "$12,824.59" - ] - }, - { - "act": "OFFER", - "canonical_values": [ - "checking" - ], - "slot": "account_type", - "values": [ - "checking" - ] - } - ], - "service": "Banks_1", - "service_call": { - "method": "CheckBalance", - "parameters": { - "account_type": "checking" - } - }, - "service_results": [ - { - "account_type": "checking", - "balance": "12824.59" - } - ], - "slots": [ - { - "exclusive_end": 34, - "slot": "balance", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your current balance is $12,824.59 in your checking account." - }, - { - "frames": [ - { - "actions": [ - { - "act": "SELECT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "CheckBalance", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Alright, that's all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "OFFER_INTENT", - "canonical_values": [ - "TransferMoney" - ], - "slot": "intent", - "values": [ - "TransferMoney" - ] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to proceed to a transfer?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE_INTENT", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "account_type": [ - "checking" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Banks_1", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "40_00099", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Springhill Suites By Marriott Fresno" - ], - "slot": "hotel_name", - "values": [ - "Springhill Suites Fresno" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 62, - "slot": "hotel_name", - "start": 38 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "hotel_name": [ - "Springhill Suites Fresno" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to make a reservation at Springhill Suites Fresno." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date would you like to check in and what area shall I search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Fresno" - ], - "slot": "location", - "values": [ - "Fresno" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_in_date", - "values": [ - "11th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 55, - "slot": "location", - "start": 49 - }, - { - "exclusive_end": 30, - "slot": "check_in_date", - "start": 12 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "11th of this month" - ], - "hotel_name": [ - "Springhill Suites Fresno" - ], - "location": [ - "Fresno" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Check in on 11th of this month and search around Fresno." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date will you be checking out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "the 14th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 21, - "slot": "check_out_date", - "start": 13 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "11th of this month" - ], - "check_out_date": [ - "the 14th" - ], - "hotel_name": [ - "Springhill Suites Fresno" - ], - "location": [ - "Fresno" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Check out on the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Springhill Suites By Marriott Fresno" - ], - "slot": "hotel_name", - "values": [ - "Springhill Suites By Marriott Fresno" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Fresno" - ], - "slot": "location", - "values": [ - "Fresno" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_in_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 91, - "slot": "hotel_name", - "start": 55 - }, - { - "exclusive_end": 101, - "slot": "location", - "start": 95 - }, - { - "exclusive_end": 128, - "slot": "check_in_date", - "start": 118 - }, - { - "exclusive_end": 159, - "slot": "check_out_date", - "start": 149 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, you would like to make a reservation for 1 room at Springhill Suites By Marriott Fresno in Fresno, checking in on March 11th and checking out on March 14th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating" - ], - "slot_values": { - "check_in_date": [ - "11th of this month", - "March 11th" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Springhill Suites By Marriott Fresno", - "Springhill Suites Fresno" - ], - "location": [ - "Fresno" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct. Could you tell me the rating of this hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4.30" - ], - "slot": "average_rating", - "values": [ - "4.3" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-11", - "check_out_date": "2019-03-14", - "hotel_name": "Springhill Suites By Marriott Fresno", - "location": "Fresno", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.30", - "check_in_date": "2019-03-11", - "check_out_date": "2019-03-14", - "hotel_name": "Springhill Suites By Marriott Fresno", - "location": "Fresno", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 888-287-9400", - "price": "720", - "street_address": "6844 North Fresno Street" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "average_rating", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation was successful. The average rating is 4.3." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "price", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "price" - ], - "slot_values": { - "check_in_date": [ - "11th of this month", - "March 11th" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Springhill Suites By Marriott Fresno", - "Springhill Suites Fresno" - ], - "location": [ - "Fresno" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the total price?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "720" - ], - "slot": "price", - "values": [ - "$720" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 23, - "slot": "price", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The total price is $720." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "11th of this month", - "March 11th" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Springhill Suites By Marriott Fresno", - "Springhill Suites Fresno" - ], - "location": [ - "Fresno" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Ok, that is all I need for now. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "My pleasure. Have a great day." - } - ] - }, - { - "dialogue_id": "40_00100", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "It just came up in my mind that I need to make a hotel reservation and I need an assistant in doing so." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have you also thought about the hotel you want to stay in? And what about the check in date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Novotel London Tower Bridge Hotel" - ], - "slot": "hotel_name", - "values": [ - "Novotel London Tower Bridge" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_in_date", - "values": [ - "wednesday next week" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 55, - "slot": "hotel_name", - "start": 28 - }, - { - "exclusive_end": 79, - "slot": "check_in_date", - "start": 60 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "wednesday next week" - ], - "hotel_name": [ - "Novotel London Tower Bridge" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, check for vacancies at Novotel London Tower Bridge for wednesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright, where do you want me to search for your hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London, England" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 34, - "slot": "location", - "start": 19 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "wednesday next week" - ], - "hotel_name": [ - "Novotel London Tower Bridge" - ], - "location": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want it to be in London, England." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you think you'll check out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 25, - "slot": "check_out_date", - "start": 7 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "wednesday next week" - ], - "check_out_date": [ - "13th of this month" - ], - "hotel_name": [ - "Novotel London Tower Bridge" - ], - "location": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "On the 13th of this month, I guess." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Novotel London Tower Bridge Hotel" - ], - "slot": "hotel_name", - "values": [ - "Novotel London Tower Bridge Hotel" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_in_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 122, - "slot": "hotel_name", - "start": 89 - }, - { - "exclusive_end": 132, - "slot": "location", - "start": 126 - }, - { - "exclusive_end": 164, - "slot": "check_in_date", - "start": 150 - }, - { - "exclusive_end": 192, - "slot": "check_out_date", - "start": 182 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Roger that, tell me if I got this right. You want me to make a reservation for 1 room at Novotel London Tower Bridge Hotel in London. Check in is due next Wednesday and check out is March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "pets_welcome" - ], - "slot_values": { - "check_in_date": [ - "next Wednesday", - "wednesday next week" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Novotel London Tower Bridge", - "Novotel London Tower Bridge Hotel" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I can confirm you that. Is the hotel pet friendly?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "pets_welcome", - "values": [ - "True" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-06", - "check_out_date": "2019-03-13", - "hotel_name": "Novotel London Tower Bridge Hotel", - "location": "London", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.40", - "check_in_date": "2019-03-06", - "check_out_date": "2019-03-13", - "hotel_name": "Novotel London Tower Bridge Hotel", - "location": "London", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+44 20 7660 0675", - "price": "952", - "street_address": "10 Pepys Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Yes it is and I'm glad to tell you that the room is yours." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Wednesday", - "wednesday next week" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Novotel London Tower Bridge", - "Novotel London Tower Bridge Hotel" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "How wonderful, I owe you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you want to ask me more questions?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Wednesday", - "wednesday next week" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Novotel London Tower Bridge", - "Novotel London Tower Bridge Hotel" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I have all the info." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of the day." - } - ] - }, - { - "dialogue_id": "40_00101", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago Lake Shore Hotel" - ], - "slot": "hotel_name", - "values": [ - "Chicago Lake Shore" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "2nd of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 56, - "slot": "hotel_name", - "start": 38 - }, - { - "exclusive_end": 90, - "slot": "check_in_date", - "start": 73 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "hotel_name": [ - "Chicago Lake Shore" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to make a hotel reservation at Chicago Lake Shore checking in the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, what city do you want me to search for hotels?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chi-town" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 35, - "slot": "location", - "start": 27 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "hotel_name": [ - "Chicago Lake Shore" - ], - "location": [ - "Chi-town" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to find hotels near Chi-town." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What date are you checking out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "check_out_date", - "values": [ - "7th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 42, - "slot": "check_out_date", - "start": 25 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "check_out_date": [ - "7th of this month" - ], - "hotel_name": [ - "Chicago Lake Shore" - ], - "location": [ - "Chi-town" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am checking out on the 7th of this month and I need 2 rooms." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago Lake Shore Hotel" - ], - "slot": "hotel_name", - "values": [ - "Chicago Lake Shore Hotel" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "check_out_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 79, - "slot": "hotel_name", - "start": 55 - }, - { - "exclusive_end": 90, - "slot": "location", - "start": 83 - }, - { - "exclusive_end": 111, - "slot": "check_in_date", - "start": 103 - }, - { - "exclusive_end": 142, - "slot": "check_out_date", - "start": 129 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Confirm the reservation details: I have 2 rooms at the Chicago Lake Shore Hotel in Chicago checking in tomorrow and checking out next Thursday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "The Westin San Diego Gaslamp Quarter" - ], - "slot": "hotel_name", - "values": [ - "The Westin San Diego Gaslamp Quarter" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 58, - "slot": "hotel_name", - "start": 22 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "Chi-town", - "Chicago" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I want to stay at The Westin San Diego Gaslamp Quarter." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "The Westin San Diego Gaslamp Quarter" - ], - "slot": "hotel_name", - "values": [ - "The Westin San Diego Gaslamp Quarter" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 60, - "slot": "hotel_name", - "start": 24 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have 2 rooms at The Westin San Diego Gaslamp Quarter." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Diego" - ], - "slot": "location", - "values": [ - "SD" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 27, - "slot": "location", - "start": 25 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "SD" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I want hotels around SD and I need three rooms." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "location", - "values": [ - "San Diego" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 28, - "slot": "location", - "start": 19 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, the hotel in San Diego for 3 rooms." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "SD", - "San Diego" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-07", - "hotel_name": "The Westin San Diego Gaslamp Quarter", - "location": "San Diego", - "number_of_rooms": "3" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There are no available rooms matching these requirements. Is there anything else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "2nd of this month" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 64, - "slot": "check_in_date", - "start": 47 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "SD", - "San Diego" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to try booking again checking in on the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "The Westin San Diego Gaslamp Quarter" - ], - "slot": "hotel_name", - "values": [ - "The Westin San Diego Gaslamp Quarter" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Diego" - ], - "slot": "location", - "values": [ - "San Diego" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-07" - ], - "slot": "check_out_date", - "values": [ - "next Thursday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 66, - "slot": "hotel_name", - "start": 30 - }, - { - "exclusive_end": 79, - "slot": "location", - "start": 70 - }, - { - "exclusive_end": 100, - "slot": "check_in_date", - "start": 92 - }, - { - "exclusive_end": 131, - "slot": "check_out_date", - "start": 118 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay, I have a reservation at The Westin San Diego Gaslamp Quarter in San Diego checking in tomorrow and checking out next Thursday for 3 rooms." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "SD", - "San Diego" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that works." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-07", - "hotel_name": "The Westin San Diego Gaslamp Quarter", - "location": "San Diego", - "number_of_rooms": "3" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, there are no available rooms matching these requirements. Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "7th of this month", - "next Thursday" - ], - "hotel_name": [ - "The Westin San Diego Gaslamp Quarter" - ], - "location": [ - "SD", - "San Diego" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00102", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hi, Good morning, how are you doing? I would be travelling for a business meeting and would like to make a hotel reservation. Can you assist me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! What facilities you look for? Which would be the best location for you to stay in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Holiday Inn Express London - Excel" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express London" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 113, - "slot": "hotel_name", - "start": 87 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "hotel_name": [ - "Holiday Inn Express London" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to have Free-Wifi and In-room accessibility and please let me know if the Holiday Inn Express London have those options, for I wish to stay there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which location? When are you expect to leave the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "March 8th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 47, - "slot": "check_out_date", - "start": 38 - }, - { - "exclusive_end": 122, - "slot": "location", - "start": 116 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 8th" - ], - "hotel_name": [ - "Holiday Inn Express London" - ], - "location": [ - "London" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My business meeting will be done with March 8th and I would check out on the same day. If any hotels available near London, that would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you planning to check-in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "Tuesday next week" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 29, - "slot": "check_in_date", - "start": 12 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Tuesday next week" - ], - "check_out_date": [ - "March 8th" - ], - "hotel_name": [ - "Holiday Inn Express London" - ], - "location": [ - "London" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Probably by Tuesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Holiday Inn Express London - Excel" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express London - Excel" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 81, - "slot": "hotel_name", - "start": 47 - }, - { - "exclusive_end": 100, - "slot": "location", - "start": 94 - }, - { - "exclusive_end": 146, - "slot": "check_in_date", - "start": 134 - }, - { - "exclusive_end": 173, - "slot": "check_out_date", - "start": 162 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay! So, you wish to make your reservation at Holiday Inn Express London - Excel, located in London and you be arriving the hotel by next Tuesday and leaving by next Friday and the confirmation will be for 1 room. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Tuesday next week", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Holiday Inn Express London", - "Holiday Inn Express London - Excel" - ], - "location": [ - "London" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-08", - "hotel_name": "Holiday Inn Express London - Excel", - "location": "London", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.20", - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-08", - "hotel_name": "Holiday Inn Express London - Excel", - "location": "London", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+44 20 3096 5888", - "price": "396", - "street_address": "1018 Dockside Road" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Successfully reserved on your name." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Tuesday next week", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Holiday Inn Express London", - "Holiday Inn Express London - Excel" - ], - "location": [ - "London" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you so much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else you need help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Tuesday next week", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Holiday Inn Express London", - "Holiday Inn Express London - Excel" - ], - "location": [ - "London" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00103", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "March 12th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 52, - "slot": "check_out_date", - "start": 42 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 12th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a hotel check out on March 12th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to stay and when would you like to check in" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "March 1st" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 56, - "slot": "check_in_date", - "start": 47 - }, - { - "exclusive_end": 30, - "slot": "location", - "start": 25 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st" - ], - "check_out_date": [ - "March 12th" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay in around Paris and check in on March 1st" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any hotel preferences?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ], - "slot": "hotel_name", - "values": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 66, - "slot": "hotel_name", - "start": 24 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need three rooms with Hotel Novotel Paris Vaugirard Montparnasse" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ], - "slot": "hotel_name", - "values": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 75, - "slot": "hotel_name", - "start": 33 - }, - { - "exclusive_end": 84, - "slot": "location", - "start": 79 - }, - { - "exclusive_end": 102, - "slot": "check_in_date", - "start": 97 - }, - { - "exclusive_end": 133, - "slot": "check_out_date", - "start": 123 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking with Hotel Novotel Paris Vaugirard Montparnasse in Paris checking in today and checking out on March 12th with 3 rooms" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next monday" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 45, - "slot": "check_in_date", - "start": 34 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next monday" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "Hotel Novotel Paris Vaugirard Montparnasse" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No i just need 1 room checking in next monday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 59, - "slot": "check_in_date", - "start": 48 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking: 1 room checking in next Monday" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sls Hotel, A Luxury Collection Hotel, Beverly Hills" - ], - "slot": "hotel_name", - "values": [ - "SLS hotel" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "location", - "values": [ - "LAX" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 34 - }, - { - "exclusive_end": 24, - "slot": "location", - "start": 21 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday", - "next monday" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "SLS hotel" - ], - "location": [ - "LAX" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, please search in LAX area for SLS hotel" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Sls Hotel, A Luxury Collection Hotel, Beverly Hills" - ], - "slot": "hotel_name", - "values": [ - "SLS Hotel, A Luxury Collection Hotel, Beverly Hills" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Los Angeles" - ], - "slot": "location", - "values": [ - "Los Angeles" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 84, - "slot": "hotel_name", - "start": 33 - }, - { - "exclusive_end": 99, - "slot": "location", - "start": 88 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking with SLS Hotel, A Luxury Collection Hotel, Beverly Hills in Los Angeles" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday", - "next monday" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "SLS Hotel, A Luxury Collection Hotel, Beverly Hills", - "SLS hotel" - ], - "location": [ - "LAX", - "Los Angeles" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes thats right" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-12", - "hotel_name": "Sls Hotel, A Luxury Collection Hotel, Beverly Hills", - "location": "Los Angeles", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.50", - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-12", - "hotel_name": "Sls Hotel, A Luxury Collection Hotel, Beverly Hills", - "location": "Los Angeles", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+1 310-247-0400", - "price": "1344", - "street_address": "465 La Cienega Boulevard" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your room is booked" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "next Monday", - "next monday" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "SLS Hotel, A Luxury Collection Hotel, Beverly Hills", - "SLS hotel" - ], - "location": [ - "LAX", - "Los Angeles" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "what is hotel's phone number" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "+1 310-247-0400" - ], - "slot": "phone_number", - "values": [ - "+1 310-247-0400" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 37, - "slot": "phone_number", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Their phone number is +1 310-247-0400" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday", - "next monday" - ], - "check_out_date": [ - "March 12th" - ], - "hotel_name": [ - "SLS Hotel, A Luxury Collection Hotel, Beverly Hills", - "SLS hotel" - ], - "location": [ - "LAX", - "Los Angeles" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "have a nice day" - } - ] - }, - { - "dialogue_id": "40_00104", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to book 1 room at a hotel." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What dates would you like to arrive and leave?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "the 5th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of March" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 27, - "slot": "check_in_date", - "start": 20 - }, - { - "exclusive_end": 58, - "slot": "check_out_date", - "start": 45 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "the 5th" - ], - "check_out_date": [ - "13th of March" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to arrive on the 5th and leave on the 13th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a particular hotel in mind you would like to book the room in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Travelodge Anaheim Inn And Suite" - ], - "slot": "hotel_name", - "values": [ - "Travelodge Anaheim Inn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 89, - "slot": "hotel_name", - "start": 67 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "the 5th" - ], - "check_out_date": [ - "13th of March" - ], - "hotel_name": [ - "Travelodge Anaheim Inn" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, but I want to book two rooms instead of one. The hotel is the Travelodge Anaheim Inn." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like the hotel to be?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "location", - "values": [ - "Anaheim, CA" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 14, - "slot": "location", - "start": 3 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "the 5th" - ], - "check_out_date": [ - "13th of March" - ], - "hotel_name": [ - "Travelodge Anaheim Inn" - ], - "location": [ - "Anaheim, CA" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "In Anaheim, CA." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Travelodge Anaheim Inn And Suite" - ], - "slot": "hotel_name", - "values": [ - "Travelodge Anaheim Inn And Suite" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Anaheim" - ], - "slot": "location", - "values": [ - "Anaheim" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 114, - "slot": "hotel_name", - "start": 82 - }, - { - "exclusive_end": 74, - "slot": "location", - "start": 67 - }, - { - "exclusive_end": 145, - "slot": "check_in_date", - "start": 133 - }, - { - "exclusive_end": 179, - "slot": "check_out_date", - "start": 169 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me make sure I have this right. You want to reserve 2 rooms in Anaheim at the Travelodge Anaheim Inn And Suite. Check in will be next Tuesday and check out would be March 13th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "next Tuesday", - "the 5th" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Travelodge Anaheim Inn", - "Travelodge Anaheim Inn And Suite" - ], - "location": [ - "Anaheim", - "Anaheim, CA" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes that is correct. What number can I use to reach the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "+1 800-576-0767" - ], - "slot": "phone_number", - "values": [ - "+1 800-576-0767" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-13", - "hotel_name": "Travelodge Anaheim Inn And Suite", - "location": "Anaheim", - "number_of_rooms": "2" - } - }, - "service_results": [ - { - "average_rating": "4.00", - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-13", - "hotel_name": "Travelodge Anaheim Inn And Suite", - "location": "Anaheim", - "number_of_rooms": "2", - "pets_welcome": "False", - "phone_number": "+1 800-576-0767", - "price": "1728", - "street_address": "1057 West Ball Road" - } - ], - "slots": [ - { - "exclusive_end": 60, - "slot": "phone_number", - "start": 45 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation has been made. The number is +1 800-576-0767." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Tuesday", - "the 5th" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Travelodge Anaheim Inn", - "Travelodge Anaheim Inn And Suite" - ], - "location": [ - "Anaheim", - "Anaheim, CA" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that is everything for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy your stay." - } - ] - }, - { - "dialogue_id": "40_00105", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I would like to book a hotel room" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to check in and check out? What hotel are you looking to stay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Holiday Inn Express Paris - Canal De La Villette" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "March 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "12th of March" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 26 - }, - { - "exclusive_end": 72, - "slot": "check_in_date", - "start": 63 - }, - { - "exclusive_end": 101, - "slot": "check_out_date", - "start": 88 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 9th" - ], - "check_out_date": [ - "12th of March" - ], - "hotel_name": [ - "Holiday Inn Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to stay with Holiday Inn Paris and checking in on March 9th , check out on 12th of March" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area do you want me to search for you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 27, - "slot": "location", - "start": 22 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 9th" - ], - "check_out_date": [ - "12th of March" - ], - "hotel_name": [ - "Holiday Inn Paris" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please looking around Paris" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Holiday Inn Express Paris - Canal De La Villette" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express Paris - Canal De La Villette" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 81, - "slot": "hotel_name", - "start": 33 - }, - { - "exclusive_end": 90, - "slot": "location", - "start": 85 - }, - { - "exclusive_end": 126, - "slot": "check_in_date", - "start": 117 - }, - { - "exclusive_end": 154, - "slot": "check_out_date", - "start": 144 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking with Holiday Inn Express Paris - Canal De La Villette in Paris. Your checking in date is March 9th and check out on March 12th with 1 room" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "this Sunday" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 78, - "slot": "check_out_date", - "start": 60 - }, - { - "exclusive_end": 42, - "slot": "check_in_date", - "start": 31 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "this Sunday" - ], - "check_out_date": [ - "13th of this month" - ], - "hotel_name": [ - "Holiday Inn Express Paris - Canal De La Villette", - "Holiday Inn Paris" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No i actually want to check in this Sunday and check out on 13th of this month" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 65, - "slot": "check_in_date", - "start": 47 - }, - { - "exclusive_end": 93, - "slot": "check_out_date", - "start": 83 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm your booking checking in on the day after tomorrow and check out on March 13th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ], - "slot": "hotel_name", - "values": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 88, - "slot": "hotel_name", - "start": 45 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "day after tomorrow", - "this Sunday" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please disregard and look for two rooms with Radisson Admiral Hotel Toronto-Harbourfront" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ], - "slot": "hotel_name", - "values": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2" - ], - "slot": "number_of_rooms", - "values": [ - "2" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 65, - "slot": "hotel_name", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I got you booked with Radisson Admiral Hotel Toronto-Harbourfront with 2 rooms" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "day after tomorrow", - "this Sunday" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "thats great" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-13", - "hotel_name": "Radisson Admiral Hotel Toronto-Harbourfront", - "location": "Paris", - "number_of_rooms": "2" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, they are fully booked. Anything else i can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "day after tomorrow", - "this Sunday" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Radisson Admiral Hotel Toronto-Harbourfront" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "2" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "40_00106", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Sydney" - ], - "slot": "location", - "values": [ - "Sydney, Australia" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 54, - "slot": "location", - "start": 37 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "Sydney, Australia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am planning to book a hotel in the Sydney, Australia area." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would be checking in and what hotel are you look for?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Ibis Sydney World Square" - ], - "slot": "hotel_name", - "values": [ - "Ibis Sydney World Square" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 45, - "slot": "hotel_name", - "start": 21 - }, - { - "exclusive_end": 84, - "slot": "check_out_date", - "start": 74 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Ibis Sydney World Square" - ], - "location": [ - "Sydney, Australia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I think I prefer the Ibis Sydney World Square. I would be checking out on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When is your checking-in date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "2nd of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 47, - "slot": "check_in_date", - "start": 30 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Ibis Sydney World Square" - ], - "location": [ - "Sydney, Australia" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would be checking in on the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ibis Sydney World Square" - ], - "slot": "hotel_name", - "values": [ - "Ibis Sydney World Square" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Sydney" - ], - "slot": "location", - "values": [ - "Sydney" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 96, - "slot": "hotel_name", - "start": 72 - }, - { - "exclusive_end": 123, - "slot": "location", - "start": 117 - }, - { - "exclusive_end": 158, - "slot": "check_in_date", - "start": 150 - }, - { - "exclusive_end": 189, - "slot": "check_out_date", - "start": 179 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Let me confirm if I got it right. You want to make a reservation at the Ibis Sydney World Square which is located in Sydney. You would be checking in tomorrow and checking out on March 14th. You would be booking 1 room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Ibis Sydney World Square" - ], - "location": [ - "Sydney", - "Sydney, Australia" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-14", - "hotel_name": "Ibis Sydney World Square", - "location": "Sydney", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.70", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-14", - "hotel_name": "Ibis Sydney World Square", - "location": "Sydney", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+61 2 8267 3111", - "price": "2808", - "street_address": "382/384 Pitt Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking was successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Ibis Sydney World Square" - ], - "location": [ - "Sydney", - "Sydney, Australia" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks for your help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day!" - } - ] - }, - { - "dialogue_id": "40_00107", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I'd like to make a hotel reservation, please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When would you like to check out? Which hotel would you like to stay in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ], - "slot": "hotel_name", - "values": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 61, - "slot": "hotel_name", - "start": 20 - }, - { - "exclusive_end": 98, - "slot": "check_out_date", - "start": 88 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to stay at Citadines OpeRa Paris (Apart Hotel Paris). I'd like to check out on March 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "And when will you check in? What area would you like to search in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "4th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 36, - "slot": "location", - "start": 31 - }, - { - "exclusive_end": 75, - "slot": "check_in_date", - "start": 58 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "4th of this month" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to find hotels around Paris, and check in on the 4th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ], - "slot": "hotel_name", - "values": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 85, - "slot": "hotel_name", - "start": 44 - }, - { - "exclusive_end": 112, - "slot": "location", - "start": 107 - }, - { - "exclusive_end": 141, - "slot": "check_in_date", - "start": 130 - }, - { - "exclusive_end": 170, - "slot": "check_out_date", - "start": 160 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: You'd like a reservation at Citadines OpeRa Paris (Apart Hotel Paris), which is located in Paris. You'll check-in next Monday, and check out on March 11th. You'd like to book 1 room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating" - ], - "slot_values": { - "check_in_date": [ - "4th of this month", - "next Monday" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Citadines OpeRa Paris (Apart Hotel Paris)" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's great. What's the hotel's rating?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-11", - "hotel_name": "Citadines OpeRa Paris (Apart Hotel Paris)", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Unfortunately, there are no rooms that match your requirement. Can I do anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Homewood Suites By Hilton Anaheim Resort - Convention Center" - ], - "slot": "hotel_name", - "values": [ - "Homewood Suites" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "March 3rd" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 60, - "slot": "hotel_name", - "start": 45 - }, - { - "exclusive_end": 86, - "slot": "check_in_date", - "start": 77 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Homewood Suites" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "i'd like to try booking again. Let's stay at Homewood Suites, checking in on March 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Homewood Suites By Hilton Anaheim Resort - Convention Center" - ], - "slot": "hotel_name", - "values": [ - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 94, - "slot": "hotel_name", - "start": 34 - }, - { - "exclusive_end": 125, - "slot": "location", - "start": 120 - }, - { - "exclusive_end": 165, - "slot": "check_in_date", - "start": 147 - }, - { - "exclusive_end": 194, - "slot": "check_out_date", - "start": 184 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: Reserve 1 room at Homewood Suites by Hilton Anaheim Resort - Convention Center. The hotel is located in Paris. You'll check in the day after tomorrow, and check out on March 11th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "pets_welcome", - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Homewood Suites", - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's great. Does it allow pets? What is the phone number?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-11", - "hotel_name": "Homewood Suites By Hilton Anaheim Resort - Convention Center", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "No rooms match your requirements. Can I help you with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "location", - "values": [ - "SFO" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 62, - "slot": "location", - "start": 59 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Homewood Suites", - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ], - "location": [ - "SFO" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to try to book again. I want to see hotels around SFO." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Homewood Suites By Hilton Anaheim Resort - Convention Center" - ], - "slot": "hotel_name", - "values": [ - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "location", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 153, - "slot": "hotel_name", - "start": 93 - }, - { - "exclusive_end": 44, - "slot": "location", - "start": 31 - }, - { - "exclusive_end": 72, - "slot": "check_in_date", - "start": 54 - }, - { - "exclusive_end": 89, - "slot": "check_out_date", - "start": 79 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: Book 1 room in San Francisco from the day after tomorrow until March 11th at Homewood Suites by Hilton Anaheim Resort - Convention Center." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Homewood Suites", - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ], - "location": [ - "SFO", - "San Francisco" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that's wonderful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-11", - "hotel_name": "Homewood Suites By Hilton Anaheim Resort - Convention Center", - "location": "San Francisco", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "There are no matching rooms. Can I help with anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 11th" - ], - "hotel_name": [ - "Homewood Suites", - "Homewood Suites by Hilton Anaheim Resort - Convention Center" - ], - "location": [ - "SFO", - "San Francisco" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that will be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "40_00108", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "March 4th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 58, - "slot": "check_in_date", - "start": 49 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 4th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hey there. I need to make a hotel reservation on March 4th for a business trip." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Where you want to book a hotel? When will you be leaving?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Seattle" - ], - "slot": "location", - "values": [ - "Seattle, WA" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 60, - "slot": "check_out_date", - "start": 50 - }, - { - "exclusive_end": 25, - "slot": "location", - "start": 14 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 4th" - ], - "check_out_date": [ - "March 13th" - ], - "location": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need one in Seattle, WA. I'll be coming back on March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which hotel would you prefer to stay at?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Even Hotel Seattle Downtown - Lake Union" - ], - "slot": "hotel_name", - "values": [ - "Even Hotel Seattle Downtown" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 45, - "slot": "hotel_name", - "start": 18 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 4th" - ], - "check_out_date": [ - "March 13th" - ], - "hotel_name": [ - "Even Hotel Seattle Downtown" - ], - "location": [ - "Seattle, WA" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I really like the Even Hotel Seattle Downtown." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Even Hotel Seattle Downtown - Lake Union" - ], - "slot": "hotel_name", - "values": [ - "Even Hotel Seattle Downtown - Lake Union" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Seattle" - ], - "slot": "location", - "values": [ - "Seattle" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 71, - "slot": "hotel_name", - "start": 31 - }, - { - "exclusive_end": 82, - "slot": "location", - "start": 75 - }, - { - "exclusive_end": 94, - "slot": "check_in_date", - "start": 83 - }, - { - "exclusive_end": 135, - "slot": "check_out_date", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. I can book 1 room at the Even Hotel Seattle Downtown - Lake Union in Seattle next Monday. You would be checking out on March 13th. Does that sound right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "March 4th", - "next Monday" - ], - "check_out_date": [ - "March 13th" - ], - "hotel_name": [ - "Even Hotel Seattle Downtown", - "Even Hotel Seattle Downtown - Lake Union" - ], - "location": [ - "Seattle", - "Seattle, WA" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great. What is their number?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "+1 206-596-2302" - ], - "slot": "phone_number", - "values": [ - "+1 206-596-2302" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-13", - "hotel_name": "Even Hotel Seattle Downtown - Lake Union", - "location": "Seattle", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.40", - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-13", - "hotel_name": "Even Hotel Seattle Downtown - Lake Union", - "location": "Seattle", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+1 206-596-2302", - "price": "1080", - "street_address": "527 Fairview Avenue North" - } - ], - "slots": [ - { - "exclusive_end": 56, - "slot": "phone_number", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I've booked the room and their number is +1 206-596-2302." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "pets_welcome", - "street_address" - ], - "slot_values": { - "check_in_date": [ - "March 4th", - "next Monday" - ], - "check_out_date": [ - "March 13th" - ], - "hotel_name": [ - "Even Hotel Seattle Downtown", - "Even Hotel Seattle Downtown - Lake Union" - ], - "location": [ - "Seattle", - "Seattle, WA" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Where is located? Do they allow guests to have pets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "527 Fairview Avenue North" - ], - "slot": "street_address", - "values": [ - "527 Fairview Avenue North" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "pets_welcome", - "values": [ - "True" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 33, - "slot": "street_address", - "start": 8 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It's at 527 Fairview Avenue North and yes, they do allow pets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 4th", - "next Monday" - ], - "check_out_date": [ - "March 13th" - ], - "hotel_name": [ - "Even Hotel Seattle Downtown", - "Even Hotel Seattle Downtown - Lake Union" - ], - "location": [ - "Seattle", - "Seattle, WA" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That will be it for now." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice trip!" - } - ] - }, - { - "dialogue_id": "40_00109", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris, France" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 62, - "slot": "location", - "start": 49 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay in a hotel. Please find hotels in Paris, France." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What's your check-in date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_in_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 10, - "slot": "check_in_date", - "start": 0 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 12th" - ], - "location": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What hotel would you like to stay in and what day do you plan on checking out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Renaissance Paris Vendome Hotel" - ], - "slot": "hotel_name", - "values": [ - "Renaissance Paris Vendome" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 82, - "slot": "check_out_date", - "start": 69 - }, - { - "exclusive_end": 47, - "slot": "hotel_name", - "start": 22 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 12th" - ], - "check_out_date": [ - "13th of March" - ], - "hotel_name": [ - "Renaissance Paris Vendome" - ], - "location": [ - "Paris, France" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay at the Renaissance Paris Vendome and check out on the 13th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Renaissance Paris Vendome Hotel" - ], - "slot": "hotel_name", - "values": [ - "Renaissance Paris Vendome Hotel" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_in_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 85, - "slot": "hotel_name", - "start": 54 - }, - { - "exclusive_end": 94, - "slot": "location", - "start": 89 - }, - { - "exclusive_end": 128, - "slot": "check_in_date", - "start": 118 - }, - { - "exclusive_end": 166, - "slot": "check_out_date", - "start": 156 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the reservation details: 1 room at the Renaissance Paris Vendome Hotel in Paris. Your check-in date is March 12th and your check-out date is March 13th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "street_address" - ], - "slot_values": { - "check_in_date": [ - "March 12th" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Renaissance Paris Vendome", - "Renaissance Paris Vendome Hotel" - ], - "location": [ - "Paris", - "Paris, France" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that works. What is the hotel address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4 Rue du Mont Thabor, 75001" - ], - "slot": "street_address", - "values": [ - "4 Rue du Mont Thabor, 75001" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-12", - "check_out_date": "2019-03-13", - "hotel_name": "Renaissance Paris Vendome Hotel", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.40", - "check_in_date": "2019-03-12", - "check_out_date": "2019-03-13", - "hotel_name": "Renaissance Paris Vendome Hotel", - "location": "Paris", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+33 1 40 20 20 00", - "price": "208", - "street_address": "4 Rue du Mont Thabor, 75001" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "street_address", - "start": 49 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation was successful! It's address is 4 Rue du Mont Thabor, 75001." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 12th" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Renaissance Paris Vendome", - "Renaissance Paris Vendome Hotel" - ], - "location": [ - "Paris", - "Paris, France" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you! That's all I wanted to do." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day!" - } - ] - }, - { - "dialogue_id": "40_00110", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hello! Nancy here! I'm going for a vacation for about one and half weeks and looking for some good hotels. Please can you help me to reserve some good rooms in some good hotels?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure! I can do that for you? How long will be your stay and when will be your check-in date? Do you any location preference for your stay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "2nd of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 80, - "slot": "check_out_date", - "start": 62 - }, - { - "exclusive_end": 41, - "slot": "location", - "start": 36 - }, - { - "exclusive_end": 112, - "slot": "check_in_date", - "start": 95 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "check_out_date": [ - "13th of this month" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! I'm looking for good hotels in Paris. I will be there by 13th of this month and stay till 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Fine. Do you prefer good rating hotels? In which hotel you wish to make your stay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Kyriad Paris Bercy Village" - ], - "slot": "hotel_name", - "values": [ - "Kyriad Paris Bercy Village" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 53, - "slot": "hotel_name", - "start": 27 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "check_out_date": [ - "13th of this month" - ], - "hotel_name": [ - "Kyriad Paris Bercy Village" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Will rooms be available at Kyriad Paris Bercy Village?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Kyriad Paris Bercy Village" - ], - "slot": "hotel_name", - "values": [ - "Kyriad Paris Bercy Village" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 88, - "slot": "hotel_name", - "start": 62 - }, - { - "exclusive_end": 103, - "slot": "location", - "start": 98 - }, - { - "exclusive_end": 117, - "slot": "check_in_date", - "start": 109 - }, - { - "exclusive_end": 133, - "slot": "check_out_date", - "start": 123 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Yup! Rooms are available. Confirm me that you wish to stay at Kyriad Paris Bercy Village hotel in Paris from tomorrow till March 13th and you wish to book 1 room in your name. Is that right? Please can I have your credit card details for booking?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Kyriad Paris Bercy Village" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup, sounds good. I've pinged you the credit card details.." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-13", - "hotel_name": "Kyriad Paris Bercy Village", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.00", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-13", - "hotel_name": "Kyriad Paris Bercy Village", - "location": "Paris", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+33 1 44 67 75 75", - "price": "1452", - "street_address": "17 Rue Baron le Roy, 75012" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Got it. You are all set. Your reservation is successful." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "price", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "price", - "street_address" - ], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Kyriad Paris Bercy Village" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is the hotel's exact street address? How much they charged in total?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1452" - ], - "slot": "price", - "values": [ - "$1,452" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "17 Rue Baron le Roy, 75012" - ], - "slot": "street_address", - "values": [ - "17 Rue Baron le Roy, 75012" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 70, - "slot": "price", - "start": 64 - }, - { - "exclusive_end": 46, - "slot": "street_address", - "start": 20 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "They are located at 17 Rue Baron le Roy, 75012 and they charged $1,452 in your card. Is that OKay for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Kyriad Paris Bercy Village" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! Thanks for your time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any other informations do you wish to know about?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "13th of this month", - "March 13th" - ], - "hotel_name": [ - "Kyriad Paris Bercy Village" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00111", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Hello, can you help me make a hotel reservation?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a specific city you would like to search in? Or a specific hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hilton Garden Inn Chicago Mccormick Place" - ], - "slot": "hotel_name", - "values": [ - "Hilton Garden Inn Mccormick Place" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chicago" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 69, - "slot": "hotel_name", - "start": 36 - }, - { - "exclusive_end": 119, - "slot": "location", - "start": 112 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "hotel_name": [ - "Hilton Garden Inn Mccormick Place" - ], - "location": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I was thinking about staying at the Hilton Garden Inn Mccormick Place, but I am interested in finding hotels in Chicago." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Can you please tell me your expected check-in and check-out dates?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "4th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_out_date", - "values": [ - "Wednesday next week" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "check_in_date", - "start": 26 - }, - { - "exclusive_end": 80, - "slot": "check_out_date", - "start": 61 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "4th of this month" - ], - "check_out_date": [ - "Wednesday next week" - ], - "hotel_name": [ - "Hilton Garden Inn Mccormick Place" - ], - "location": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check in on the 4th of this month and check out on Wednesday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Hilton Garden Inn Chicago Mccormick Place" - ], - "slot": "hotel_name", - "values": [ - "Hilton Garden Inn Chicago Mccormick Place" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_out_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 111, - "slot": "hotel_name", - "start": 70 - }, - { - "exclusive_end": 144, - "slot": "location", - "start": 137 - }, - { - "exclusive_end": 181, - "slot": "check_in_date", - "start": 170 - }, - { - "exclusive_end": 213, - "slot": "check_out_date", - "start": 199 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the following details: The reservation will be for the Hilton Garden Inn Chicago Mccormick Place. The hotel is located in Chicago. You will be checking in next Monday and checking out next Wednesday. You want 1 room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Extended Stay America Orange County - Anaheim Convention Center" - ], - "slot": "hotel_name", - "values": [ - "Extended Stay America Orange County" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "12th of March" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 73, - "slot": "hotel_name", - "start": 38 - }, - { - "exclusive_end": 122, - "slot": "check_out_date", - "start": 109 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "4th of this month", - "next Monday" - ], - "check_out_date": [ - "12th of March" - ], - "hotel_name": [ - "Extended Stay America Orange County" - ], - "location": [ - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Actually, can I reserve a room at the Extended Stay America Orange County? My check-out date would be on the 12th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Extended Stay America Orange County - Anaheim Convention Center" - ], - "slot": "hotel_name", - "values": [ - "Extended Stay America Orange County - Anaheim Convention Center" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "March 12th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 106, - "slot": "hotel_name", - "start": 43 - }, - { - "exclusive_end": 136, - "slot": "check_out_date", - "start": 126 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm: The reservation is for the Extended Stay America Orange County - Anaheim Convention Center. Check out date is March 12th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "4th of this month", - "next Monday" - ], - "check_out_date": [ - "12th of March", - "March 12th" - ], - "hotel_name": [ - "Extended Stay America Orange County", - "Extended Stay America Orange County - Anaheim Convention Center" - ], - "location": [ - "Chicago" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-12", - "hotel_name": "Extended Stay America Orange County - Anaheim Convention Center", - "location": "Chicago", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Apologies, there are no rooms available at this hotel at this time. Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "4th of this month", - "next Monday" - ], - "check_out_date": [ - "12th of March", - "March 12th" - ], - "hotel_name": [ - "Extended Stay America Orange County", - "Extended Stay America Orange County - Anaheim Convention Center" - ], - "location": [ - "Chicago" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that is all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "40_00112", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 57, - "slot": "check_in_date", - "start": 39 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to make a hotel reservation for Saturday this week" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok great, where are you travelling? What is the check out date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland, OR" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "the 12th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 26, - "slot": "location", - "start": 14 - }, - { - "exclusive_end": 63, - "slot": "check_out_date", - "start": 55 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week" - ], - "check_out_date": [ - "the 12th" - ], - "location": [ - "Portland, OR" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I am going to Portland, OR, and I want to check out on the 12th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What hotel do you want?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "slot": "hotel_name", - "values": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 4 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week" - ], - "check_out_date": [ - "the 12th" - ], - "hotel_name": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "location": [ - "Portland, OR" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The Crowne Plaza Portland-Downtown Conv Ctr." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "slot": "hotel_name", - "values": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-12" - ], - "slot": "check_out_date", - "values": [ - "March 12th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 91, - "slot": "hotel_name", - "start": 52 - }, - { - "exclusive_end": 103, - "slot": "location", - "start": 95 - }, - { - "exclusive_end": 125, - "slot": "check_in_date", - "start": 117 - }, - { - "exclusive_end": 153, - "slot": "check_out_date", - "start": 143 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Just to confirm, you want to book 1 room at the The Crowne Plaza Portland-Downtown Conv Ctr in Portland. Check in is tomorrow and check out is March 12th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "price", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "price" - ], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "March 12th", - "the 12th" - ], - "hotel_name": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Sounds great, what is the cost?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2520" - ], - "slot": "price", - "values": [ - "$2,520" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-12", - "hotel_name": "Crowne Plaza Portland-Downtown Conv Ctr", - "location": "Portland", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.20", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-12", - "hotel_name": "Crowne Plaza Portland-Downtown Conv Ctr", - "location": "Portland", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 503-233-2401", - "price": "2520", - "street_address": "1441 Northeast 2nd Avenue" - } - ], - "slots": [ - { - "exclusive_end": 48, - "slot": "price", - "start": 42 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I made the reservation, the total cost is $2,520" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "March 12th", - "the 12th" - ], - "hotel_name": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Great, thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "You're welcome, anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "March 12th", - "the 12th" - ], - "hotel_name": [ - "Crowne Plaza Portland-Downtown Conv Ctr" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's all I need" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Great, have a nice day" - } - ] - }, - { - "dialogue_id": "40_00113", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need to make a hotel reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What hotel? What is your check-in and check-out date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Tropicana Inn & Suites" - ], - "slot": "hotel_name", - "values": [ - "Tropicana Inn" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "Sunday this week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_out_date", - "values": [ - "9th of March" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 35, - "slot": "hotel_name", - "start": 22 - }, - { - "exclusive_end": 65, - "slot": "check_in_date", - "start": 49 - }, - { - "exclusive_end": 99, - "slot": "check_out_date", - "start": 87 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Sunday this week" - ], - "check_out_date": [ - "9th of March" - ], - "hotel_name": [ - "Tropicana Inn" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay at the Tropicana Inn beginning on Sunday this week and checking out the 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area do you need to search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Anaheim" - ], - "slot": "location", - "values": [ - "Anaheim" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 24, - "slot": "location", - "start": 17 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Sunday this week" - ], - "check_out_date": [ - "9th of March" - ], - "hotel_name": [ - "Tropicana Inn" - ], - "location": [ - "Anaheim" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want hotels in Anaheim." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Tropicana Inn & Suites" - ], - "slot": "hotel_name", - "values": [ - "Tropicana Inn & Suites" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Anaheim" - ], - "slot": "location", - "values": [ - "Anaheim" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_out_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 64, - "slot": "hotel_name", - "start": 42 - }, - { - "exclusive_end": 75, - "slot": "location", - "start": 68 - }, - { - "exclusive_end": 111, - "slot": "check_in_date", - "start": 93 - }, - { - "exclusive_end": 130, - "slot": "check_out_date", - "start": 121 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm, reservation for 1 room at Tropicana Inn & Suites in Anaheim. Checking in the day after tomorrow, leaving March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Sunday this week", - "day after tomorrow" - ], - "check_out_date": [ - "9th of March", - "March 9th" - ], - "hotel_name": [ - "Tropicana Inn", - "Tropicana Inn & Suites" - ], - "location": [ - "Anaheim" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-09", - "hotel_name": "Tropicana Inn & Suites", - "location": "Anaheim", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.10", - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-09", - "hotel_name": "Tropicana Inn & Suites", - "location": "Anaheim", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 714-635-4082", - "price": "1584", - "street_address": "1540 South Harbor Boulevard" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation is a success." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "price", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "pets_welcome", - "price" - ], - "slot_values": { - "check_in_date": [ - "Sunday this week", - "day after tomorrow" - ], - "check_out_date": [ - "9th of March", - "March 9th" - ], - "hotel_name": [ - "Tropicana Inn", - "Tropicana Inn & Suites" - ], - "location": [ - "Anaheim" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Does it allow pets? What is the cost?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "False" - ], - "slot": "pets_welcome", - "values": [ - "False" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "1584" - ], - "slot": "price", - "values": [ - "$1,584" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 42, - "slot": "price", - "start": 36 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It doesn't allow pets. The total is $1,584." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Sunday this week", - "day after tomorrow" - ], - "check_out_date": [ - "9th of March", - "March 9th" - ], - "hotel_name": [ - "Tropicana Inn", - "Tropicana Inn & Suites" - ], - "location": [ - "Anaheim" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, that is all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day." - } - ] - }, - { - "dialogue_id": "40_00114", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I have to book a room in the hotel" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which hotel? What is the expected arrival and departure date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "3rd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "check_out_date", - "values": [ - "March 10th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Timhotel Paris Place D'Italie" - ], - "slot": "hotel_name", - "values": [ - "Timhotel Paris Place D'Italie" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 79, - "slot": "check_in_date", - "start": 67 - }, - { - "exclusive_end": 106, - "slot": "check_out_date", - "start": 96 - }, - { - "exclusive_end": 53, - "slot": "hotel_name", - "start": 24 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March" - ], - "check_out_date": [ - "March 10th" - ], - "hotel_name": [ - "Timhotel Paris Place D'Italie" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would love to stay at Timhotel Paris Place D'Italie; check in on 3rd of March and chec out on March 10th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which area should I search?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 12, - "slot": "location", - "start": 7 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March" - ], - "check_out_date": [ - "March 10th" - ], - "hotel_name": [ - "Timhotel Paris Place D'Italie" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Around Paris, thank you" - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Timhotel Paris Place D'Italie" - ], - "slot": "hotel_name", - "values": [ - "Timhotel Paris Place D'Italie" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "check_out_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 40, - "slot": "hotel_name", - "start": 11 - }, - { - "exclusive_end": 49, - "slot": "location", - "start": 44 - }, - { - "exclusive_end": 78, - "slot": "check_in_date", - "start": 60 - }, - { - "exclusive_end": 100, - "slot": "check_out_date", - "start": 90 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "1 rooms at Timhotel Paris Place D'Italie in Paris, check-in day after tomorrow, check-out March 10th: it's correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number", - "street_address" - ], - "slot_values": { - "check_in_date": [ - "3rd of March", - "day after tomorrow" - ], - "check_out_date": [ - "March 10th" - ], - "hotel_name": [ - "Timhotel Paris Place D'Italie" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, It is. Can you give me the phone number and the hotel address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "+33 1 44 24 01 01" - ], - "slot": "phone_number", - "values": [ - "+33 1 44 24 01 01" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "178 Boulevard Vincent Auriol, 75013" - ], - "slot": "street_address", - "values": [ - "178 Boulevard Vincent Auriol, 75013" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-10", - "hotel_name": "Timhotel Paris Place D'Italie", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.90", - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-10", - "hotel_name": "Timhotel Paris Place D'Italie", - "location": "Paris", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+33 1 44 24 01 01", - "price": "609", - "street_address": "178 Boulevard Vincent Auriol, 75013" - } - ], - "slots": [ - { - "exclusive_end": 33, - "slot": "phone_number", - "start": 16 - }, - { - "exclusive_end": 89, - "slot": "street_address", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Phone number is +33 1 44 24 01 01, and the address is 178 Boulevard Vincent Auriol, 75013. Your reservation was successful" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March", - "day after tomorrow" - ], - "check_out_date": [ - "March 10th" - ], - "hotel_name": [ - "Timhotel Paris Place D'Italie" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you, It's all" - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a nice day" - } - ] - }, - { - "dialogue_id": "40_00115", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a hotel reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which hotel? When do you want to check out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Ac Hotel By Marriott Chicago Downtown" - ], - "slot": "hotel_name", - "values": [ - "Ac Hotel Chicago" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "8th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 20, - "slot": "hotel_name", - "start": 4 - }, - { - "exclusive_end": 74, - "slot": "check_out_date", - "start": 57 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "8th of this month" - ], - "hotel_name": [ - "Ac Hotel Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "The Ac Hotel Chicago, please. I want to check out on the 8th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area do you want to stay in? What day do you want to check in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "Monday next week" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chi-town" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 59, - "slot": "check_in_date", - "start": 43 - }, - { - "exclusive_end": 26, - "slot": "location", - "start": 18 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Monday next week" - ], - "check_out_date": [ - "8th of this month" - ], - "hotel_name": [ - "Ac Hotel Chicago" - ], - "location": [ - "Chi-town" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay in Chi-town, checking in on Monday next week." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Ac Hotel By Marriott Chicago Downtown" - ], - "slot": "hotel_name", - "values": [ - "Ac Hotel By Marriott Chicago Downtown" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Chicago" - ], - "slot": "location", - "values": [ - "Chicago" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 63, - "slot": "hotel_name", - "start": 26 - }, - { - "exclusive_end": 74, - "slot": "location", - "start": 67 - }, - { - "exclusive_end": 99, - "slot": "check_in_date", - "start": 88 - }, - { - "exclusive_end": 128, - "slot": "check_out_date", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you want 1 room at the Ac Hotel By Marriott Chicago Downtown in Chicago, checking in next Monday and checking out next Friday?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "9th of March" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 52, - "slot": "check_in_date", - "start": 40 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "9th of March" - ], - "check_out_date": [ - "8th of this month", - "next Friday" - ], - "hotel_name": [ - "Ac Hotel By Marriott Chicago Downtown", - "Ac Hotel Chicago" - ], - "location": [ - "Chi-town", - "Chicago" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually, I want to check in on the 9th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 55, - "slot": "check_in_date", - "start": 46 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So you want to reserve 1 room and check in on March 9th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "9th of March", - "March 9th" - ], - "check_out_date": [ - "8th of this month", - "next Friday" - ], - "hotel_name": [ - "Ac Hotel By Marriott Chicago Downtown", - "Ac Hotel Chicago" - ], - "location": [ - "Chi-town", - "Chicago" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes. What's the phone number of the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-09", - "check_out_date": "2019-03-08", - "hotel_name": "Ac Hotel By Marriott Chicago Downtown", - "location": "Chicago", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I'm sorry, there aren't any rooms available on that day. Is there anything else I can help you with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "9th of March", - "March 9th" - ], - "check_out_date": [ - "8th of this month", - "next Friday" - ], - "hotel_name": [ - "Ac Hotel By Marriott Chicago Downtown", - "Ac Hotel Chicago" - ], - "location": [ - "Chi-town", - "Chicago" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day." - } - ] - }, - { - "dialogue_id": "40_00116", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to reserve 3 rooms at a hotel." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, what city would you like to stay in and when will you be checking." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London, UK" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 34, - "slot": "location", - "start": 24 - }, - { - "exclusive_end": 70, - "slot": "check_out_date", - "start": 60 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ], - "location": [ - "London, UK" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to stay in London, UK with a check-out date of March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When do you want to check in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "March 1st" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Travelodge London Central Marylebone" - ], - "slot": "hotel_name", - "values": [ - "Travelodge London Central Marylebone" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 31, - "slot": "check_in_date", - "start": 22 - }, - { - "exclusive_end": 98, - "slot": "hotel_name", - "start": 62 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Travelodge London Central Marylebone" - ], - "location": [ - "London, UK" - ], - "number_of_rooms": [ - "3" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check in on March 1st and would like to stay at the Travelodge London Central Marylebone." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Travelodge London Central Marylebone" - ], - "slot": "hotel_name", - "values": [ - "Travelodge London Central Marylebone" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "3" - ], - "slot": "number_of_rooms", - "values": [ - "3" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 92, - "slot": "hotel_name", - "start": 56 - }, - { - "exclusive_end": 102, - "slot": "location", - "start": 96 - }, - { - "exclusive_end": 133, - "slot": "check_in_date", - "start": 128 - }, - { - "exclusive_end": 166, - "slot": "check_out_date", - "start": 156 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm you would like to reserve 3 rooms at the Travelodge London Central Marylebone in London. You will be checking in today and will check out on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Holiday Inn Express & Suites Hollywood Walk Of Fame" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 83, - "slot": "hotel_name", - "start": 64 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Holiday Inn Express" - ], - "location": [ - "London", - "London, UK" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I just need one room and would actually like to stay at the Holiday Inn Express." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Holiday Inn Express & Suites Hollywood Walk Of Fame" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 80, - "slot": "hotel_name", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You would like 1 room at the Holiday Inn Express & Suites Hollywood Walk of Fame, is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Holiday Inn Express", - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ], - "location": [ - "London", - "London, UK" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that would be great." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-14", - "hotel_name": "Holiday Inn Express & Suites Hollywood Walk Of Fame", - "location": "London", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sorry, I can't find a room for you. Can I search for something else for you?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 63, - "slot": "check_out_date", - "start": 53 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Holiday Inn Express", - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ], - "location": [ - "London", - "London, UK" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to try booking again with a check-out date of March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Holiday Inn Express & Suites Hollywood Walk Of Fame" - ], - "slot": "hotel_name", - "values": [ - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 80, - "slot": "hotel_name", - "start": 29 - }, - { - "exclusive_end": 90, - "slot": "location", - "start": 84 - }, - { - "exclusive_end": 115, - "slot": "check_in_date", - "start": 110 - }, - { - "exclusive_end": 143, - "slot": "check_out_date", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You would like 1 room at the Holiday Inn Express & Suites Hollywood Walk of Fame in London. You will check in today and check out on March 14th. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "March 1st", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Holiday Inn Express", - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ], - "location": [ - "London", - "London, UK" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct. What is the contact number for the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_FAILURE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-14", - "hotel_name": "Holiday Inn Express & Suites Hollywood Walk Of Fame", - "location": "London", - "number_of_rooms": "1" - } - }, - "service_results": [], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I can't find a room available. Can I help you with something else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 1st", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Holiday Inn Express", - "Holiday Inn Express & Suites Hollywood Walk of Fame" - ], - "location": [ - "London", - "London, UK" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that was all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Hope you have a nice day." - } - ] - }, - { - "dialogue_id": "40_00117", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 42, - "slot": "check_out_date", - "start": 32 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need to book a hotel room for March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Sure. Do you know which hotel you would like to go to?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Amastan Paris" - ], - "slot": "hotel_name", - "values": [ - "Amastan Paris" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 31, - "slot": "hotel_name", - "start": 18 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Amastan Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to go to Amastan Paris." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What city is that hotel located in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 26, - "slot": "location", - "start": 21 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Amastan Paris" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "It's a nice place in Paris." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be arriving there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "1st of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 31, - "slot": "check_in_date", - "start": 14 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "1st of this month" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Amastan Paris" - ], - "location": [ - "Paris" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Today, so the 1st of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Amastan Paris" - ], - "slot": "hotel_name", - "values": [ - "Amastan Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Paris" - ], - "slot": "location", - "values": [ - "Paris" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 30 - }, - { - "exclusive_end": 52, - "slot": "location", - "start": 47 - }, - { - "exclusive_end": 63, - "slot": "check_in_date", - "start": 58 - }, - { - "exclusive_end": 80, - "slot": "check_out_date", - "start": 70 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want to reserve 1 room at Amastan Paris in Paris from today until March 14th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "1st of this month", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Amastan Paris" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-14", - "hotel_name": "Amastan Paris", - "location": "Paris", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.60", - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-14", - "hotel_name": "Amastan Paris", - "location": "Paris", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+33 1 49 52 99 70", - "price": "1664", - "street_address": "34 Rue Jean Mermoz, 75008" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I have booked your room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "1st of this month", - "today" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Amastan Paris" - ], - "location": [ - "Paris" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. I don't need anything else." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Enjoy the rest of your day." - } - ] - }, - { - "dialogue_id": "40_00118", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "San Francisco" - ], - "slot": "location", - "values": [ - "San Francisco" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 54, - "slot": "location", - "start": 41 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Hey. I want to find a hotel in or around San Francisco." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Which hotel are you looking for and when do you want to check in and check out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hotel Griffon" - ], - "slot": "hotel_name", - "values": [ - "Hotel Griffon" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "11th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "9th of this month" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 37, - "slot": "hotel_name", - "start": 24 - }, - { - "exclusive_end": 108, - "slot": "check_out_date", - "start": 90 - }, - { - "exclusive_end": 71, - "slot": "check_in_date", - "start": 54 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "9th of this month" - ], - "check_out_date": [ - "11th of this month" - ], - "hotel_name": [ - "Hotel Griffon" - ], - "location": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to stay at the Hotel Griffon starting on the 9th of this month and ending on the 11th of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Hotel Griffon" - ], - "slot": "hotel_name", - "values": [ - "Hotel Griffon" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "San Francisco" - ], - "slot": "location", - "values": [ - "San Francisco" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_in_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 57, - "slot": "hotel_name", - "start": 44 - }, - { - "exclusive_end": 74, - "slot": "location", - "start": 61 - }, - { - "exclusive_end": 96, - "slot": "check_in_date", - "start": 87 - }, - { - "exclusive_end": 121, - "slot": "check_out_date", - "start": 111 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright. So, I'll make a reservation at the Hotel Griffon in San Francisco starting on March 9th and ending on March 11th for 1 room. Is that okay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "2nd of this month" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 72, - "slot": "check_in_date", - "start": 55 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month" - ], - "check_out_date": [ - "11th of this month", - "March 11th" - ], - "hotel_name": [ - "Hotel Griffon" - ], - "location": [ - "San Francisco" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, actually, change that. I'd like to check in on the 2nd of this month." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 37, - "slot": "check_in_date", - "start": 29 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. So, that's checking in tomorrow for 1 room?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "11th of this month", - "March 11th" - ], - "hotel_name": [ - "Hotel Griffon" - ], - "location": [ - "San Francisco" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yeah, that would work perfectly." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-11", - "hotel_name": "Hotel Griffon", - "location": "San Francisco", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.20", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-11", - "hotel_name": "Hotel Griffon", - "location": "San Francisco", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 415-495-2100", - "price": "2916", - "street_address": "1206, 155 Steuart Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Alright. I've made that reservation for you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "11th of this month", - "March 11th" - ], - "hotel_name": [ - "Hotel Griffon" - ], - "location": [ - "San Francisco" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What is their number?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "+1 415-495-2100" - ], - "slot": "phone_number", - "values": [ - "+1 415-495-2100" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 37, - "slot": "phone_number", - "start": 22 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Their phone number is +1 415-495-2100." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "2nd of this month", - "tomorrow" - ], - "check_out_date": [ - "11th of this month", - "March 11th" - ], - "hotel_name": [ - "Hotel Griffon" - ], - "location": [ - "San Francisco" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks. That will do it." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good stay!" - } - ] - }, - { - "dialogue_id": "40_00119", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 57, - "slot": "location", - "start": 49 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "Portland" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please can you check for some good hotels around Portland for I've to visit for a trip?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have any preferred hotels? What is the exact date for your check-in? How long are you planning to stay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hampton Inn Portland-Airport" - ], - "slot": "hotel_name", - "values": [ - "Hampton Inn Portland-Airport" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "the 13th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 117, - "slot": "hotel_name", - "start": 89 - }, - { - "exclusive_end": 28, - "slot": "check_in_date", - "start": 23 - }, - { - "exclusive_end": 60, - "slot": "check_out_date", - "start": 52 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "today" - ], - "check_out_date": [ - "the 13th" - ], - "hotel_name": [ - "Hampton Inn Portland-Airport" - ], - "location": [ - "Portland" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would be visiting by today and will be leaving on the 13th and I would prefer rooms at Hampton Inn Portland-Airport." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Hampton Inn Portland-Airport" - ], - "slot": "hotel_name", - "values": [ - "Hampton Inn Portland-Airport" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 148, - "slot": "hotel_name", - "start": 120 - }, - { - "exclusive_end": 168, - "slot": "location", - "start": 160 - }, - { - "exclusive_end": 201, - "slot": "check_in_date", - "start": 196 - }, - { - "exclusive_end": 227, - "slot": "check_out_date", - "start": 217 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I can help you with your reservation for this hotel. Please give me a moment. Here you go! The booking details are - At Hampton Inn Portland-Airport located at Portland you will be checking in by today and leaving by March 13th and the reservation is done for 1 room. Please can you confirm me?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "phone_number", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating", - "phone_number" - ], - "slot_values": { - "check_in_date": [ - "today" - ], - "check_out_date": [ - "March 13th", - "the 13th" - ], - "hotel_name": [ - "Hampton Inn Portland-Airport" - ], - "location": [ - "Portland" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yup! You're right. Do they have any contact number to speak with? What about the ratings and customer review of the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4.20" - ], - "slot": "average_rating", - "values": [ - "4.2" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "+1 503-288-2423" - ], - "slot": "phone_number", - "values": [ - "+1 503-288-2423" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-13", - "hotel_name": "Hampton Inn Portland-Airport", - "location": "Portland", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.20", - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-13", - "hotel_name": "Hampton Inn Portland-Airport", - "location": "Portland", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 503-288-2423", - "price": "3648", - "street_address": "8633 Northeast Airport Way" - } - ], - "slots": [ - { - "exclusive_end": 78, - "slot": "average_rating", - "start": 75 - }, - { - "exclusive_end": 132, - "slot": "phone_number", - "start": 117 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "As per the customers stayed here, the average rating is given to be around 4.2. You can reach the hotel reception at +1 503-288-2423. I wish to confirm that your reservation is done successfully." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "today" - ], - "check_out_date": [ - "March 13th", - "the 13th" - ], - "hotel_name": [ - "Hampton Inn Portland-Airport" - ], - "location": [ - "Portland" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for helping me to book the hotel." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "It's my pleasure. Anything else you need assistance?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "today" - ], - "check_out_date": [ - "March 13th", - "the 13th" - ], - "hotel_name": [ - "Hampton Inn Portland-Airport" - ], - "location": [ - "Portland" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Nope. That's all. Thanks much." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Welcome. Have a wonderful day." - } - ] - }, - { - "dialogue_id": "40_00120", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 68, - "slot": "check_out_date", - "start": 58 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "March 14th" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to reserve 1 room at a hotel checking out on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When will you be arriving at this hotel and do you have a preferred hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park" - ], - "slot": "hotel_name", - "values": [ - "Fairfield Inn Central Park" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "March 3rd" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 54, - "slot": "hotel_name", - "start": 28 - }, - { - "exclusive_end": 95, - "slot": "check_in_date", - "start": 86 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Fairfield Inn Central Park" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I would like to stay at the Fairfield Inn Central Park hotel and I wll be arriving on March 3rd." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area is this hotel located?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "NYC" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 24, - "slot": "location", - "start": 21 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Fairfield Inn Central Park" - ], - "location": [ - "NYC" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Please search in the NYC area." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park" - ], - "slot": "hotel_name", - "values": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 87, - "slot": "hotel_name", - "start": 21 - }, - { - "exclusive_end": 106, - "slot": "location", - "start": 98 - }, - { - "exclusive_end": 155, - "slot": "check_in_date", - "start": 137 - }, - { - "exclusive_end": 186, - "slot": "check_out_date", - "start": 176 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have 1 room at the Fairfield Inn & Suites By Marriott New York Manhattan/Central Park locatd in New York city with an arrival date the day after tomorrow and checking out on March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park", - "Fairfield Inn Central Park" - ], - "location": [ - "NYC", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-14", - "hotel_name": "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park", - "location": "New York", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.20", - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-14", - "hotel_name": "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park", - "location": "New York", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 212-757-8550", - "price": "1364", - "street_address": "538 West 58th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your room has been reserved." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park", - "Fairfield Inn Central Park" - ], - "location": [ - "NYC", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you for your assistance." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need any further help?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "March 3rd", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th" - ], - "hotel_name": [ - "Fairfield Inn & Suites By Marriott New York Manhattan/Central Park", - "Fairfield Inn Central Park" - ], - "location": [ - "NYC", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you. Not at this time." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "40_00121", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to book a room in a hotel." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are your planned check-in and check-out dates? Do you have any preferred hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Dossier" - ], - "slot": "hotel_name", - "values": [ - "Dossier" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "13th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 76, - "slot": "hotel_name", - "start": 69 - }, - { - "exclusive_end": 64, - "slot": "check_out_date", - "start": 51 - }, - { - "exclusive_end": 29, - "slot": "check_in_date", - "start": 21 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "tomorrow" - ], - "check_out_date": [ - "13th of March" - ], - "hotel_name": [ - "Dossier" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'd like to check in tomorrow and check out on the 13th of March. If Dossier is available, I'd very much prefer that." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "In which area are you planning to stay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland, OR" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 42, - "slot": "location", - "start": 30 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "tomorrow" - ], - "check_out_date": [ - "13th of March" - ], - "hotel_name": [ - "Dossier" - ], - "location": [ - "Portland, OR" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm looking for hotels around Portland, OR." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Dossier" - ], - "slot": "hotel_name", - "values": [ - "Dossier" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Portland" - ], - "slot": "location", - "values": [ - "Portland" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-13" - ], - "slot": "check_out_date", - "values": [ - "March 13th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 47, - "slot": "hotel_name", - "start": 40 - }, - { - "exclusive_end": 59, - "slot": "location", - "start": 51 - }, - { - "exclusive_end": 95, - "slot": "check_in_date", - "start": 87 - }, - { - "exclusive_end": 123, - "slot": "check_out_date", - "start": 113 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Okay. So you want to book 1 room at the Dossier in Portland where you plan to check in tomorrow and check out on March 13th. Is that correct?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating", - "pets_welcome" - ], - "slot_values": { - "check_in_date": [ - "tomorrow" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Dossier" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That sounds good. What is the pet policy of the hotel? What's the rating of Dossier?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4.50" - ], - "slot": "average_rating", - "values": [ - "4.5" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "pets_welcome", - "values": [ - "True" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-13", - "hotel_name": "Dossier", - "location": "Portland", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.50", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-13", - "hotel_name": "Dossier", - "location": "Portland", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+1 877-628-4408", - "price": "968", - "street_address": "750 Southwest Alder Street" - } - ], - "slots": [ - { - "exclusive_end": 76, - "slot": "average_rating", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "The room has been booked successfully. The average rating for Dossier is 4.5 and they welcome pets." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "tomorrow" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Dossier" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot for the help." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else that I can assist with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "tomorrow" - ], - "check_out_date": [ - "13th of March", - "March 13th" - ], - "hotel_name": [ - "Dossier" - ], - "location": [ - "Portland", - "Portland, OR" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No. Thank you. That'll be all." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day!" - } - ] - }, - { - "dialogue_id": "40_00122", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I need a hotel reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want and when are you checking out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_out_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "NY" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 55, - "slot": "check_out_date", - "start": 43 - }, - { - "exclusive_end": 20, - "slot": "location", - "start": 18 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "next Tuesday" - ], - "location": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a hotel in NY and want to check out next Tuesday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferences in hotesl?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "slot": "hotel_name", - "values": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 63, - "slot": "hotel_name", - "start": 13 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "next Tuesday" - ], - "hotel_name": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "location": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer the Doubletree By Hilton Hotel New York City - Chelsea." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When are you checking in?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 30, - "slot": "check_in_date", - "start": 19 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday" - ], - "check_out_date": [ - "next Tuesday" - ], - "hotel_name": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "location": [ - "NY" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I prefer to arrive next Monday." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "slot": "hotel_name", - "values": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-04" - ], - "slot": "check_in_date", - "values": [ - "next Monday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_out_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 73, - "slot": "hotel_name", - "start": 23 - }, - { - "exclusive_end": 85, - "slot": "location", - "start": 77 - }, - { - "exclusive_end": 106, - "slot": "check_in_date", - "start": 95 - }, - { - "exclusive_end": 137, - "slot": "check_out_date", - "start": 125 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "You want 1 room at the Doubletree By Hilton Hotel New York City - Chelsea in New York starting next Monday and want to leave next Tuesday. Is that right?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday" - ], - "check_out_date": [ - "next Tuesday" - ], - "hotel_name": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "location": [ - "NY", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, that is correct." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-05", - "hotel_name": "Doubletree By Hilton Hotel New York City - Chelsea", - "location": "New York", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.80", - "check_in_date": "2019-03-04", - "check_out_date": "2019-03-05", - "hotel_name": "Doubletree By Hilton Hotel New York City - Chelsea", - "location": "New York", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+1 212-564-0994", - "price": "93", - "street_address": "128 West 29th Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your booking is confirmed." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday" - ], - "check_out_date": [ - "next Tuesday" - ], - "hotel_name": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "location": [ - "NY", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "next Monday" - ], - "check_out_date": [ - "next Tuesday" - ], - "hotel_name": [ - "Doubletree By Hilton Hotel New York City - Chelsea" - ], - "location": [ - "NY", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No that is all. Thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a great day." - } - ] - }, - { - "dialogue_id": "40_00123", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'm going on a trip, I need to make a hotel reservation for one room." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "When and where will you be going?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "11th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "location", - "values": [ - "Philly" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "later today" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 74, - "slot": "check_out_date", - "start": 61 - }, - { - "exclusive_end": 23, - "slot": "location", - "start": 17 - }, - { - "exclusive_end": 45, - "slot": "check_in_date", - "start": 34 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "later today" - ], - "check_out_date": [ - "11th of March" - ], - "location": [ - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I'll be going to Philly, arriving later today and leaving on 11th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Any preference for a hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Penn'S View Hotel" - ], - "slot": "hotel_name", - "values": [ - "Penn'S View Hotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 35, - "slot": "hotel_name", - "start": 18 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "later today" - ], - "check_out_date": [ - "11th of March" - ], - "hotel_name": [ - "Penn'S View Hotel" - ], - "location": [ - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay at Penn'S View Hotel." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Penn'S View Hotel" - ], - "slot": "hotel_name", - "values": [ - "Penn'S View Hotel" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Philadelphia" - ], - "slot": "location", - "values": [ - "Philadelphia" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-01" - ], - "slot": "check_in_date", - "values": [ - "today" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-11" - ], - "slot": "check_out_date", - "values": [ - "March 11th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 26 - }, - { - "exclusive_end": 59, - "slot": "location", - "start": 47 - }, - { - "exclusive_end": 71, - "slot": "check_in_date", - "start": 66 - }, - { - "exclusive_end": 88, - "slot": "check_out_date", - "start": 78 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "So I'll reserve 1 room at Penn'S View Hotel in Philadelphia, from today until March 11th. Is that okay?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "later today", - "today" - ], - "check_out_date": [ - "11th of March", - "March 11th" - ], - "hotel_name": [ - "Penn'S View Hotel" - ], - "location": [ - "Philadelphia", - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, it works for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-11", - "hotel_name": "Penn'S View Hotel", - "location": "Philadelphia", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.40", - "check_in_date": "2019-03-01", - "check_out_date": "2019-03-11", - "hotel_name": "Penn'S View Hotel", - "location": "Philadelphia", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 800-331-7634", - "price": "1400", - "street_address": "14 North Front Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "The reservation was successful!" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "street_address" - ], - "slot_values": { - "check_in_date": [ - "later today", - "today" - ], - "check_out_date": [ - "11th of March", - "March 11th" - ], - "hotel_name": [ - "Penn'S View Hotel" - ], - "location": [ - "Philadelphia", - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "What's the street address?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "14 North Front Street" - ], - "slot": "street_address", - "values": [ - "14 North Front Street" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 27, - "slot": "street_address", - "start": 6 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It is 14 North Front Street" - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "later today", - "today" - ], - "check_out_date": [ - "11th of March", - "March 11th" - ], - "hotel_name": [ - "Penn'S View Hotel" - ], - "location": [ - "Philadelphia", - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thanks a lot." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Anything else I can help with?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "later today", - "today" - ], - "check_out_date": [ - "11th of March", - "March 11th" - ], - "hotel_name": [ - "Penn'S View Hotel" - ], - "location": [ - "Philadelphia", - "Philly" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, that's all for now, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day!" - } - ] - }, - { - "dialogue_id": "40_00124", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "New York City" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 30, - "slot": "location", - "start": 17 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "New York City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a room in New York City please." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, when do you want to go there?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_out_date", - "values": [ - "the 9th" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "the 3rd" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 54, - "slot": "check_out_date", - "start": 47 - }, - { - "exclusive_end": 29, - "slot": "check_in_date", - "start": 22 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "the 3rd" - ], - "check_out_date": [ - "the 9th" - ], - "location": [ - "New York City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to check in on the 3rd and check out on the 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where do you want the room?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Hotel Le Bleu" - ], - "slot": "hotel_name", - "values": [ - "Hotel Le Bleu" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 47, - "slot": "hotel_name", - "start": 34 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "the 3rd" - ], - "check_out_date": [ - "the 9th" - ], - "hotel_name": [ - "Hotel Le Bleu" - ], - "location": [ - "New York City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I want to stay at my usual hotel, Hotel Le Bleu." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Hotel Le Bleu" - ], - "slot": "hotel_name", - "values": [ - "Hotel Le Bleu" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-09" - ], - "slot": "check_out_date", - "values": [ - "March 9th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 49, - "slot": "hotel_name", - "start": 36 - }, - { - "exclusive_end": 61, - "slot": "location", - "start": 53 - }, - { - "exclusive_end": 80, - "slot": "check_in_date", - "start": 62 - }, - { - "exclusive_end": 112, - "slot": "check_out_date", - "start": 103 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Of course, I have you checking into Hotel Le Bleu in New York day after tomorrow, 1 room, checking out March 9th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "14th of this month" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "Saturday this week" - ] - }, - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 98, - "slot": "check_out_date", - "start": 80 - }, - { - "exclusive_end": 60, - "slot": "check_in_date", - "start": 42 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week" - ], - "check_out_date": [ - "14th of this month" - ], - "hotel_name": [ - "Hotel Le Bleu" - ], - "location": [ - "New York", - "New York City" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "You heard me wrong, I want to check in on Saturday this week and stay until the 14th of this month. Please change this." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-02" - ], - "slot": "check_in_date", - "values": [ - "tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 52, - "slot": "check_in_date", - "start": 44 - }, - { - "exclusive_end": 83, - "slot": "check_out_date", - "start": 73 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Ok, I think I understand, you will check in tomorrow and not leave until March 14th?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating" - ], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "14th of this month", - "March 14th" - ], - "hotel_name": [ - "Hotel Le Bleu" - ], - "location": [ - "New York", - "New York City" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, correct. Please give the hotel rating to me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "3.90" - ], - "slot": "average_rating", - "values": [ - "3.9" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-14", - "hotel_name": "Hotel Le Bleu", - "location": "New York", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.90", - "check_in_date": "2019-03-02", - "check_out_date": "2019-03-14", - "hotel_name": "Hotel Le Bleu", - "location": "New York", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 866-427-6073", - "price": "2592", - "street_address": "370 4th Avenue, Brooklyn" - } - ], - "slots": [ - { - "exclusive_end": 57, - "slot": "average_rating", - "start": 54 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "I have you booked and set. The rating on the hotel is 3.9." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "14th of this month", - "March 14th" - ], - "hotel_name": [ - "Hotel Le Bleu" - ], - "location": [ - "New York", - "New York City" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Excellent. I thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Would you like to rent a car there or anything else?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Saturday this week", - "tomorrow" - ], - "check_out_date": [ - "14th of this month", - "March 14th" - ], - "hotel_name": [ - "Hotel Le Bleu" - ], - "location": [ - "New York", - "New York City" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "No, I'm driving." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant stay." - } - ] - }, - { - "dialogue_id": "40_00125", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "the 14th" - ] - }, - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 37, - "slot": "check_out_date", - "start": 29 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_out_date": [ - "the 14th" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "I need a place to stay until the 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "what is your preferred hotel choice? What dates do you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Furama Bukit Bintang" - ], - "slot": "hotel_name", - "values": [ - "Furama Bukit Bintang" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "3rd of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "Kuala Lumpur" - ], - "slot": "location", - "values": [ - "Kuala Lumpur" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 46, - "slot": "hotel_name", - "start": 26 - }, - { - "exclusive_end": 82, - "slot": "check_in_date", - "start": 70 - }, - { - "exclusive_end": 62, - "slot": "location", - "start": 50 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March" - ], - "check_out_date": [ - "the 14th" - ], - "hotel_name": [ - "Furama Bukit Bintang" - ], - "location": [ - "Kuala Lumpur" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My, most favored place is Furama Bukit Bintang in Kuala Lumpur on the 3rd of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Furama Bukit Bintang" - ], - "slot": "hotel_name", - "values": [ - "Furama Bukit Bintang" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "Kuala Lumpur" - ], - "slot": "location", - "values": [ - "Kuala Lumpur" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-03" - ], - "slot": "check_in_date", - "values": [ - "day after tomorrow" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-14" - ], - "slot": "check_out_date", - "values": [ - "March 14th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 43, - "slot": "hotel_name", - "start": 23 - }, - { - "exclusive_end": 59, - "slot": "location", - "start": 47 - }, - { - "exclusive_end": 91, - "slot": "check_in_date", - "start": 73 - }, - { - "exclusive_end": 119, - "slot": "check_out_date", - "start": 109 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "To be clear: 1 room in Furama Bukit Bintang in Kuala Lumpur. Check in is day after tomorrow and check out is March 14th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "average_rating", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "average_rating" - ], - "slot_values": { - "check_in_date": [ - "3rd of March", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Furama Bukit Bintang" - ], - "location": [ - "Kuala Lumpur" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That's the best possible option. What is the rating of that hotel now?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "4.10" - ], - "slot": "average_rating", - "values": [ - "4.1" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-14", - "hotel_name": "Furama Bukit Bintang", - "location": "Kuala Lumpur", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "4.10", - "check_in_date": "2019-03-03", - "check_out_date": "2019-03-14", - "hotel_name": "Furama Bukit Bintang", - "location": "Kuala Lumpur", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+60 3-2788 8888", - "price": "3696", - "street_address": "136, Jalan Changkat Thambi Dollah, Pudu, 55100 Kuala Lumpur, Wilayah Persekutuan" - } - ], - "slots": [ - { - "exclusive_end": 31, - "slot": "average_rating", - "start": 28 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It has an average rating of 4.1 stars." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Furama Bukit Bintang" - ], - "location": [ - "Kuala Lumpur" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Perfect. That's a great rating." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you need dinner reservations too?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "3rd of March", - "day after tomorrow" - ], - "check_out_date": [ - "March 14th", - "the 14th" - ], - "hotel_name": [ - "Furama Bukit Bintang" - ], - "location": [ - "Kuala Lumpur" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Absolutely not, thanks." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a pleasant stay." - } - ] - }, - { - "dialogue_id": "40_00126", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "Please reserve a hotel for me." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What area and what is check in and check out?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "5th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London, England" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "March 8th" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 42, - "slot": "check_in_date", - "start": 30 - }, - { - "exclusive_end": 15, - "slot": "location", - "start": 0 - }, - { - "exclusive_end": 66, - "slot": "check_out_date", - "start": 57 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "5th of March" - ], - "check_out_date": [ - "March 8th" - ], - "location": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "London, England with check in 5th of March and check out March 8th." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Do you have a preferred hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Travelodge London Farringdon" - ], - "slot": "hotel_name", - "values": [ - "Travelodge London Farringdon" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 41, - "slot": "hotel_name", - "start": 13 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "5th of March" - ], - "check_out_date": [ - "March 8th" - ], - "hotel_name": [ - "Travelodge London Farringdon" - ], - "location": [ - "London, England" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes I prefer Travelodge London Farringdon." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Travelodge London Farringdon" - ], - "slot": "hotel_name", - "values": [ - "Travelodge London Farringdon" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "London" - ], - "slot": "location", - "values": [ - "London" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-05" - ], - "slot": "check_in_date", - "values": [ - "next Tuesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-08" - ], - "slot": "check_out_date", - "values": [ - "next Friday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 105, - "slot": "hotel_name", - "start": 77 - }, - { - "exclusive_end": 115, - "slot": "location", - "start": 109 - }, - { - "exclusive_end": 27, - "slot": "check_in_date", - "start": 15 - }, - { - "exclusive_end": 52, - "slot": "check_out_date", - "start": 41 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm next Tuesday check in and next Friday check out for 1 room at Travelodge London Farringdon in London." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "street_address", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "pets_welcome", - "values": [] - }, - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [ - "pets_welcome", - "street_address" - ], - "slot_values": { - "check_in_date": [ - "5th of March", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Travelodge London Farringdon" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, I want it and do they accept pets?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "10 - 42 King's Cross Road" - ], - "slot": "street_address", - "values": [ - "10 - 42 King's Cross Road" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "True" - ], - "slot": "pets_welcome", - "values": [ - "True" - ] - }, - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-08", - "hotel_name": "Travelodge London Farringdon", - "location": "London", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.80", - "check_in_date": "2019-03-05", - "check_out_date": "2019-03-08", - "hotel_name": "Travelodge London Farringdon", - "location": "London", - "number_of_rooms": "1", - "pets_welcome": "True", - "phone_number": "+44 871 984 6274", - "price": "702", - "street_address": "10 - 42 King's Cross Road" - } - ], - "slots": [ - { - "exclusive_end": 51, - "slot": "street_address", - "start": 26 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "It accepts pets and is at 10 - 42 King's Cross Road." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "5th of March", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Travelodge London Farringdon" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Thank you I confirm." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQ_MORE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Is there anything else you need?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "NEGATE", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "NONE", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "5th of March", - "next Tuesday" - ], - "check_out_date": [ - "March 8th", - "next Friday" - ], - "hotel_name": [ - "Travelodge London Farringdon" - ], - "location": [ - "London", - "London, England" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That is all today." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Have a good day and enjoy." - } - ] - }, - { - "dialogue_id": "40_00127", - "services": [ - "Hotels_3" - ], - "turns": [ - { - "frames": [ - { - "actions": [ - { - "act": "INFORM_INTENT", - "canonical_values": [ - "ReserveHotel" - ], - "slot": "intent", - "values": [ - "ReserveHotel" - ] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": {} - } - } - ], - "speaker": "USER", - "utterance": "I want to make a hotel reservation." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "location", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Where would you like to search the hotel?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "NYC" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 28, - "slot": "location", - "start": 25 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "location": [ - "NYC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Search for hotels around NYC." - }, - { - "frames": [ - { - "actions": [ - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_in_date", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "hotel_name", - "values": [] - }, - { - "act": "REQUEST", - "canonical_values": [], - "slot": "check_out_date", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "What will be your preferred hotel, Check-in and check-out date?" - }, - { - "frames": [ - { - "actions": [ - { - "act": "INFORM", - "canonical_values": [ - "Eurostars Wall Street" - ], - "slot": "hotel_name", - "values": [ - "Eurostars Wall Street" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "check_out_date", - "values": [ - "10th of March" - ] - }, - { - "act": "INFORM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_in_date", - "values": [ - "Wednesday next week" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 48, - "slot": "hotel_name", - "start": 27 - }, - { - "exclusive_end": 136, - "slot": "check_out_date", - "start": 123 - }, - { - "exclusive_end": 96, - "slot": "check_in_date", - "start": 77 - } - ], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Wednesday next week" - ], - "check_out_date": [ - "10th of March" - ], - "hotel_name": [ - "Eurostars Wall Street" - ], - "location": [ - "NYC" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "My preferred hotel will be Eurostars Wall Street and the check-in date is on Wednesday next week and the check-out date is 10th of March." - }, - { - "frames": [ - { - "actions": [ - { - "act": "CONFIRM", - "canonical_values": [ - "Eurostars Wall Street" - ], - "slot": "hotel_name", - "values": [ - "Eurostars Wall Street" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "New York" - ], - "slot": "location", - "values": [ - "New York" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-06" - ], - "slot": "check_in_date", - "values": [ - "next Wednesday" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "2019-03-10" - ], - "slot": "check_out_date", - "values": [ - "March 10th" - ] - }, - { - "act": "CONFIRM", - "canonical_values": [ - "1" - ], - "slot": "number_of_rooms", - "values": [ - "1" - ] - } - ], - "service": "Hotels_3", - "slots": [ - { - "exclusive_end": 97, - "slot": "hotel_name", - "start": 76 - }, - { - "exclusive_end": 109, - "slot": "location", - "start": 101 - }, - { - "exclusive_end": 129, - "slot": "check_in_date", - "start": 115 - }, - { - "exclusive_end": 143, - "slot": "check_out_date", - "start": 133 - } - ] - } - ], - "speaker": "SYSTEM", - "utterance": "Please confirm the details: You want me to make a reservation for 1 room at Eurostars Wall Street in New York from next Wednesday to March 10th" - }, - { - "frames": [ - { - "actions": [ - { - "act": "AFFIRM", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Wednesday next week", - "next Wednesday" - ], - "check_out_date": [ - "10th of March", - "March 10th" - ], - "hotel_name": [ - "Eurostars Wall Street" - ], - "location": [ - "NYC", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "Yes, That sounds perfect." - }, - { - "frames": [ - { - "actions": [ - { - "act": "NOTIFY_SUCCESS", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "service_call": { - "method": "ReserveHotel", - "parameters": { - "check_in_date": "2019-03-06", - "check_out_date": "2019-03-10", - "hotel_name": "Eurostars Wall Street", - "location": "New York", - "number_of_rooms": "1" - } - }, - "service_results": [ - { - "average_rating": "3.90", - "check_in_date": "2019-03-06", - "check_out_date": "2019-03-10", - "hotel_name": "Eurostars Wall Street", - "location": "New York", - "number_of_rooms": "1", - "pets_welcome": "False", - "phone_number": "+1 212-742-0003", - "price": "1332", - "street_address": "129 Front Street" - } - ], - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "Your reservation has been successfully mad." - }, - { - "frames": [ - { - "actions": [ - { - "act": "THANK_YOU", - "canonical_values": [], - "slot": "", - "values": [] - }, - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [], - "state": { - "active_intent": "ReserveHotel", - "requested_slots": [], - "slot_values": { - "check_in_date": [ - "Wednesday next week", - "next Wednesday" - ], - "check_out_date": [ - "10th of March", - "March 10th" - ], - "hotel_name": [ - "Eurostars Wall Street" - ], - "location": [ - "NYC", - "New York" - ], - "number_of_rooms": [ - "1" - ] - } - } - } - ], - "speaker": "USER", - "utterance": "That will be all. Thank you." - }, - { - "frames": [ - { - "actions": [ - { - "act": "GOODBYE", - "canonical_values": [], - "slot": "", - "values": [] - } - ], - "service": "Hotels_3", - "slots": [] - } - ], - "speaker": "SYSTEM", - "utterance": "I am glad I could help. Thank you." - } - ] - } -]