Bixby Developer Center

References

capsule-categories

optional

The collection of categories in which your capsule participates. You can list as many NL category values as applicable to your capsule. For more information on why you should choose an NL category, see the Categorize Your Capsule section in the Preparing for Release Developers' Guide. For more information on requirements for categories and a list of specific use cases for each NL category, see the Natural Language Categories reference.

Note

Category names are case-sensitive. You must use the category name exactly as listed in the category reference page.

Example

capsule {
...
capsule-categories {
category (News)
category (Podcast) {
visibility-constraints {
country-constraints {
// either
allowed-list {
allow (US)
allow (UK)
}
// or
blocked-list {
block (CN)
block (KR)
}
}
}
}
category (Radio) {
visibility-constraints {
language-constraints { //another example of a type of constraint
allowed-list {
allow (en-US)
}
}
}
}
}
...
}

Child Keys

category
required
A natural language category applicable to your capsule