The November 2024 release brings significant improvements to SMS capabilities, debugging tools, and Knowledge export functionality, alongside enhancements for barge-in and dialogue management. Expand the items for details:Documentation Index
Fetch the complete documentation index at: https://polyai-mintlify-6ed25dba.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Enhanced SMS
Enhanced SMS
Builders can now easily upgrade SMS templates into advanced, customizable functions to support complex use cases.
Key highlights:

- Alternative SMS number: Collect alternative phone numbers from callers for SMS delivery.
- Upgradable SMS functions: Add custom logic to basic SMS templates for advanced configurations.
In-app function debugging
In-app function debugging

- After calls, in the Conversation review page.
- Live, when testing with Agent Chat.
Managed Topics export functionality
Managed Topics export functionality
Export your Managed Topics as a CSV file.
The file naming convention of exported Managed Topics is:

{agent Name}_{Env}_{Timestamp}_{version code}_KB.csv.Note that draft exports will exclude the version code. The timestamp reflects the export time.Barge-in feature
Barge-in feature
This settings toggle allows you to decide if callers can interrupt agents. This can improve conversation flow and create natural, human-like interactions.Functionally, this feature shortens the Voice Activation Detection (VAD) time and reduces response latency.To test this feature, find Enable barge-in in the “Settings” menu.

Stop on keyword
Stop on keyword

- Halt responses: Interrupt the agent’s response when certain words or phrases (configured with RegEx) are detected in user input.
- Trigger functions: Use Stop Keywords to activate specific functions or workflows.
- Create a function
- Open Response Controls in the Build tab.
- Add Stop Keywords and define their behavior using RegEx patterns.
- Optionally, configure the agent to trigger a custom function or workflow when a Stop Keyword is detected.

