Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First draft at integrating operator dialout example #1120

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

DominicStewart
Copy link
Contributor

This adds to the phone chatbot example. The next blog post is focusing on transferring calls. There are many ways to 'transfer' calls. One of the ways many customers want to do it is to add an operator to the call by dialing out. So in this case:

  1. Customer rings bot
  2. Customer has conversation with bot
  3. Customer escalates call and asks to speak to manager
  4. Bot starts dialout to operator (manager / supervisor)
  5. Operator joins the call
  6. Bot summarizes call to manager / supervisor (while customer is on the call)
  7. Bot waits in the call
  8. Customer and operator have a conversation

This example will also allow us to use the voicemail detection + transfer example together. For example:

  1. Bot dials out
  2. If talking to voicemail, it will detect it and leave a message and put down the call
  3. If talking to a human, it will have a conversation
  4. Then bot can escalate to operator and dial out to operators number

Still a work in progress, but I wanted to get @markbackman’s thoughts on the approach. I initially considered breaking this into a separate file since we’ll be adding more transfer examples later (e.g., SIP transfer, blind transfer without context, warm transfer where a second bot joins a different room and retrieves call context via RAG). That said, this approach seems extendable without too many issues.

@DominicStewart
Copy link
Contributor Author

Still not finished (or tested), but almost there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant