Richard
11/14/2024, 6:29 AMVapi
11/14/2024, 6:31 AMVapi
11/14/2024, 6:31 AMRichard
11/14/2024, 6:32 AMVapi
11/14/2024, 6:32 AMRichard
11/14/2024, 6:33 AMVapi
11/14/2024, 6:33 AMjson
{
"text": "Bonjour, comment puis-je vous aider aujourd'hui?",
"voice": "fr-FR-Wavenet-A", // Example of a French voice model
"languageCode": "fr-FR"
}
And for Speech-to-Text, you would set the recognition language as follows:
json
{
"audio": {
"content": "base64_audio_content"
},
"config": {
"languageCode": "fr-FR"
}
}
Please replace "base64_audio_content"
with the actual base64-encoded audio content.
If you need more detailed instructions or have specific requirements, please consult the VAPI documentation or reach out to their support team for assistance. If there's anything else I can help you with, let me know!Shubham Bajaj
11/15/2024, 10:54 AMRichard
11/15/2024, 11:29 AMRichard
11/20/2024, 7:08 AMVapi
11/20/2024, 7:08 AM