Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it support local category ? #50

Open
yorkching opened this issue May 15, 2018 · 2 comments
Open

is it support local category ? #50

yorkching opened this issue May 15, 2018 · 2 comments

Comments

@yorkching
Copy link

yorkching commented May 15, 2018

Is it support local category ? Let say i am asking "any flower shops nearby".
I have set the device location but the response was empty result.

code setting details:

conversation: {
  lang: 'en-US',
  deviceLocation: {
    coordinates: { // set the latitude and longitude of the device
      latitude: 3.1390,
      longitude: 101.6869 
    },
  },
  textQuery: 'any flower shops nearby',
},
@endoplasmic
Copy link
Owner

This looks like another example of this: #42

The audio comes back correctly, but because it requires a followup, it seems like the response text is blank.

@endoplasmic
Copy link
Owner

Just to follow up. If you type "any flower shops near" it does work, but "nearby" doesn't.

So odd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants