Support bot for a SaaS help desk
A developer can scaffold an Intercom support bot that deflects routine tickets and escalates cleanly.
入力と出力のプレビューを見る
入力
- Use Case
- Handle common account questions: password resets, billing changes, and bug reports. Should deflect simple tickets and only escalate complex ones.
- Chatbot Purpose
- support
- Platform
- Intercom
- Num Paths
- 5
- Fallback Behavior
- transfer to a human agent and capture the issue summary
出力(抜粋)
Welcome: "Hi! What can I help with today?" [Reset password] [Billing] [Report a bug] [Something else] Path A - Reset password: Bot sends secure reset link -> confirms success -> offers more help. Path B - Billing: Bot asks plan vs payment -> routes to self-service portal. Path E - Something else / no match: Bot collects a one-line summary, then transfers to a human agent in Intercom with full context attached.