We now require that your hints must use named dispatch. You can also add a preferred-hint
to a hint, which can be used in situations where named dispatch is not required.
Example
hints {
uncategorized {
hint ("Ask ACME Smart Helper to find my keys") {
preferred-hint ("Find my keys")
}
hint ("Ask ACME Smart Helper to start the car") {
preferred-hint ("Start the car")
}
hint ("In ACME Smart Helper, turn on the lights") {
preferred-hint ("Turn on the lights)
}
}
}
Deprecation Stages (learn more)
Copyright 2023 Samsung All rights reserved