Toggle Live Translation
POST/api/v2/conversation/:conversationId/live-translate
Enables or disables live auto-translation for a specific conversation.
- Enable: Set
enabledtotrueand provide the targetlanguagecode. - Disable: Set
enabledtofalse. TheliveAutoTranslatorLanguagewill be reset to an empty string.
Request
Responses
- 200
Live translation settings updated successfully.