To be used by Providers integrating with CCAI Platform to offer below services-
- BYoVA(Bring your own Virtual)- Where a provider can integrate their Virtual agents within webex contact center platform. Communication between the webex contact center client and Virtual agent happens via gRPC.
- Real Time Media forking(Human agent - caller interaction)- Where a provider/customer can register a url with us where they want to receive the forked audio of the conversation between the agent(human agent) and caller.
BYoVA can be leveraged for Self Service to offer Conversational IVR experience to end customer and offering them life like conversational experience by utilising conversational Speech and NLU enabled BOTs. Communication Protocol - gRPC Proto defintion - voiceVirtualagent.proto(path- dialogue-connector-simulator/src/main/proto/com/cisco/wcc/ccai/media/v1)
Media forking can leveraged by customers/partners to fork the audio of human agent-caller interaction to external url(registered with cisco). Communication Protocol - gRPC Proto defintion - conversationAudioForking.proto(path- dialogue-connector-simulator/src/main/proto/com/cisco/wcc/ccai/media/v1)