- Connecting your data sources and APIs.
- Feed your knowledge base into ASAPP, and connect your APIs. GenerativeAgent will use them to help users and perform actions.
- Listening and Handling GenerativeAgents. Create a single SSE stream where events from all conversations are sent.
- Events are how GenerativeAgent’s response is sent, as well as other key status information.
- Send your audio or text conversation data to ASAPP and have GenerativeAgent analyze the conversation.

- Create an SSE stream and handle the GenerativeAgents events sent via the stream. GenerativeAgent’s reply is sent via this event stream. You need to provide the bot’s response back to your user.
- Send your audio to AutoTranscribe. Use one of our Connectors to streamline this integration. Otherwise, you can use our websocket integration to pass raw audio.
- Pass the conversation transcript into ASAPP. This is the transcript you receive from AutoTranscribe or the direct text of a conversation if a chat channel like SMS.
- Engage GenerativeAgent on the conversation with the /analyze call. GenerativeAgent will look into ASAPP’s conversation data to account for the entire conversation context.
You need to configure GenerativeAgent in order for it to connect to your Knowledge Base and APIs.
Connectors
We support out-of-the-box connectors to enable GenerativeAgent on contact center platforms:MRCP
We have a plugin for Uni for most On-Prem IVR contact center solutions.
Amazon Connect
Step-by-step guide for integrating GenerativeAgent using AWS components.
Genesys Audiohook
One-click installation and configuration through for Genesys Cloud.
Twilio Media Streams
Step-by-step guide for integrating GenerativeAgent using Twilio Media Streams.
If your contact center platform is not listed here, please reach out to inquire about support options.
Direct API
We also support direct integration into GenerativeAgent:Audio via AutoTranscribe
Use our AutoTranscribe to transcribe your user’s audio. You would be responsible for converting GenerativeAgents text back into audio.
Text Only
Send the text of a conversation directly to GenerativeAgent. This is for Chat based systems, or if you are handling all your own transcription and Text-to-Speech.