{ "dataset_name": "Telecom Customer Support Conversations \u2013 Full Dataset", "version": "2.0", "description": "Synthetic conversational dataset for training AI customer service models in the telecommunications industry. 500 records covering 8 intent categories, 40 sub-intents, 6 sentiment classes, and 20 resolution outcomes. Structured for NLP model fine-tuning, chatbot training, and intent classification tasks.", "record_count": 500, "intent_categories": [ "billing_dispute", "service_outage", "cancellation", "plan_change", "device_issue", "account_access", "new_service", "complaint" ], "fields": [ "id", "intent", "sub_intent", "customer_sentiment", "resolution_outcome", "turns" ], "license": "Commercial use permitted. No real customer data. Privacy-safe.", "data": [ { "id": "TCS-0001", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $89. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "Thank you. I can see a charge of $155 applied on May 10th \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $47 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0002", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a unplanned network fault logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0003", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0004", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "You're using an average of 61GB a month but your plan only includes 50GB. The Value 80 plan at $79 would give you 80GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0005", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "confused", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Google Pixel 8. Mobile is 0423 667 112." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 8 Collins Street, Melbourne VIC 3000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0006", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "Should be kpatrick@outlook.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to sarah.lee@yahoo.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0007", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0008", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account number ACC-91234. Tuesday I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "Complaint CMP-55674 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-55674. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0009", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $41 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0433 871 229." }, { "role": "agent", "text": "Thank you. I can see a charge of $34 applied on May 12th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $94 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0010", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 3182." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0011", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "neutral", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a loyalty discount bringing your plan down to $49 a month. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0012", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 42GB of data. You're currently on the Value 40 plan. I'd recommend the Value 80 plan \u2014 it gives you 80GB for just $69 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0013", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's 0433 871 229 and I'm using a Google Pixel 8." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 22 King Street, Perth WA 6000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0014", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "I've sent a password reset link to kpatrick@outlook.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0015", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "I'm with Vodafone." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0016", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-77651. Happened on Tuesday. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-55674. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-22981 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0017", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $23 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0407 334 782." }, { "role": "agent", "text": "Thank you. I can see a charge of $67 applied on April 15th \u2014 this appears to be for an international data pack. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $112 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0018", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 2000." }, { "role": "agent", "text": "I can see there's a scheduled maintenance window affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0019", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0020", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "You're using an average of 38GB a month but your plan only includes 40GB. The Plus 80 plan at $79 would give you 80GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0021", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0455 988 001." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 22 King Street, Perth WA 6000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0022", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "Reset link sent to jsmith@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0023", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Vodafone." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0024", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-44312. last Thursday I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "I've created complaint file CMP-10291. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-22981." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0025", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $41 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 30th for an international data pack." }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $94 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0026", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0027", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0028", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0433 871 229." }, { "role": "agent", "text": "Based on your usage of 33GB a month, the Value 80 at $59 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0029", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0455 988 001 and I'm using a Google Pixel 8." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 8 Collins Street, Melbourne VIC 3000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0030", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to d.wilson@hotmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0031", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0032", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "very_angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-77651. It was last Friday. The agent told me the coverage issue had been resolved." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-55674. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-22981 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0033", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $94 higher than it should be. What's going on?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0419 773 556." }, { "role": "agent", "text": "Thank you. I can see a charge of $94 applied on May 3rd \u2014 this appears to be for a device protection plan. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $112 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0034", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "Postcode is 6005." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 4pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0035", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I'm moving overseas next month" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0036", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0412 555 873." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 30GB. The Plus 80 plan at $79 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0037", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "confused", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a iPhone 14 Pro. Number is 0498 221 334." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0038", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "Reset link sent to jsmith@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0039", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0040", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account number ACC-44312. Monday afternoon I spoke to someone who the plan included unlimited calls." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-55674. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0041", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0412 555 873." }, { "role": "agent", "text": "I've found the charge. It was applied on April 30th and relates to an international data pack. Does that ring a bell?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $112 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0042", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "Postcode is 2065." }, { "role": "agent", "text": "There is a known tower upgrade affecting your area impacting your postcode right now. Engineers are on it \u2014 estimated restoration is by end of day." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0043", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0044", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 55GB of data. You're currently on the Essential 30 plan. I'd recommend the Premium 100 plan \u2014 it gives you 80GB for just $59 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Essential 60 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0045", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "iPhone 13. Mobile is 0407 334 782." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Your replacement SIM is dispatched to 8 Collins Street, Melbourne VIC 3000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0046", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "It's jsmith@gmail.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0047", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0048", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account is ACC-77651. It was last Friday. The agent told me the plan included unlimited calls." }, { "role": "agent", "text": "I've created complaint file CMP-10291. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0049", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 15th for an international data pack." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $23 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0050", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 2010." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0051", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0052", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0455 988 001." }, { "role": "agent", "text": "You're using an average of 42GB a month but your plan only includes 50GB. The Plus 80 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0053", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a iPhone 13. Number is 0478 002 445." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0054", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be kpatrick@outlook.com." }, { "role": "agent", "text": "I've sent a password reset link to jsmith@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0055", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0056", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account is ACC-44312. It was last Tuesday. The agent told me the plan included unlimited calls." }, { "role": "agent", "text": "Complaint CMP-30445 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-22981. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0057", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "My bill this month is $47 higher than it should be. What's going on?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "Thank you. I can see a charge of $112 applied on April 30th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $67 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0058", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 4064." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0059", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 6 months at your current rate with a 20GB data boost. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0060", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0407 334 782." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 28GB of data. You're currently on the Essential 30 plan. I'd recommend the Essential 60 plan \u2014 it gives you 80GB for just $69 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0061", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a Samsung Galaxy S24. Number is 0412 555 873." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 8 Collins Street, Melbourne VIC 3000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0062", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's m.jones@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to jsmith@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0063", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "I'm with Boost Mobile." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0064", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account is ACC-91234. It was last Monday afternoon. The agent told me the discount had already been applied." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-88123. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0065", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $67 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0455 988 001." }, { "role": "agent", "text": "I've found the charge. It was applied on April 30th and relates to a premium calling feature. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $41 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0066", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "2000." }, { "role": "agent", "text": "There is a known tower upgrade affecting your area impacting your postcode right now. Engineers are on it \u2014 estimated restoration is by end of day." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0067", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0068", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 50GB. The Value 80 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Plus 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0069", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a Samsung Galaxy A54." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0070", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0071", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "I'm with Optus." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0072", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-44312. Happened on last Thursday. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-30445 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-10291 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0073", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $41 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0433 871 229." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 28th for a content subscription service." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $41 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0074", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 6005." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0075", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0076", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0419 773 556." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 47GB of data. You're currently on the Value 40 plan. I'd recommend the Value 80 plan \u2014 it gives you 80GB for just $79 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0077", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "Samsung Galaxy A54. Mobile is 0462 114 998." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "I have 12 Smith Street, Brisbane QLD 4000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0078", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be kpatrick@outlook.com." }, { "role": "agent", "text": "Reset link sent to jsmith@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0079", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "neutral", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0080", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-77651. Happened on Wednesday morning. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-30445. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-10291." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0081", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $94 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0462 114 998." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 30th for a content subscription service." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $34 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0082", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 4000." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0083", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I just don't need the service anymore" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a free upgrade to the next data tier at no extra cost effective immediately. How does that sound?" }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0084", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0423 667 112." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 42GB of data. You're currently on the Value 40 plan. I'd recommend the Plus 80 plan \u2014 it gives you 60GB for just $69 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0085", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0455 988 001 and I'm using a Samsung Galaxy S24." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 45 Park Road, Sydney NSW 2000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0086", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0087", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Belong. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0088", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "very_angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-44312. last Thursday I spoke to someone who my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0089", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $23 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "Thank you. I can see a charge of $47 applied on April 30th \u2014 this appears to be for an international data pack. Were you aware of this?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $89 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0090", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 6000." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is 4pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0091", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0092", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0419 773 556." }, { "role": "agent", "text": "Based on your usage of 47GB a month, the Plus 80 at $69 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Premium 100 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0093", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0462 114 998." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 8 Collins Street, Melbourne VIC 3000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0094", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0095", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "I'm with Vodafone." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0096", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account number ACC-44312. Wednesday morning I spoke to someone who the discount had already been applied." }, { "role": "agent", "text": "I've created complaint file CMP-30445. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-30445 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0097", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $89 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0478 002 445." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 12th for a premium calling feature." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $89 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0098", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "2010." }, { "role": "agent", "text": "There is a known tower upgrade affecting your area impacting your postcode right now. Engineers are on it \u2014 estimated restoration is by end of day." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0099", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a $20 monthly discount for 12 months effective immediately. How does that sound?" }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0100", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0498 221 334." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 38GB of data. You're currently on the Standard 50 plan. I'd recommend the Standard 60 plan \u2014 it gives you 100GB for just $89 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0101", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "confused", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0433 871 229." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "I have 45 Park Road, Sydney NSW 2000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0102", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0103", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "neutral", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Currently on Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0104", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-23409. Tuesday I spoke to someone who my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-88123 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-10291. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0105", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "You've charged me $34 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0462 114 998." }, { "role": "agent", "text": "Thank you. I can see a charge of $28 applied on April 15th \u2014 this appears to be for a premium roaming add-on. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $94 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0106", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 4064." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0107", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I'm moving overseas next month" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a $20 monthly discount for 12 months effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0108", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0423 667 112." }, { "role": "agent", "text": "You're using an average of 55GB a month but your plan only includes 30GB. The Plus 80 plan at $89 would give you 60GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Sorted. You're now on the Standard 60 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0109", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "confused", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0462 114 998." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0110", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "kpatrick@outlook.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to jsmith@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0111", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0112", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account is ACC-44312. It was last Monday afternoon. The agent told me the plan included unlimited calls." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-10291. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0113", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $89 higher than it should be. What's going on?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 10th for a device protection plan." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $155 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0114", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0115", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "neutral", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0116", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "0433 871 229." }, { "role": "agent", "text": "Based on your usage of 33GB a month, the Plus 80 at $89 with 100GB would be the best fit. That's only $15 more per month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0117", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "iPhone 13. Mobile is 0423 667 112." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0118", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "It's m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to d.wilson@hotmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0119", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0120", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account is ACC-91234. It was last last Thursday. The agent told me my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-22981 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-10291." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0121", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $67 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "I've found the charge. It was applied on May 7th and relates to a device protection plan. Does that ring a bell?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $112 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0122", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 2000." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0123", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0124", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0462 114 998." }, { "role": "agent", "text": "Based on your usage of 47GB a month, the Essential 60 at $59 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0125", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0478 002 445." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 8 Collins Street, Melbourne VIC 3000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0126", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0127", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0128", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-77651. Happened on Friday. I was told my contract had no exit fee which turned out to be completely wrong." }, { "role": "agent", "text": "I've created complaint file CMP-22981. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0129", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $67 higher than it should be. What's going on?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0478 002 445." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 10th for a device protection plan." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $89 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0130", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3141." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0131", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0132", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Essential 60 at $79 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Standard 60 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0133", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 14 Pro. Number is 0423 667 112." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 7 Rundle Mall, Adelaide SA 5000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0134", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to jsmith@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0135", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Vodafone." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0136", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-77651. It was last Wednesday morning. The agent told me the discount had already been applied." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-55674. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-22981. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0137", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $155. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0412 555 873." }, { "role": "agent", "text": "Thank you. I can see a charge of $89 applied on April 28th \u2014 this appears to be for an international data pack. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $155 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0138", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "4068." }, { "role": "agent", "text": "Yes, we have a unplanned network fault logged for your area. The technical team is working to restore service by within the next 2 hours." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0139", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "I found a better deal with another provider" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0140", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 47GB of data. You're currently on the Value 40 plan. I'd recommend the Standard 60 plan \u2014 it gives you 80GB for just $89 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0141", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a iPhone 15." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0142", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "neutral", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0143", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Boost Mobile." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0144", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-91234. Happened on Friday. I was told my contract had no exit fee which turned out to be completely wrong." }, { "role": "agent", "text": "I've created complaint file CMP-10291. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-88123. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0145", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $28 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0423 667 112." }, { "role": "agent", "text": "I've found the charge. It was applied on April 15th and relates to a premium roaming add-on. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $112 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0146", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 2065." }, { "role": "agent", "text": "There is a known scheduled maintenance window impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 2pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0147", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I found a better deal with another provider" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0148", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0455 988 001." }, { "role": "agent", "text": "Based on your usage of 38GB a month, the Essential 60 at $59 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0149", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0423 667 112." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 45 Park Road, Sydney NSW 2000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0150", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be m.jones@gmail.com." }, { "role": "agent", "text": "Reset link sent to sarah.lee@yahoo.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0151", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0152", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-88821. Happened on Monday afternoon. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-55674. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-55674." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0153", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $34. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0455 988 001." }, { "role": "agent", "text": "I've found the charge. It was applied on May 12th and relates to a content subscription service. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $155 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0154", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3182." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is 4pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0155", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on 6 months at your current rate with a 20GB data boost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0156", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0412 555 873." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Premium 100 at $89 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0157", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's 0462 114 998 and I'm using a Google Pixel 8." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 45 Park Road, Sydney NSW 2000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0158", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "sarah.lee@yahoo.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to kpatrick@outlook.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0159", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0160", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-88821. Happened on Wednesday morning. I was told the discount had already been applied which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-22981 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-22981 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0161", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $112. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0462 114 998." }, { "role": "agent", "text": "Thank you. I can see a charge of $67 applied on May 10th \u2014 this appears to be for an international data pack. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $155 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0162", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "Postcode is 2000." }, { "role": "agent", "text": "Yes, we have a fibre cable issue impacting local cells logged for your area. The technical team is working to restore service by 4pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0163", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0164", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0462 114 998." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 61GB of data. You're currently on the Value 40 plan. I'd recommend the Standard 60 plan \u2014 it gives you 100GB for just $59 a month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0165", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0412 555 873 and I'm using a Samsung Galaxy A54." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "I have 7 Rundle Mall, Adelaide SA 5000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0166", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to kpatrick@outlook.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0167", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Optus." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0168", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-23409. It was last Friday. The agent told me my contract had no exit fee." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-30445. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0169", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $112. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0462 114 998." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 12th for a device protection plan." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $23 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0170", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "4101." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is within the next 2 hours." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0171", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I'm moving overseas next month" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 6 months at your current rate with a 20GB data boost. That's available to you right now." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0172", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0433 871 229." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 40GB. The Plus 80 plan at $89 would give you 80GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0173", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "iPhone 14 Pro. Mobile is 0419 773 556." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "I have 45 Park Road, Sydney NSW 2000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0174", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0175", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Optus." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0176", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-23409. Happened on Friday. I was told the discount had already been applied which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-22981. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-10291 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0177", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $155. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "I've found the charge. It was applied on May 10th and relates to a content subscription service. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $89 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0178", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3000." }, { "role": "agent", "text": "Yes, we have a fibre cable issue impacting local cells logged for your area. The technical team is working to restore service by by end of day." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0179", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0180", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 42GB of data. You're currently on the Essential 30 plan. I'd recommend the Plus 80 plan \u2014 it gives you 60GB for just $69 a month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0181", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "confused", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 13. Number is 0462 114 998." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0182", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to jsmith@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0183", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0184", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-88821. last Thursday I spoke to someone who my contract had no exit fee." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-55674." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0185", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $112 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0419 773 556." }, { "role": "agent", "text": "I've found the charge. It was applied on April 15th and relates to an international data pack. Does that ring a bell?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $155 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0186", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "3141." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0187", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I'm moving overseas next month" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0188", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0462 114 998." }, { "role": "agent", "text": "You're using an average of 47GB a month but your plan only includes 50GB. The Value 80 plan at $69 would give you 60GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0189", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a iPhone 14 Pro." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "I have 7 Rundle Mall, Adelaide SA 5000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0190", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be sarah.lee@yahoo.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to m.jones@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0191", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "I'm with Optus." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0192", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-88821. Happened on Monday afternoon. I was told my contract had no exit fee which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-22981. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-55674. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0193", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $94. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "0433 871 229." }, { "role": "agent", "text": "I've found the charge. It was applied on May 7th and relates to a premium calling feature. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $67 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0194", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "2065." }, { "role": "agent", "text": "I can see there's a scheduled maintenance window affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0195", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on a $20 monthly discount for 12 months effective immediately. How does that sound?" }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0196", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0407 334 782." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 33GB of data. You're currently on the Value 40 plan. I'd recommend the Premium 100 plan \u2014 it gives you 60GB for just $79 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0197", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "Google Pixel 8. Mobile is 0498 221 334." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0198", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "It's jsmith@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0199", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Optus." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0200", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-91234. Happened on Monday afternoon. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-22981. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0201", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $23 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0419 773 556." }, { "role": "agent", "text": "Thank you. I can see a charge of $28 applied on May 10th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $47 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0202", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "Postcode is 4068." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0203", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on a $20 monthly discount for 12 months effective immediately. How does that sound?" }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0204", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0478 002 445." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Premium 100 at $79 with 80GB would be the best fit. That's only $30 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0205", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0419 773 556." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "I have 22 King Street, Perth WA 6000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0206", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to kpatrick@outlook.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0207", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0208", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-77651. It was last last Thursday. The agent told me my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0209", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $89. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "It's 0407 334 782." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 28th for a premium calling feature." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $28 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0210", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3182." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0211", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0212", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "0498 221 334." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 30GB. The Essential 60 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0213", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's 0412 555 873 and I'm using a iPhone 13." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0214", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0215", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Currently on Boost Mobile." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0216", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-44312. It was last Tuesday. The agent told me my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-88123 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-55674. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0217", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $94. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 12th for a premium roaming add-on." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $67 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0218", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 6000." }, { "role": "agent", "text": "I can see there's a scheduled maintenance window affecting your area at the moment. Our team is working on it and the estimated fix time is by end of day." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0219", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0220", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0491 556 213." }, { "role": "agent", "text": "Based on your usage of 55GB a month, the Essential 60 at $69 with 80GB would be the best fit. That's only $30 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Standard 60 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0221", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Google Pixel 8. Mobile is 0423 667 112." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 8 Collins Street, Melbourne VIC 3000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0222", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be jsmith@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0223", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Currently on Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0224", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-44312. Happened on Monday afternoon. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-22981. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0225", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0462 114 998." }, { "role": "agent", "text": "I've found the charge. It was applied on April 15th and relates to an international data pack. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $28 to your next bill." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0226", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3141." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is by end of day." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0227", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I found a better deal with another provider" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0228", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "0478 002 445." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Value 80 at $69 with 80GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0229", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0462 114 998." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "I have 12 Smith Street, Brisbane QLD 4000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0230", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to m.jones@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0231", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Currently on Telstra." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0232", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-77651. Happened on last Thursday. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-30445 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-22981." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0233", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $67 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0478 002 445." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 15th for a content subscription service." }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $112 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0234", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "Postcode is 3182." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0235", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 6 months at your current rate with a 20GB data boost. That's available to you right now." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0236", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0407 334 782." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Standard 60 at $79 with 100GB would be the best fit. That's only $15 more per month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Premium 100 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0237", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0498 221 334." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0238", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's kpatrick@outlook.com." }, { "role": "agent", "text": "Reset link sent to kpatrick@outlook.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0239", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0240", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-77651. Tuesday I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-10291. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-88123." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0241", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "My bill this month is $112 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "Thank you. I can see a charge of $89 applied on April 28th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $94 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0242", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 3182." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is by end of day." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0243", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0244", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "You're using an average of 47GB a month but your plan only includes 50GB. The Value 80 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0245", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "confused", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Samsung Galaxy S24. Mobile is 0423 667 112." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0246", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to d.wilson@hotmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0247", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0248", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-88821. Happened on Wednesday morning. I was told the discount had already been applied which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-22981. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0249", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "I've found the charge. It was applied on April 15th and relates to an international data pack. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $34 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0250", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 2010." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0251", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on a free upgrade to the next data tier at no extra cost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0252", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0455 988 001." }, { "role": "agent", "text": "Based on your usage of 33GB a month, the Premium 100 at $59 with 80GB would be the best fit. That's only $15 more per month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0253", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's a iPhone 14 Pro. Number is 0433 871 229." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Send it to me. Address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "I have 45 Park Road, Sydney NSW 2000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0254", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "Should be sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0255", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Vodafone." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0256", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account is ACC-44312. It was last Tuesday. The agent told me the plan included unlimited calls." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-30445. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0257", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $41 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0407 334 782." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 7th for a premium roaming add-on." }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $155 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0258", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by by end of day." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0259", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I'm moving overseas next month" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Looking at your account I can offer you a $20 monthly discount for 12 months. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0260", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0498 221 334." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 61GB of data. You're currently on the Basic 20 plan. I'd recommend the Value 80 plan \u2014 it gives you 100GB for just $59 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0261", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's a Samsung Galaxy A54. Number is 0423 667 112." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 22 King Street, Perth WA 6000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0262", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "neutral", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's jsmith@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0263", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Telstra." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0264", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account number ACC-77651. Wednesday morning I spoke to someone who my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-55674 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-10291 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0265", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $67. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0478 002 445." }, { "role": "agent", "text": "Thank you. I can see a charge of $47 applied on April 15th \u2014 this appears to be for an international data pack. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $28 to your next bill." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0266", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0267", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0268", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0491 556 213." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 20GB. The Standard 60 plan at $69 would give you 100GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0269", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "neutral", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0462 114 998 and I'm using a iPhone 13." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 12 Smith Street, Brisbane QLD 4000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0270", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "sarah.lee@yahoo.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0271", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "I'm with Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0272", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-23409. It was last last Thursday. The agent told me the discount had already been applied." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-88123. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-88123. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0273", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 28th for a premium calling feature." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $34 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0274", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "4000." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is within the next 2 hours." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0275", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I found a better deal with another provider" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0276", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0498 221 334." }, { "role": "agent", "text": "You're using an average of 28GB a month but your plan only includes 20GB. The Plus 80 plan at $79 would give you 60GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0277", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 15. Number is 0491 556 213." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Send it to me. Address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 22 King Street, Perth WA 6000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0278", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "neutral", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's d.wilson@hotmail.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0279", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0280", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-44312. It was last Wednesday morning. The agent told me my bill would not increase." }, { "role": "agent", "text": "I've created complaint file CMP-30445. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0281", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "You've charged me $47 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0419 773 556." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 12th for a premium roaming add-on." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $34 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0282", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 4101." }, { "role": "agent", "text": "Yes, we have a unplanned network fault logged for your area. The technical team is working to restore service by 4pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0283", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0284", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "0433 871 229." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 28GB of data. You're currently on the Value 40 plan. I'd recommend the Value 80 plan \u2014 it gives you 60GB for just $79 a month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0285", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 13. Number is 0491 556 213." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0286", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0287", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Optus. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0288", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-44312. Happened on Friday. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-55674." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0289", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "My bill this month is $34 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "It's 0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 7th for a device protection plan." }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $112 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0290", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 6005." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0291", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0292", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "Based on your usage of 42GB a month, the Plus 80 at $89 with 100GB would be the best fit. That's only $30 more per month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0293", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "confused", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 13. Number is 0433 871 229." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "I have 8 Collins Street, Melbourne VIC 3000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0294", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "neutral", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to kpatrick@outlook.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0295", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "neutral", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Optus." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0296", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-91234. Monday afternoon I spoke to someone who my contract had no exit fee." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-88123. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0297", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $47. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0412 555 873." }, { "role": "agent", "text": "Thank you. I can see a charge of $28 applied on April 30th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $155 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0298", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 3141." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0299", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a free upgrade to the next data tier at no extra cost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0300", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0412 555 873." }, { "role": "agent", "text": "You're using an average of 55GB a month but your plan only includes 50GB. The Premium 100 plan at $79 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0301", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "iPhone 13. Mobile is 0419 773 556." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 8 Collins Street, Melbourne VIC 3000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0302", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "I've sent a password reset link to kpatrick@outlook.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0303", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0304", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-91234. It was last Friday. The agent told me my bill would not increase." }, { "role": "agent", "text": "I've created complaint file CMP-22981. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-22981." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0305", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $41 higher than it should be. What's going on?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "Thank you. I can see a charge of $23 applied on April 15th \u2014 this appears to be for a device protection plan. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $94 to your next bill." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0306", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "2033." }, { "role": "agent", "text": "Yes, we have a unplanned network fault logged for your area. The technical team is working to restore service by by end of day." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0307", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I'm moving overseas next month" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a free upgrade to the next data tier at no extra cost effective immediately. How does that sound?" }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0308", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0419 773 556." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 61GB of data. You're currently on the Basic 20 plan. I'd recommend the Value 80 plan \u2014 it gives you 100GB for just $89 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0309", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "confused", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "iPhone 14 Pro. Mobile is 0407 334 782." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 7 Rundle Mall, Adelaide SA 5000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0310", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "neutral", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "Should be jsmith@gmail.com." }, { "role": "agent", "text": "Reset link sent to m.jones@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0311", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0312", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account is ACC-23409. It was last Tuesday. The agent told me my bill would not increase." }, { "role": "agent", "text": "I've created complaint file CMP-10291. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-22981." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0313", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "Thank you. I can see a charge of $94 applied on May 10th \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $89 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0314", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "3182." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0315", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I found a better deal with another provider" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0316", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0407 334 782." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 38GB of data. You're currently on the Essential 30 plan. I'd recommend the Value 80 plan \u2014 it gives you 80GB for just $69 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Plus 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0317", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's 0412 555 873 and I'm using a Google Pixel 8." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0318", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to jsmith@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0319", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "I'm with Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0320", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account is ACC-91234. It was last Monday afternoon. The agent told me my contract had no exit fee." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-88123. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0321", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "You've charged me $28 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0419 773 556." }, { "role": "agent", "text": "I've found the charge. It was applied on April 30th and relates to a content subscription service. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $34 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0322", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 3000." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is within the next 2 hours." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0323", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0324", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "You're using an average of 61GB a month but your plan only includes 50GB. The Plus 80 plan at $69 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0325", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a iPhone 14 Pro." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "I have 22 King Street, Perth WA 6000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0326", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to m.jones@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0327", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0328", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-77651. Happened on Friday. I was told the plan included unlimited calls which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-10291. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0329", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $67. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "I've found the charge. It was applied on May 7th and relates to a premium calling feature. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $41 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0330", "intent": "service_outage", "sub_intent": "call_dropping", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "6000." }, { "role": "agent", "text": "There is a known scheduled maintenance window impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0331", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I'm moving overseas next month" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0332", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "Number is 0498 221 334." }, { "role": "agent", "text": "You're using an average of 55GB a month but your plan only includes 40GB. The Value 80 plan at $89 would give you 100GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0333", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Samsung Galaxy S24. Mobile is 0407 334 782." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 22 King Street, Perth WA 6000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0334", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "It's d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to sarah.lee@yahoo.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0335", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Optus." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0336", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-23409. Happened on Friday. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-55674. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0337", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $34 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "0462 114 998." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 30th for a content subscription service." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $47 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0338", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "Postcode is 4101." }, { "role": "agent", "text": "I can see there's a scheduled maintenance window affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0339", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "I can put you on 6 months at your current rate with a 20GB data boost effective immediately. How does that sound?" }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0340", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0455 988 001." }, { "role": "agent", "text": "Based on your usage of 55GB a month, the Standard 60 at $79 with 60GB would be the best fit. That's only $10 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0341", "intent": "device_issue", "sub_intent": "esim_setup", "customer_sentiment": "confused", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Samsung Galaxy S24. Mobile is 0491 556 213." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "I have 12 Smith Street, Brisbane QLD 4000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0342", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "neutral", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's sarah.lee@yahoo.com." }, { "role": "agent", "text": "Reset link sent to sarah.lee@yahoo.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0343", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Vodafone." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0344", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-88821. Friday I spoke to someone who the discount had already been applied." }, { "role": "agent", "text": "I've created complaint file CMP-55674. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-10291. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0345", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $112. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0419 773 556." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 3rd for an international data pack." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $155 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0346", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 2065." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is by end of day." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0347", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "neutral", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I'm moving overseas next month" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0348", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0407 334 782." }, { "role": "agent", "text": "Based on your usage of 47GB a month, the Essential 60 at $79 with 80GB would be the best fit. That's only $10 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0349", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0491 556 213." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0350", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to sarah.lee@yahoo.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0351", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Boost Mobile." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0352", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account is ACC-91234. It was last Wednesday morning. The agent told me my contract had no exit fee." }, { "role": "agent", "text": "Complaint CMP-22981 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0353", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $94. Can you tell me what this is?" }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0412 555 873." }, { "role": "agent", "text": "Thank you. I can see a charge of $47 applied on April 15th \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $34 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0354", "intent": "service_outage", "sub_intent": "slow_speeds", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 3000." }, { "role": "agent", "text": "There is a known unplanned network fault impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0355", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "I can put you on a free upgrade to the next data tier at no extra cost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0356", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "Number is 0419 773 556." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 28GB of data. You're currently on the Value 40 plan. I'd recommend the Premium 100 plan \u2014 it gives you 60GB for just $69 a month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Plus 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0357", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a iPhone 13. Number is 0419 773 556." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "I have 8 Collins Street, Melbourne VIC 3000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0358", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "m.jones@gmail.com." }, { "role": "agent", "text": "I've sent a password reset link to m.jones@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0359", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0360", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-77651. Monday afternoon I spoke to someone who my bill would not increase." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-22981. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-10291. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0361", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $112 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0455 988 001." }, { "role": "agent", "text": "Thank you. I can see a charge of $34 applied on April 15th \u2014 this appears to be for a device protection plan. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $94 to your next bill." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0362", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "4068." }, { "role": "agent", "text": "Yes, we have a unplanned network fault logged for your area. The technical team is working to restore service by 4pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0363", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0364", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0423 667 112." }, { "role": "agent", "text": "Based on your usage of 42GB a month, the Premium 100 at $79 with 80GB would be the best fit. That's only $15 more per month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0365", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's 0498 221 334 and I'm using a iPhone 14 Pro." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 8 Collins Street, Melbourne VIC 3000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0366", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to kpatrick@outlook.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0367", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0368", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "Account is ACC-44312. It was last last Thursday. The agent told me my bill would not increase." }, { "role": "agent", "text": "Complaint CMP-22981 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-88123." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0369", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "You've charged me $47 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0433 871 229." }, { "role": "agent", "text": "I've found the charge. It was applied on May 10th and relates to a premium roaming add-on. Does that ring a bell?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $34 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0370", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is by end of day." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0371", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you a loyalty discount bringing your plan down to $49 a month. That would address the issue you mentioned directly." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0372", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0433 871 229." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 33GB of data. You're currently on the Standard 50 plan. I'd recommend the Plus 80 plan \u2014 it gives you 80GB for just $89 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0373", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "confused", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "It's a Samsung Galaxy S24. Number is 0478 002 445." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0374", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "m.jones@gmail.com." }, { "role": "agent", "text": "Reset link sent to d.wilson@hotmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0375", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Vodafone." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0376", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-88821. Happened on Friday. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-30445 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0377", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $41 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 15th for a premium calling feature." }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $28 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0378", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by by end of day." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0379", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "I'm moving overseas next month" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0380", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0419 773 556." }, { "role": "agent", "text": "You're using an average of 38GB a month but your plan only includes 50GB. The Premium 100 plan at $79 would give you 60GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0381", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's a iPhone 14 Pro. Number is 0478 002 445." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 8 Collins Street, Melbourne VIC 3000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0382", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "kpatrick@outlook.com." }, { "role": "agent", "text": "I've sent a password reset link to kpatrick@outlook.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0383", "intent": "new_service", "sub_intent": "port_number_in", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0384", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-44312. Friday I spoke to someone who the plan included unlimited calls." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-88123. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0385", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "My bill this month is $155 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0455 988 001." }, { "role": "agent", "text": "Thank you. I can see a charge of $155 applied on May 3rd \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $28 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0386", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a scheduled maintenance window logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0387", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0388", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0455 988 001." }, { "role": "agent", "text": "Based on your usage of 42GB a month, the Essential 60 at $69 with 80GB would be the best fit. That's only $10 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0389", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "confused", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 15. Number is 0433 871 229." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 45 Park Road, Sydney NSW 2000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0390", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to sarah.lee@yahoo.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0391", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Belong. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0392", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-44312. Monday afternoon I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "Complaint CMP-88123 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-88123." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0393", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $34. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0491 556 213." }, { "role": "agent", "text": "Thank you. I can see a charge of $41 applied on April 30th \u2014 this appears to be for a premium roaming add-on. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $41 back to your account effective immediately." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0394", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 3182." }, { "role": "agent", "text": "Yes, we have a fibre cable issue impacting local cells logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0395", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "angry", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I just don't need the service anymore" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0396", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "You're using an average of 42GB a month but your plan only includes 40GB. The Standard 60 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0397", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's 0412 555 873 and I'm using a Google Pixel 8." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 22 King Street, Perth WA 6000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0398", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "kpatrick@outlook.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0399", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "I'm with Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Telstra. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0400", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-88821. Happened on Friday. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "I've created complaint file CMP-22981. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-10291 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0401", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $23. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0407 334 782." }, { "role": "agent", "text": "Thank you. I can see a charge of $155 applied on May 12th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $23 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0402", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "Postcode is 2065." }, { "role": "agent", "text": "There is a known scheduled maintenance window impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "That's a fair point. I'm flagging your account for an automatic credit once the service is restored \u2014 typically 1 to 2 days of your plan cost." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0403", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, I found a better deal with another provider" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0404", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 47GB of data. You're currently on the Standard 50 plan. I'd recommend the Standard 60 plan \u2014 it gives you 80GB for just $69 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Sorted. You're now on the Value 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0405", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a iPhone 14 Pro." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 45 Park Road, Sydney NSW 2000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0406", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0407", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "positive", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0408", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-91234. Wednesday morning I spoke to someone who the plan included unlimited calls." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-10291. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-30445 and escalate." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0409", "intent": "billing_dispute", "sub_intent": "unexpected_charge", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $155. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0419 773 556." }, { "role": "agent", "text": "I've found the charge. It was applied on April 30th and relates to a premium calling feature. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $47 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0410", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "I'm in 4101." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by within the next 2 hours." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0411", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_cancelled", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I found a better deal with another provider" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on 6 months at your current rate with a 20GB data boost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0412", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0498 221 334." }, { "role": "agent", "text": "You're using an average of 28GB a month but your plan only includes 30GB. The Plus 80 plan at $89 would give you 60GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0413", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's 0423 667 112 and I'm using a Samsung Galaxy S24." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Just send it please. My address is 22 King Street, Perth WA 6000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0414", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to sarah.lee@yahoo.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0415", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0416", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-23409. Happened on Wednesday morning. I was told the discount had already been applied which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-22981 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-22981 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0417", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $47. Can you tell me what this is?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "0407 334 782." }, { "role": "agent", "text": "Thank you. I can see a charge of $67 applied on May 10th \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $41 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0418", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "6000." }, { "role": "agent", "text": "There is a known fibre cable issue impacting local cells impacting your postcode right now. Engineers are on it \u2014 estimated restoration is within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0419", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Honestly, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 a $20 monthly discount for 12 months. That's available to you right now." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Done \u2014 your account has been updated. Is there anything else I can help with today?" } ] }, { "id": "TCS-0420", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0462 114 998." }, { "role": "agent", "text": "Based on your usage of 61GB a month, the Standard 60 at $89 with 60GB would be the best fit. That's only $10 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0421", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "Samsung Galaxy A54. Mobile is 0433 871 229." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Just send it please. My address is 12 Smith Street, Brisbane QLD 4000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0422", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "No problem \u2014 I can get you back in right now. Can I get the email address on your account so I can send a reset link?" }, { "role": "customer", "text": "It's d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to sarah.lee@yahoo.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0423", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0424", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-23409. Happened on Tuesday. I was told my contract had no exit fee which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-88123 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0425", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $23 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0478 002 445." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 3rd for an international data pack." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $47 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0426", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "I'm in 4068." }, { "role": "agent", "text": "There is a known scheduled maintenance window impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 2pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0427", "intent": "cancellation", "sub_intent": "too_expensive", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0428", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "Based on your usage of 33GB a month, the Essential 60 at $89 with 80GB would be the best fit. That's only $15 more per month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0429", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Samsung Galaxy S24. Mobile is 0478 002 445." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 22 King Street, Perth WA 6000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0430", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "confused", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "sarah.lee@yahoo.com." }, { "role": "agent", "text": "I've sent a password reset link to jsmith@gmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0431", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0432", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-23409. Tuesday I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "I've created complaint file CMP-10291. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0433", "intent": "billing_dispute", "sub_intent": "wrong_plan_billed", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $67 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 10th for a premium roaming add-on." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $47 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0434", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 5000." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0435", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Here's what I can do \u2014 6 months at your current rate with a 20GB data boost. That's available to you right now." }, { "role": "customer", "text": "That does sound better. Alright, let's do that." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0436", "intent": "plan_change", "sub_intent": "add_international", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0433 871 229." }, { "role": "agent", "text": "You're using an average of 61GB a month but your plan only includes 40GB. The Essential 60 plan at $89 would give you 60GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0437", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "confused", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a Samsung Galaxy A54. Number is 0498 221 334." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Just send it please. My address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "I have 8 Collins Street, Melbourne VIC 3000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0438", "intent": "account_access", "sub_intent": "update_payment_method", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to jsmith@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Perfect. Is there anything else on the account I can assist with?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0439", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Optus." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0440", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "very_angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "ACC-91234. Happened on Monday afternoon. I was told the plan included unlimited calls which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-10291 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-22981." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Thank you for raising it. We'll be in touch within 2 business days." } ] }, { "id": "TCS-0441", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $89 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "That's definitely something we need to look into. Let me access your account. Can I get your mobile number?" }, { "role": "customer", "text": "Sure, it's 0462 114 998." }, { "role": "agent", "text": "I've found the charge. It was applied on May 10th and relates to a device protection plan. Does that ring a bell?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $28 to your next bill." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0442", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "4101." }, { "role": "agent", "text": "There is a known tower upgrade affecting your area impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 10am tomorrow." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0443", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Looking at your account I can offer you a $20 monthly discount for 12 months. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0444", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "curious", "resolution_outcome": "resolved_plan_downgraded", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0478 002 445." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 47GB of data. You're currently on the Value 40 plan. I'd recommend the Standard 60 plan \u2014 it gives you 60GB for just $69 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0445", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "No worries, I can walk you through this. What's the make and model of the phone and what's your mobile number?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0419 773 556." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 7 Rundle Mall, Adelaide SA 5000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 7 Rundle Mall, Adelaide SA 5000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0446", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "d.wilson@hotmail.com." }, { "role": "agent", "text": "I've sent a password reset link to d.wilson@hotmail.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0447", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "curious", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Vodafone." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Vodafone. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "Will I lose service at any point during the switch?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0448", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "very_angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-44312. last Thursday I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "I've created complaint file CMP-22981. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "Your concern is valid and I won't dismiss it. The complaint is in the system with a flag for management review. Reference CMP-30445. Two business days \u2014 if you don't hear, call us and use that reference to escalate immediately." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0449", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $34 higher than it should be. What's going on?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0419 773 556." }, { "role": "agent", "text": "I've found the charge. It was applied on April 28th and relates to an international data pack. Does that ring a bell?" }, { "role": "customer", "text": "No I had no idea about that. I never authorised it." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $94 to your next bill." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0450", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "resolved_outage_credited", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "Postcode is 4000." }, { "role": "agent", "text": "There is a known scheduled maintenance window impacting your postcode right now. Engineers are on it \u2014 estimated restoration is 4pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0451", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on 6 months at your current rate with a 20GB data boost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0452", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "Number is 0407 334 782." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 61GB of data. You're currently on the Essential 30 plan. I'd recommend the Standard 60 plan \u2014 it gives you 80GB for just $69 a month." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0453", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "confused", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "iPhone 15. Mobile is 0423 667 112." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Tried that already. Still says no SIM." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 45 Park Road, Sydney NSW 2000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0454", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "neutral", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "Should be m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to m.jones@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0455", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "curious", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Telstra." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Belong. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0456", "intent": "complaint", "sub_intent": "coverage_complaint", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-77651. Happened on last Thursday. I was told my bill would not increase which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-22981. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-10291 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0457", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "My bill this month is $94 higher than it should be. What's going on?" }, { "role": "agent", "text": "I understand your concern and I want to get to the bottom of this for you. Can I please get your account number or the mobile number on the account?" }, { "role": "customer", "text": "Sure, it's 0491 556 213." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 3rd for an international data pack." }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $89 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0458", "intent": "service_outage", "sub_intent": "no_mobile_data", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "2033." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is 4pm today." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0459", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, I found a better deal with another provider" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Here's what I can do \u2014 a free upgrade to the next data tier at no extra cost. That's available to you right now." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0460", "intent": "plan_change", "sub_intent": "family_plan_query", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "0491 556 213." }, { "role": "agent", "text": "You're using an average of 61GB a month but your plan only includes 30GB. The Standard 60 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "Sorted. You're now on the Plus 80 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0461", "intent": "device_issue", "sub_intent": "hotspot_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "store_visit_required", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "iPhone 13. Mobile is 0412 555 873." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "That tells me the SIM card has physically failed. I'll dispatch a replacement by express post for tomorrow delivery, or you can grab one from a store today." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 22 King Street, Perth WA 6000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0462", "intent": "account_access", "sub_intent": "forgot_password", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "I'm locked out of my online account." }, { "role": "agent", "text": "Happy to help. What's the email address linked to your account?" }, { "role": "customer", "text": "It's kpatrick@outlook.com." }, { "role": "agent", "text": "I've sent a password reset link to sarah.lee@yahoo.com. It will expire in 15 minutes. Let me know if you don't receive it." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "I'm good thanks." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0463", "intent": "new_service", "sub_intent": "new_sim_activation", "customer_sentiment": "positive", "resolution_outcome": "resolved_port_initiated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Boost Mobile." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0464", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_complaints_team", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "ACC-88821. Happened on Wednesday morning. I was told the coverage issue had been resolved which turned out to be completely wrong." }, { "role": "agent", "text": "Thank you for the details. I've raised complaint reference CMP-88123. Our complaints team will review the call recording and contact you within 2 business days." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-55674." }, { "role": "customer", "text": "Alright. I'll be following up." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0465", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "angry", "resolution_outcome": "resolved_credit_applied", "turns": [ { "role": "customer", "text": "You've charged me $155 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "Thank you. I can see a charge of $94 applied on May 10th \u2014 this appears to be for a premium calling feature. Were you aware of this?" }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $23 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0466", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "4000." }, { "role": "agent", "text": "Yes, we have a tower upgrade affecting your area logged for your area. The technical team is working to restore service by within the next 2 hours." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0467", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "I'm sorry to hear that. Before I process the cancellation, would you mind if I asked what's prompted the decision?" }, { "role": "customer", "text": "Look, the price is just too high for what I'm getting" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Go ahead but I'm not making any promises." }, { "role": "agent", "text": "Looking at your account I can offer you a $20 monthly discount for 12 months. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0468", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want more data on my plan. What are my options?" }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "Number is 0423 667 112." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 33GB of data. You're currently on the Value 40 plan. I'd recommend the Premium 100 plan \u2014 it gives you 100GB for just $69 a month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0469", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_sim_replacement", "turns": [ { "role": "customer", "text": "Phone says no SIM detected. I haven't done anything differently." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a iPhone 15. Number is 0412 555 873." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0470", "intent": "account_access", "sub_intent": "update_email", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "I can't log into my account. I've forgotten my password." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "It's m.jones@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to m.jones@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Got it. All sorted." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Great stuff. Don't hesitate to reach out if you need anything else." } ] }, { "id": "TCS-0471", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "neutral", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Yes, definitely. We'll take care of the whole process. Who are you currently with?" }, { "role": "customer", "text": "Currently on Optus." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Only a very brief window of 5 to 10 minutes when the actual switch completes. Everything else is seamless." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "Done. Port is in progress. You'll get two SMS updates \u2014 one confirming the request and one when it's complete. Is there anything else I can help with?" } ] }, { "id": "TCS-0472", "intent": "complaint", "sub_intent": "promised_callback_not_received", "customer_sentiment": "frustrated", "resolution_outcome": "formal_complaint_lodged", "turns": [ { "role": "customer", "text": "I need to lodge a complaint. I was told one thing last week and now I'm being told something completely different." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-91234. Monday afternoon I spoke to someone who the discount had already been applied." }, { "role": "agent", "text": "I've created complaint file CMP-88123. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "Will anything actually be done about it or is this just going to disappear into a black hole?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-88123." }, { "role": "customer", "text": "Okay. Thanks for at least taking it seriously." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0473", "intent": "billing_dispute", "sub_intent": "international_charge", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $47. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0455 988 001." }, { "role": "agent", "text": "I've found the charge. It was applied on May 3rd and relates to a content subscription service. Does that ring a bell?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $28 back to your account effective immediately." }, { "role": "customer", "text": "Thank you. And can you make sure it doesn't happen again?" }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0474", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_technical_team", "turns": [ { "role": "customer", "text": "My mobile data has completely stopped working. I've restarted my phone and nothing." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "Postcode is 3182." }, { "role": "agent", "text": "I can see there's a tower upgrade affecting your area affecting your area at the moment. Our team is working on it and the estimated fix time is by end of day." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Yes \u2014 we'll send you an SMS the moment the network is restored in your area. Is there anything else I can help with?" } ] }, { "id": "TCS-0475", "intent": "cancellation", "sub_intent": "moving_overseas", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'm calling to cancel my plan." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "the price is just too high for what I'm getting" }, { "role": "agent", "text": "That's fair feedback. I do have something that might change your mind \u2014 can I take 60 seconds to show you?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on 6 months at your current rate with a 20GB data boost effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0476", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "positive", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0433 871 229." }, { "role": "agent", "text": "Looking at your last 3 months you've averaged 61GB of data. You're currently on the Basic 20 plan. I'd recommend the Premium 100 plan \u2014 it gives you 80GB for just $89 a month." }, { "role": "customer", "text": "That works for me. Can you change it now?" }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0477", "intent": "device_issue", "sub_intent": "phone_not_activating", "customer_sentiment": "confused", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "It's a Google Pixel 8. Number is 0423 667 112." }, { "role": "agent", "text": "Thanks. First thing \u2014 can you try removing the SIM and reinserting it with the phone completely off?" }, { "role": "customer", "text": "Just did it. Same error." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Send it to me. Address is 45 Park Road, Sydney NSW 2000." }, { "role": "agent", "text": "Your replacement SIM is dispatched to 12 Smith Street, Brisbane QLD 4000. You'll receive tracking details by SMS within the hour. Anything else I can help with?" } ] }, { "id": "TCS-0478", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "neutral", "resolution_outcome": "resolved_details_updated", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "Should be m.jones@gmail.com." }, { "role": "agent", "text": "Reset link sent to kpatrick@outlook.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "No that's all thanks." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0479", "intent": "new_service", "sub_intent": "business_account_query", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I want to port my number from another carrier to you." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "I'm with Optus." }, { "role": "agent", "text": "Perfect. I'll kick off the port request once your account is set up. Standard timeframe is 2 to 4 business hours. Your existing number stays live until the moment it switches." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "There will be a brief interruption of around 5 to 10 minutes at the very end of the port process. Outside of that your service runs normally the whole time." }, { "role": "customer", "text": "That works. Let's do it." }, { "role": "agent", "text": "Port request submitted. Confirmation SMS on its way. Expected completion within 4 business hours. Anything else?" } ] }, { "id": "TCS-0480", "intent": "complaint", "sub_intent": "incorrect_information_given", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm sorry that was your experience \u2014 that's not acceptable. I'm going to raise a formal complaint and make sure the right team reviews this. Can I get your account number?" }, { "role": "customer", "text": "Account number ACC-88821. Wednesday morning I spoke to someone who my bill would not increase." }, { "role": "agent", "text": "I've created complaint file CMP-30445. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-88123 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0481", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $23. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "0455 988 001." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on April 30th for a premium calling feature." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "That charge should not have been applied. I'm reversing it now and adding a $89 credit. You'll see it within 24 hours." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Done. I've added a note to your account to prevent this happening again. Is there anything else I can help with today?" } ] }, { "id": "TCS-0482", "intent": "service_outage", "sub_intent": "no_service", "customer_sentiment": "angry", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "That's frustrating. Let me look into this immediately. Can you give me your postcode so I can check for outages?" }, { "role": "customer", "text": "2033." }, { "role": "agent", "text": "Yes, we have a scheduled maintenance window logged for your area. The technical team is working to restore service by 2pm today." }, { "role": "customer", "text": "Can I get compensation for this? I'm paying for a service I'm not getting." }, { "role": "agent", "text": "I completely understand. While the outage is being resolved, I can apply a credit to your account for the downtime period. I'll add that now." }, { "role": "customer", "text": "Alright. Just let me know when it's resolved." }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0483", "intent": "cancellation", "sub_intent": "competitor_offer", "customer_sentiment": "neutral", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "Honestly, I just don't need the service anymore" }, { "role": "agent", "text": "I hear you. Before I cancel the account, let me see what I can do \u2014 I might be able to address that directly." }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "Here's what I can do \u2014 6 months at your current rate with a 20GB data boost. That's available to you right now." }, { "role": "customer", "text": "Hmm. That's actually not bad. Okay I'll give it another shot." }, { "role": "agent", "text": "Excellent. I've updated your account. You'll get a confirmation email shortly. And thank you for giving us another chance." } ] }, { "id": "TCS-0484", "intent": "plan_change", "sub_intent": "upgrade_data", "customer_sentiment": "curious", "resolution_outcome": "resolved_addon_added", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Sure. I'll pull up your account and check your data usage over the last few months. What number is the account under?" }, { "role": "customer", "text": "It's 0498 221 334." }, { "role": "agent", "text": "You're using an average of 28GB a month but your plan only includes 50GB. The Standard 60 plan at $79 would give you 100GB and fix the issue." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "Done. Your plan has been upgraded effective immediately \u2014 the extra data is available right now. Your next bill will reflect the new rate." }, { "role": "customer", "text": "Perfect. Thanks." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] }, { "id": "TCS-0485", "intent": "device_issue", "sub_intent": "sim_not_working", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "My phone is showing no SIM card but I haven't changed anything." }, { "role": "agent", "text": "That can definitely be alarming \u2014 let me help you sort it out. What type of phone do you have and what number is on the account?" }, { "role": "customer", "text": "Google Pixel 8. Mobile is 0455 988 001." }, { "role": "agent", "text": "Let's try a basic step first \u2014 power the phone off, remove the SIM, wait 30 seconds, reinsert and power back on." }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "In that case the SIM itself has likely failed. I can send a replacement to your address by express post \u2014 you'll have it tomorrow. Or you can pick one up at your nearest store today." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "I have 12 Smith Street, Brisbane QLD 4000 on file \u2014 I'll dispatch the replacement SIM to that address now. You'll receive a tracking SMS by tonight. Anything else?" } ] }, { "id": "TCS-0486", "intent": "account_access", "sub_intent": "two_factor_issue", "customer_sentiment": "frustrated", "resolution_outcome": "resolved_password_reset", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "Should be d.wilson@hotmail.com." }, { "role": "agent", "text": "Reset link sent to jsmith@gmail.com \u2014 check your inbox and spam folder. It expires in 15 minutes." }, { "role": "customer", "text": "Got it. Let me try. Yes that worked." }, { "role": "agent", "text": "Excellent. While you're in there, I'd recommend setting up two-factor authentication for added security \u2014 it only takes a minute." }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0487", "intent": "new_service", "sub_intent": "prepaid_to_postpaid", "customer_sentiment": "positive", "resolution_outcome": "resolved_service_activated", "turns": [ { "role": "customer", "text": "I'm switching from another provider and want to bring my number across." }, { "role": "agent", "text": "Of course. Keeping your number is totally doable. What provider are you moving from?" }, { "role": "customer", "text": "Currently on Telstra." }, { "role": "agent", "text": "Great. Once you've signed up for your new plan, I'll initiate the port request. The process takes between 2 and 4 business hours and your number stays active the whole time." }, { "role": "customer", "text": "Is there any downtime I should know about?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Okay that's fine. Let's go ahead." }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0488", "intent": "complaint", "sub_intent": "rude_agent", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I'm really unhappy with the service I received last week and I want it on record." }, { "role": "agent", "text": "That's not the standard we hold ourselves to and I sincerely apologise. Let me open a formal complaint file. Can you give me your account number and details of what happened?" }, { "role": "customer", "text": "Account number ACC-77651. Monday afternoon I spoke to someone who the coverage issue had been resolved." }, { "role": "agent", "text": "I've created complaint file CMP-22981. A senior member of the complaints team will contact you within 2 business days. You'll also receive a written acknowledgement by email today." }, { "role": "customer", "text": "I've made complaints before and nothing happens. Why should this be different?" }, { "role": "agent", "text": "I completely understand that scepticism and I won't make promises I can't keep. What I can tell you is your complaint is now on record, the call is flagged for review, and someone will contact you. If you don't hear back within 2 days please call us and quote CMP-55674." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Of course. Thank you for your patience. We'll speak soon." } ] }, { "id": "TCS-0489", "intent": "billing_dispute", "sub_intent": "double_charged", "customer_sentiment": "frustrated", "resolution_outcome": "escalated_to_billing_team", "turns": [ { "role": "customer", "text": "You've charged me $23 that I never agreed to. I want this sorted immediately." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0462 114 998." }, { "role": "agent", "text": "Thank you. I can see a charge of $89 applied on May 7th \u2014 this appears to be for a content subscription service. Were you aware of this?" }, { "role": "customer", "text": "Absolutely not. I never agreed to that." }, { "role": "agent", "text": "You're right \u2014 I can see no record of you requesting this. I'm removing the charge now and applying a full credit of $94 to your next bill." }, { "role": "customer", "text": "Alright. I appreciate that. Just make sure this is fixed going forward." }, { "role": "agent", "text": "Of course. Your account has been updated. A confirmation email is on its way. Anything else I can assist with?" } ] }, { "id": "TCS-0490", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "I have no internet on my phone at all today. It's been hours." }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me check the network status in your area right now. What's your postcode?" }, { "role": "customer", "text": "I'm in 3182." }, { "role": "agent", "text": "I can see there's a fibre cable issue impacting local cells affecting your area at the moment. Our team is working on it and the estimated fix time is 4pm today." }, { "role": "customer", "text": "That's not good enough. I need data for work." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Fine. Can you let me know when it's fixed?" }, { "role": "agent", "text": "Absolutely. You'll receive an SMS notification as soon as service is back. Anything else?" } ] }, { "id": "TCS-0491", "intent": "cancellation", "sub_intent": "no_longer_needed", "customer_sentiment": "angry", "resolution_outcome": "resolved_retention_offer_accepted", "turns": [ { "role": "customer", "text": "I'd like to cancel my account please." }, { "role": "agent", "text": "I can process that for you. Is there anything specific that's led to this decision? I'd like to help if I can." }, { "role": "customer", "text": "I've had constant issues with service and nothing gets fixed" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Sure, but it better be worth it." }, { "role": "agent", "text": "I can put you on a loyalty discount bringing your plan down to $49 a month effective immediately. How does that sound?" }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0492", "intent": "plan_change", "sub_intent": "downgrade_cost", "customer_sentiment": "neutral", "resolution_outcome": "resolved_plan_upgraded", "turns": [ { "role": "customer", "text": "My data runs out before the end of the month \u2014 I need to upgrade." }, { "role": "agent", "text": "Of course. Let me look at your account and current usage so I can make the best recommendation. What's your mobile number?" }, { "role": "customer", "text": "Number is 0419 773 556." }, { "role": "agent", "text": "Based on your usage of 47GB a month, the Plus 80 at $59 with 100GB would be the best fit. That's only $20 more per month." }, { "role": "customer", "text": "Yeah that sounds right. Let's switch to that." }, { "role": "agent", "text": "All updated. The new data allowance is active on your account. You'll see the price change on your next billing cycle." }, { "role": "customer", "text": "Cheers, that's all." }, { "role": "agent", "text": "No problem at all. Have a great day!" } ] }, { "id": "TCS-0493", "intent": "device_issue", "sub_intent": "device_locked", "customer_sentiment": "neutral", "resolution_outcome": "resolved_settings_update", "turns": [ { "role": "customer", "text": "I'm getting a 'no SIM' error on my phone out of nowhere." }, { "role": "agent", "text": "Let's get that fixed. Can I get your phone model and the mobile number on your account?" }, { "role": "customer", "text": "iPhone 14 Pro. Mobile is 0433 871 229." }, { "role": "agent", "text": "Let me run a quick check on the SIM from my end. While I do that, can you try popping the SIM out and back in with the phone off?" }, { "role": "customer", "text": "Done that twice. Nothing changed." }, { "role": "agent", "text": "The SIM has failed. I can get a new one to you by express post tomorrow, or if you need it today I can check which store near you has stock." }, { "role": "customer", "text": "Can you send it to me? What address do you have on file?" }, { "role": "agent", "text": "Done \u2014 a replacement SIM is on its way to 12 Smith Street, Brisbane QLD 4000. Expected delivery tomorrow before noon. You'll get a tracking number by SMS. Is there anything else?" } ] }, { "id": "TCS-0494", "intent": "account_access", "sub_intent": "locked_out", "customer_sentiment": "confused", "resolution_outcome": "resolved_account_unlocked", "turns": [ { "role": "customer", "text": "Can't get into my account \u2014 password isn't working." }, { "role": "agent", "text": "Let's sort that out. What email do you have registered with us?" }, { "role": "customer", "text": "jsmith@gmail.com." }, { "role": "agent", "text": "Done \u2014 reset link is on its way to m.jones@gmail.com. If you don't see it in 2 minutes check your junk folder." }, { "role": "customer", "text": "Yep it came through. I'm in now." }, { "role": "agent", "text": "Great. Is there anything else I can help you with today?" }, { "role": "customer", "text": "Nope, all sorted. Cheers." }, { "role": "agent", "text": "Happy to help. Take care!" } ] }, { "id": "TCS-0495", "intent": "new_service", "sub_intent": "add_second_line", "customer_sentiment": "curious", "resolution_outcome": "escalated_to_sales_team", "turns": [ { "role": "customer", "text": "Can I keep my existing number if I join you?" }, { "role": "agent", "text": "Absolutely \u2014 number porting is straightforward and we handle everything. Which carrier are you currently with?" }, { "role": "customer", "text": "Belong." }, { "role": "agent", "text": "No problem. After your new service is set up I'll submit the port request to Boost Mobile. It usually completes within 2 to 4 hours. There's no downtime during the process." }, { "role": "customer", "text": "What happens to my calls and texts while the port is happening?" }, { "role": "agent", "text": "Minimal \u2014 there's typically a 5 to 10 minute gap at completion. We'll send you an SMS just before it happens so you're not caught off guard." }, { "role": "customer", "text": "Fine by me. What do you need from me?" }, { "role": "agent", "text": "I'll get the port request submitted now. You'll receive an SMS when it's confirmed and another when it's complete. Is there anything else I can set up for you today?" } ] }, { "id": "TCS-0496", "intent": "complaint", "sub_intent": "contract_misrepresented", "customer_sentiment": "angry", "resolution_outcome": "resolved_apology_credit_applied", "turns": [ { "role": "customer", "text": "I want to make a formal complaint. The agent I spoke to last week was extremely rude and gave me completely wrong information." }, { "role": "agent", "text": "I'm genuinely sorry to hear that and I want to make sure this is taken seriously. I'll log a formal complaint right now. Can I get your account number and the approximate date of the interaction?" }, { "role": "customer", "text": "ACC-77651. Happened on last Thursday. I was told my contract had no exit fee which turned out to be completely wrong." }, { "role": "agent", "text": "Complaint CMP-55674 has been lodged. The team will review the interaction and reach out to you within 2 business days with a resolution." }, { "role": "customer", "text": "I just want to know someone is actually going to look at this." }, { "role": "agent", "text": "That's a fair concern and I'm not going to give you a hollow answer. The complaint is logged, the call will be reviewed, and you'll be contacted. If 2 business days pass with no contact, call back with reference CMP-55674 and escalate." }, { "role": "customer", "text": "Fine. I'll be watching for that call." }, { "role": "agent", "text": "Please do. And again, I sincerely apologise for the experience. We'll be in touch." } ] }, { "id": "TCS-0497", "intent": "billing_dispute", "sub_intent": "late_fee_dispute", "customer_sentiment": "angry", "resolution_outcome": "resolved_charge_removed", "turns": [ { "role": "customer", "text": "I've just looked at my bill and there's a charge here I don't recognise for $112. Can you tell me what this is?" }, { "role": "agent", "text": "I'm sorry to hear that \u2014 let me pull up your account right now and investigate that charge. What's the number on the account?" }, { "role": "customer", "text": "Sure, it's 0407 334 782." }, { "role": "agent", "text": "Looking at your account I can see the charge \u2014 it was added on May 12th for a premium roaming add-on." }, { "role": "customer", "text": "No. That should not be on my account." }, { "role": "agent", "text": "I apologise for that \u2014 this was applied in error. I'm crediting $41 back to your account effective immediately." }, { "role": "customer", "text": "Okay good. I'll be watching my next bill closely." }, { "role": "agent", "text": "Absolutely. I've flagged your account so any new add-ons require your explicit approval. You'll receive a confirmation SMS shortly." } ] }, { "id": "TCS-0498", "intent": "service_outage", "sub_intent": "sms_not_sending", "customer_sentiment": "neutral", "resolution_outcome": "resolved_technical_fix", "turns": [ { "role": "customer", "text": "Data is down on my phone. No connection whatsoever." }, { "role": "agent", "text": "Let me look into that for you straight away. What suburb or postcode are you in?" }, { "role": "customer", "text": "3141." }, { "role": "agent", "text": "I can see there's a unplanned network fault affecting your area at the moment. Our team is working on it and the estimated fix time is 10am tomorrow." }, { "role": "customer", "text": "So I just have to wait? This is unacceptable." }, { "role": "agent", "text": "Absolutely \u2014 you shouldn't be paying for a service that's unavailable. I'm applying a credit to your account now. You'll see it on your next bill." }, { "role": "customer", "text": "Okay. Will I get a notification when it's back up?" }, { "role": "agent", "text": "Of course. An automated SMS will go out to you when the outage is cleared. Is there anything else I can assist with today?" } ] }, { "id": "TCS-0499", "intent": "cancellation", "sub_intent": "poor_service", "customer_sentiment": "angry", "resolution_outcome": "escalated_to_retention_team", "turns": [ { "role": "customer", "text": "I want to cancel my service." }, { "role": "agent", "text": "Of course \u2014 I can help with that. Can I ask what's driving the decision to cancel today?" }, { "role": "customer", "text": "Look, I'm moving overseas next month" }, { "role": "agent", "text": "I understand. I'd like to offer you one alternative before we proceed \u2014 would you be open to hearing it?" }, { "role": "customer", "text": "Alright, what have you got?" }, { "role": "agent", "text": "Looking at your account I can offer you 6 months at your current rate with a 20GB data boost. That would address the issue you mentioned directly." }, { "role": "customer", "text": "Yeah okay. Let's go with that." }, { "role": "agent", "text": "Perfect. All sorted on my end. Confirmation is on its way to your email. Anything else?" } ] }, { "id": "TCS-0500", "intent": "plan_change", "sub_intent": "remove_addon", "customer_sentiment": "positive", "resolution_outcome": "resolved_addon_removed", "turns": [ { "role": "customer", "text": "I want to change my plan. I keep running out of data every month." }, { "role": "agent", "text": "Happy to help with that. Let me check your current usage and available plans. Can I get your account number?" }, { "role": "customer", "text": "It's 0419 773 556." }, { "role": "agent", "text": "You're using an average of 33GB a month but your plan only includes 40GB. The Value 80 plan at $59 would give you 80GB and fix the issue." }, { "role": "customer", "text": "Okay that makes sense. Go ahead." }, { "role": "agent", "text": "Sorted. You're now on the Essential 60 plan. The additional data is live on your account right now. Anything else I can help with?" }, { "role": "customer", "text": "Great, thanks for sorting that." }, { "role": "agent", "text": "My pleasure. Is there anything else I can help with today?" } ] } ] }