Hi Genesys Community,
I'm working on integrating a third-party chatbot with an inbound call flow. Here's my setup and what I'm trying to achieve:
Current Setup:
- I have an external chatbot server with a REST endpoint
- The endpoint accepts: text user message and conversation ID
- The endpoint returns: bot response message
What I Want to Achieve:
- Capture caller's speech using Transcribe action
- Send the transcribed text to my chatbot server using Call Data Action
- Get the bot's response and play it back to the caller using Play Audio action
Is this integration approach feasible? I am aware of AudioConnector Integration but I would like to avoid handling STT/TTS Services. Please also let me know if there is a better way to implement this integration!