google-assistant
google-assistant copied to clipboard
is it support local category ?
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',
},
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.
Just to follow up. If you type "any flower shops near" it does work, but "nearby" doesn't.
So odd.