bixby

how do I customize dialog to the detail page of an answer set?

删除回忆录丶 提交于 2021-02-10 06:15:22
问题 In a dialog file like dialog (Result) { match: Content (this) template("Welcome!") } where Content is an an answer set and the user proceeds from browsing the answer set to each detail page, how do I customize so that the dialog is different for each mode -- list, summary, detail? I am looking to do something along the lines of if mode = Detail then template = Content.text 回答1: You can add this setting to your capsule.bxb file. runtime-version (2) { overrides { allow-dialogs-on-detail-pages

'Illegal Plan' message when tagging training data with Vocab types

限于喜欢 提交于 2020-12-15 09:18:08
问题 I'm trying to tag my training data using vocab files to reduce the number of training phrases I need to add e.g. use a Bill vocab which allows the use of 'bill' or 'invoice' interchangeably. I have added a Bill enum type and an Bill vocab file. However when I try to tag the word 'bill' in my training phrase with value Bill:Bill I get an 'Illegal Plan' message in my training entry. My goal is an action. Note that 'bill' is not an expected input to my action. I'm just trying to minimise the

'Illegal Plan' message when tagging training data with Vocab types

爷,独闯天下 提交于 2020-12-15 09:16:12
问题 I'm trying to tag my training data using vocab files to reduce the number of training phrases I need to add e.g. use a Bill vocab which allows the use of 'bill' or 'invoice' interchangeably. I have added a Bill enum type and an Bill vocab file. However when I try to tag the word 'bill' in my training phrase with value Bill:Bill I get an 'Illegal Plan' message in my training entry. My goal is an action. Note that 'bill' is not an expected input to my action. I'm just trying to minimise the

How can I use selection-of with voice input in a Bixby input-view?

一笑奈何 提交于 2020-12-12 06:49:07
问题 Currently I have a prompt set up to collect a user's email. it offers the options stored in the user's profile in a selection-of input view. However, if a user is interacting with Bixby via voice (maybe their hands are full, for example), is there a way to give these options aliases so that the user can just say "Home" to get their home email or "Work" for their work email? It looks like there is the ability to give it a spoken-summary (source) but is there something similar for naming a