Created
June 11, 2024 00:06
-
-
Save lucasassisrosa/fff47afff816c45dfab12ddbc7a71e4c to your computer and use it in GitHub Desktop.
Telnyx TeXML Bin for Outbound Call with AI Assistance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Response> | |
<Connect> | |
<AIAssistant id="assistant-uuid"> | |
<Greeting>Hi how can I help you today?</Greeting> | |
<Voice provider="telnyx"> | |
<Telnyx voice_id="0" model_id="LibriTTS" phonemizer="gruut" voice_speed="1.333" diffusion_steps="5"/> | |
</Voice> | |
</AIAssistant> | |
</Connect> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment