No options available for "Idle Messages" in Brazil...
# support
c
In "Messages that the assistant will speak when the user hasn't replied." there is a multi select with only English phrases, but my bot is in PTBR (Brazilian Portuguese). How can I change the language of these messages or add my phrases in PTBR (Brazilian Portuguese)? https://cdn.discordapp.com/attachments/1308181679608827976/1308181679826796625/Screenshot_from_2024-11-18_18-25-38.png?ex=673d02a1&is=673bb121&hm=9661e201b7a7abf7e208d197268b58e124585034c9277c6b8055a65d8af503d3&
v
@Clebiano Sá To customize the messages that your voice assistant will speak in Brazilian Portuguese (PTBR), you can follow these steps: 1. Select a voice from your voice provider that supports Brazilian Portuguese. 2. Add your custom phrases in PTBR directly to the relevant section where the messages are configured. If you need assistance with selecting a voice or adding your custom phrases, please let me know, and I'll be happy to guide you through the process!
You can continue this conversation by mentioning me in the message.
c
I was unable to insert new messages into the list of default messages for “Idle Messages”
s
Hey @Clebiano Sá you can use dyanmic or own choice idle messages using API you have to update your asssitant idle messages using UPDATE Assistant API.
example
Copy code
json
{
  "messagePlan": {
    "idleMessages": [
      "insert-your-choice-of-message-here-1",
      "insert-your-choice-of-message-here-2"
    ],
    "idleMessageMaxSpokenCount": 3,
    "idleTimeoutSeconds": 7
  }
}
Ref
https://docs.vapi.ai/api-reference/squads/create?playground=%2Fapi-reference%2Fassistants%2Fupdate
Do let me know if you require further help.
2 Views