Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

17
LINES

< > BotCompany Repo | #1024369 // eeZee for Android App [LIVE]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (5960L/31K).

!7

cmodule EeZeeForApp > DynPrintLogAndEnabled {
  switchable S httpURL = "http://eezee-9.herokuapp.com";
  
  start {
    dm_phoneAssistantAction(voidfunc(AssistantRequest r) {
      S s = r.input;
      if (swic(s, "eezee")) pcall {
        S answer = loadPageWithTimeout(60.0, httpURL + hquery(
          message := s, appToken := r.token,
          channelID := 'app));
        r.say(answer);
      }
    });
  }
}

Author comment

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: 152 / 8321
Version history: 4 change(s)
Referenced in: [show references]