I would like to access the unique request id value which is shown in the simulator logs in the Javascript Action Method of Bixby. How can this be accomplished?
Asked
Active
Viewed 40 times
0
-
Curious to know your use case or how you plan to use this information. – BixbyDevSupportOne Jun 25 '19 at 17:14
-
I needed this information primarily for this https://stackoverflow.com/questions/56754104/does-bixby-cache-the-requests-on-server, I didn't know we could disable caching. I was planning to send the request-id in the http request to make the new request unique and disable the caching. – Abhishek Mittal Jun 25 '19 at 18:40
-
Thanks. I am glad we covered that base. I'll update that question (https://stackoverflow.com/questions/56754104/does-bixby-cache-the-requests-on-server) with additional information that will make it complete. – BixbyDevSupportOne Jun 25 '19 at 19:07
1 Answers
0
I don't think that information is available to the capsule. In JavaScript, you do have access to vivContext.sessionID
, but I suspect that is not exactly the variable you're looking for.
For information, check here: https://bixbydevelopers.com/dev/docs/dev-guide/developers/actions.js-actions#passing-user-context-information

dogethis
- 519
- 6
- 15
-
Request ID is for Samsung server logging and has nothing to do with http.getUrl() cache. NO action in capsule can use this Request ID in anyway. – BixbyDevSupport-Tokonyan Jun 26 '19 at 22:41