Bixby Developer Center

References

guest-access-allowed

optionalvalue optional

Allows you to determine guest access behavior within your capsule. When Bixby determines that the user is not the account owner, these settings determine whether or not the guest can use the capsule, and whether the account owner can change guest access permissions.

Bixby identifies whether a user is a guest by comparing the voice wake-up command and utterance to the voice recorded and associated with the account. If verification fails, the utterance is considered to be from a guest.

Capsule developers can specify guest access permissions as one of the following:

  • guest-access-allowed (DEFAULT_ENABLED): Guest access is enabled by default, though the account owner can disable it.
  • guest-access-allowed (DEFAULT_DISABLED): Guest access is disabled by default, though the account owner can enable it.
  • guest-access-allowed (ALWAYS): Guest access is enabled always, which the account owner cannot change.
  • guest-access-allowed (NEVER): Guest access is disabled always, which the account owner cannot change.

If nothing is specified, the default value is guest-access-allowed (DEFAULT_DISABLED).

capsule {
...
permissions {
guest-access-allowed(ALWAYS)
}
}

Child Keys

restrictions
optional
Defines restrictions on a permission