Updated: March, 16, 2022
We've deprecated both privacy-policy-url and terms-url in the capsule-info.bxb file. You should instead define the appropriate documents in your legal.bxb file instead.
Deprecated:
capsule-info {
privacy-policy-url (https://my-capsule.com/privacy-policy)
terms-url (https://my-capsule.com/TandC)
...
}New:
legal {
country-documents {
store-country(US)
privacy-policy {
url(https://my-capsule.com/privacy-policy)
}
terms-and-conditions {
url(https://my-capsule.com/TandC)
}
...
}
...
}Learn more about the deprecation stages.
Updated: January 26, 2022
We've introduced a new runtime flag disable-voice-content-selection, which allows you to disable the voice content selection feature on a global scale for your capsule.
The Dialog Best Practices Developers' Guide has been updated with more information and with better examples.
Copyright 2025 Samsung All rights reserved