bixby

Does Bixby cache the requests on server?

做~自己de王妃 提交于 2019-12-02 02:35:52
In my application all the utterances from Bixby are redirected to an action which makes an api call. This api call returns the response to Bixby for the user utterance. Recently I observed that if the user says the following: - user says: - Add xyz to my cart api response: - Would you like 2 of those? user says: - Yes api response: - Would you like to checkout? user says: - Yes Ideally now the request should come to my api and the user should be shown the checkout result page, but instead Bixby shows the user cached response and is shown the below response again: - api response: - Would you

Does Bixby cache the requests on server?

时光总嘲笑我的痴心妄想 提交于 2019-12-01 22:40:12
问题 In my application all the utterances from Bixby are redirected to an action which makes an api call. This api call returns the response to Bixby for the user utterance. Recently I observed that if the user says the following: - user says: - Add xyz to my cart api response: - Would you like 2 of those? user says: - Yes api response: - Would you like to checkout? user says: - Yes Ideally now the request should come to my api and the user should be shown the checkout result page, but instead