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

13
LINES

< > BotCompany Repo | #1023385 // First Phone Assistant Action ["token", shortened, OK]

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

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

!7

cmodule BasicAssistantActions > DynPrintLogAndEnabled {
  start {
    dm_phoneAssistantAction(voidfunc(AssistantRequest r) {
      S s = r.input;
      if "token|what is my token"
        r.say(format(isGerman(r.language)
          ? "Dein Token ist *"
          : "Your token is *", takeFirst(r.token, 8) + "..."));
    });
  }
}

Author comment

Began life as a copy of #1023376

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023385
Snippet name: First Phone Assistant Action ["token", shortened, OK]
Eternal ID of this version: #1023385/3
Text MD5: 7dd09ef37f3e998082c6a1eabe340e12
Transpilation MD5: 58218ae7d24ef4238026ffc8f17132c0
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-06-13 12:43:19
Source code size: 346 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 9248
Version history: 2 change(s)
Referenced in: [show references]