Alexan
06/18/2025, 1:42 AMVapi Support Bot
06/18/2025, 1:43 AMmessagePlan.idleMessages property when creating or updating your assistant via the API. Here’s an example payload:
json
{
"messagePlan": {
"idleMessages": [
"Êtes-vous toujours là ?",
"Puis-je vous aider avec autre chose ?",
"N'hésitez pas à me poser des questions."
]
}
}
This will override the default English messages and use your French phrases instead. For more details, see the [Vapi Assistants API documentation](https://docs.vapi.ai/api-reference/assistants/create).
Source:
- [Vapi Assistants API Reference Create Assistant](https://docs.vapi.ai/api-reference/assistants/create)Alexan
06/18/2025, 3:44 PMKings_big💫
06/18/2025, 5:41 PMmessagePlan.idleMessages via the Vapi SDK or API, even though the UI only shows English..
https://docs.vapi.ai/assistants/idle-messagesAlexan
06/19/2025, 1:20 PM