google-assistant icon indicating copy to clipboard operation
google-assistant copied to clipboard

is it support local category ?

Open yorkching opened this issue 6 years ago • 2 comments

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',
},

yorkching avatar May 15 '18 06:05 yorkching

This looks like another example of this: https://github.com/endoplasmic/google-assistant/issues/42

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

endoplasmic avatar May 15 '18 06:05 endoplasmic

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

So odd.

endoplasmic avatar May 24 '18 04:05 endoplasmic