Bixby Developer Center

References

result-view-capsule-lock

optionalvalue optional

Enables capsule lock in Result Moments if the result view has a conversation driver. Note that capsule lock is still dependent on the device client supporting capsule lock and the result view having at least one conversation driver.

If you set this flag to false, conversation drivers and continuations are enabled in a result view but might not behave as expected, unless that result view has list navigation enabled or if you're at a follow-up prompt.

If you want to opt out of capsule lock at result moments, you can override this behavior like in the example below. If you need to opt out of capsule lock only during specific result moments, you can use the capsule-lock key in that particular result view.

This runtime flag is enabled by default in all runtime versions.

Example

runtime-version (5) {
overrides {
result-view-capsule-lock (false)
}
}