Use the profile-support key to specify customized messages for storage prompts. It must be a root key inside a *.profile.bxb file, which must be placed in a resources folder such as /resources/en/. A capsule can provide localized *.profile.bxb files.
profile-support {
// match pattern for the `profile-stored` concept
match: FlightPreferences
storage-prompt {
// the type confirming the prompt; must be a boolean concept
confirmation-type (PreferenceConfirmation)
// optional message prompting the user if the concept should be stored
message (Store your flight preferences?)
// optional labels for the confirm-button and deny-button
confirm-label (Yes)
deny-label (No)
}
}If you don't specify optional keys, Bixby uses default dialog.
| match required | Use match patterns to dynamically lookup the appropriate response for the current context |
| storage-prompt required | Specifies customized messages for storage prompts |
Copyright 2025 Samsung All rights reserved