Rahul Gupta
Rahul Gupta

Reputation: 994

Bixby: unable to call intent when on selection page

I have two selection input-view for two intent. When i am on one selection page, where i have option to choose, if i command something else, it still give me the same option selection page. Ex:

user: show me Chinese food.
Bixby: 1: Noodles 2: Sushi 3: soup
user: show me latest news
Bixby: 1: Noodles 2: Sushi 3: soup

untill and unless i am not selecting one and proceed with it, doesn't allow me to call any other intent?

Upvotes: 0

Views: 80

Answers (2)

Mohana Rao
Mohana Rao

Reputation: 911

Update:(5/24/2021) This was a while ago. I'm not working on Bixby now. Bixby is very dynamic and fast evolving Voice Platform. There may be a better way to do this in latest Bixby Platform. Please refer to the documentation and reach out to the technical support team.

Original Answer

I think flag-as-off-topic helps you out of this situation.

Check documentation @ https://www.bixbydevelopers.com/dev/docs/dev-guide/developers/enhancing-UX.prompts

Search for flag-as-off-topic on this page.

Upvotes: 0

Ameya
Ameya

Reputation: 888

This is due to the input-view expecting to be given an input. Bixby will only move forward if this input-view is resolved with an input value.

Upvotes: 0

Related Questions