bixbystudio

Microphone input error in Bixby Studio Simulator on a Mac

人盡茶涼 提交于 2020-01-21 18:51:06
问题 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

How does Bixby retain data from a previous NL input?

强颜欢笑 提交于 2020-01-06 02:12:21
问题 I don't understand the way Bixby retains data from previous NL Input. The following example uses the capsule capsule-sample-shirt. I first use the NL input find 2 medium shirts to get a list of shirts. I click on any of those (here i use the Collar Dress Shirt ), and Bixby asks if I would want to buy it. I click No and Bixby informs me with a Okay, I won't do that . I now immediately run again the same NL input find 2 medium shirts and expect Bixby again to present me with the list of shirts,

Bixby - Pass user input from once action to other

浪尽此生 提交于 2019-12-24 00:21:16
问题 I am trying to implement to read user input from one action and to read in other screen, like: user: xx Bixby: who's there? user: yyy Bixby: yyy who? I am able to read user input yyy but unable to pass in different actions to display yyy who. can you please help or guide what I am doing wrong or what will be best approach to do this kind of capsules? Thanks in advance. 回答1: This is how I would model the behavior of what you are probably trying to achieve. Concepts - Joke - JokeQuestion (posed

Bixby: this weekend, next weekend is returning the same value

二次信任 提交于 2019-12-13 04:45:17
问题 Today i am testing my app and trying to modify the static message i am providing to user. So On 2019-05-07 1: When i say, next weekend, it returned start day 2019-05-10 and end day 2019-05-12 and also giving me extra information like offset: Next and namedTimeIntervalRel: Weekend. But I hit the next weekend query again so the extra information won't appear and the date was same. I need extra information so that i could message user that this result is for next weekend. 2: When i say this

How to use navigation mode logically

折月煮酒 提交于 2019-12-11 15:25:32
问题 Though, I am using navigation mode in my app but i am not getting the expected results. Have asked related questions earlier but that didn't help. I am putting my point here one more time. User will ask "Tell me the news" Expectation we will give user options like 1: sports news 2: Economy news 3: General news User will select by saying second one Or user will click on the option Will take input as Economy news and will give user few news in details Actually happening User will be given

Bixby: How do I set an initial-value to self BirthdayInfo in a date-picker within a input-view?

本小妞迷上赌 提交于 2019-12-11 06:06:59
问题 What additional steps do I need to take set the date-picker's initial-value to the user's birthday using the viv.self library? Is this the best place to handle this? Currently I am setting the default to 30 Years Prior. render { date-picker { // Default Date -30 Years (viv.self Birthday Option) initial-value ("subtractDuration(now().date, 'P30Y')") restrictions { // allow selection 80 Years Ago min-allowed ("subtractDuration(now().date, 'P80Y')") // to allow selection 18 Years Ago max-allowed

How to control speech output on Bixby

杀马特。学长 韩版系。学妹 提交于 2019-12-04 05:03:14
问题 I'm using Bixby Developer studio and I have my UI output created and it works. How do I create or control speech output? 回答1: Bixby will automatically read the text in the UI - if that is sufficient, you are set. (Be careful here - In good VUX design, UI text and speech text are typically different. UI text is often longer, speech text often shorter and more expressive). To have speech different from the UI text, you should set the speech key of a template in a dialog. You can use all of the

How to control speech output on Bixby

≡放荡痞女 提交于 2019-12-02 08:05:48
I'm using Bixby Developer studio and I have my UI output created and it works. How do I create or control speech output? Bixby will automatically read the text in the UI - if that is sufficient, you are set. (Be careful here - In good VUX design, UI text and speech text are typically different. UI text is often longer, speech text often shorter and more expressive). To have speech different from the UI text, you should set the speech key of a template in a dialog. You can use all of the features of dialog like Bixby EL language here. Update: Bixby now supports SSML https://bixbydevelopers.com