Uses 911K of libraries. Click here for Pure Java version (5960L/31K).
1 | !7 |
2 | |
3 | cmodule EeZeeForApp > DynPrintLogAndEnabled { |
4 | switchable S httpURL = "http://eezee-9.herokuapp.com"; |
5 | |
6 | start { |
7 | dm_phoneAssistantAction(voidfunc(AssistantRequest r) { |
8 | S s = r.input; |
9 | if (swic(s, "eezee")) pcall { |
10 | S answer = loadPageWithTimeout(60.0, httpURL + hquery( |
11 | message := s, appToken := r.token, |
12 | channelID := 'app)); |
13 | r.say(answer); |
14 | } |
15 | }); |
16 | } |
17 | } |
Began life as a copy of #1023385
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024369 |
Snippet name: | eeZee for Android App [LIVE] |
Eternal ID of this version: | #1024369/5 |
Text MD5: | fc9fada9056659e9dfcc12e2e6667be5 |
Transpilation MD5: | eef5a698b0c7a469192946ceee69f0a3 |
Author: | stefan |
Category: | javax / web / a.i. / android |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-07 00:18:17 |
Source code size: | 435 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 231 / 8427 |
Version history: | 4 change(s) |
Referenced in: | [show references] |