bixbystudio

'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

Can I do “on device testing” from europe

二次信任 提交于 2020-06-29 05:09:13
问题 I am trying to test my capsule from my device. steps taken to test it: Privately published capsule on Bixby studio (accepted) Linked Samsung account to Bixby team Enabled developer options on phone (Samsung galaxy 9) Enabled On device testing + entered revision ID as it appears on Bixby Studio Entered command "test" to which my capsule should respond When "test" has been entered Bixby responds with "I couldn't understand that. Here are some Capsules your can try." Unfortunately, it does NOT

Bixby : how to get informations based on my location? such as weather etc

假装没事ソ 提交于 2020-02-02 05:01:17
问题 I saw the dev guide of bixby studio and tested provided samples. I want to some more complex (but very important) service such as the weather info based on my location. Is this feature available in the current state of bixby studio? If possible, let me know how. 回答1: Here is a snippet of code that might help you. Be sure to import the viv.geo library in your capsule.bxb file import (viv.geo) { as (geo) version (9.0.6) } The latest version of capsule libraries is available here: https:/

Microphone input error in Bixby Studio Simulator on a Mac

让人想犯罪 __ 提交于 2020-01-21 18:51:22
问题 I am trying to use the microphone input on the Bixby Studio Simulator. When I press either the mic button or the space bar, the command windows shows 'Listening...' but after a second it stops and shows an error dialog. I've check the Audio section in the Mac's System Preference and the audio input is working correctly. However I cannot find any audio settings in Bixby Studio. What else do I need to check? 来源: https://stackoverflow.com/questions/58678301/microphone-input-error-in-bixby-studio