Closed arne-z closed 5 years ago
This adds functionality for searching for a date, author or tags via Google Assistant, as well as Image Carousels for the responses. Still looking for refactoring advice. This requires a route expecting
params: { search: date: author: }
and responding with an images array of shape:
images:[ { url: 'https://files.askir.me/1543849566445_Bildschirmfoto vom 2018-11-04 23-42-53.png', tags: ['upload', 'food', 'blub'], score: 0.6, }, ]
Please change date to start_date and end_date. Author is not supported yet, but makes sense.
This adds functionality for searching for a date, author or tags via Google Assistant, as well as Image Carousels for the responses. Still looking for refactoring advice. This requires a route expecting
and responding with an images array of shape: