Bixby Developer Center

References

hint

requiredmultiple allowedvalue required

An utterance for a specific hint that can be used within a hint set. All hints must start with a dispatch name or dispatch alias. You can optionally also add a preferred-hint, which is a variation of that same hint and does not need the dispatch name.

Examples

hints {
for-category (LocalBusinesses) {
hint ("With ACME Business Finder, find a pizza place")
hint ("In ACME Business Finder, order a steak")
hint ("Ask ACME Business Finder what I should eat for dinner") {
preferred-hint ("What should I eat for dinner?")
}
}
}
hints {
uncategorized {
hint (In Space Resorts, find space resorts)
hint (With Space Resorts, find hotels near Mars)
hint (In Space Resorts, research space resorts on Mercury)
}
}

View master on GitHub

Child Keys

preferred-hint
optional
An utterance hint that does not need to use named dispatch