Bixby Developer Center

References

on-allow

required

Determines the intent to be passed back to Bixby if the user grants the requested permission in the permission-link component.

Example

input-view {
match: ...
render {
layout {
section {
content {
permission-link {
text (Allow location access for better results) // required
device-location-access
on-allow { // required
intent {
goal {
myRadioPlayer.PlayRadio @context (Outer)
}
value {
myRadioPlayer.PlayRadio.Local (true)
}
}
}
on-deny { // optional
intent {
goal {
myRadioPlayer.PlayRadio @context (Outer)
}
value {
myRadioPlayer.PlayRadio.Local (false)
}
}
}
}
}
}
}
}
}

Child Keys

intent
optional
A set of signals that the Bixby planner interprets to create a plan