I'm trying to enable auto translation for my app via the following command:
stream-cli chat update-app --properties '{"auto_translation_enabled": true}'
This returns the message Successfully updated app settings.
But when I retrieve the app settings via stream-cli config list I do not see the auto_translation_enabled property in the resulting object.
Can this be done via the CLI? Are there other ways to set it without the CLI?
I'm trying to enable auto translation for my app via the following command:
stream-cli chat update-app --properties '{"auto_translation_enabled": true}'This returns the message
Successfully updated app settings.But when I retrieve the app settings via
stream-cli config listI do not see theauto_translation_enabledproperty in the resulting object.Can this be done via the CLI? Are there other ways to set it without the CLI?