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

6
LINES

< > BotCompany Repo | #1016983 // dm_proposeVoiceOutput

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2384L/15K).

svoid dm_proposeVoiceOutput(S text) {
  text = trim(text);
  if (empty(text)) ret;
  print("Proposing voice output: " + text);
  dm_requireAndCall("#1016982/ProposedVoiceOutput", 'addProposition, text, dm_moduleIDAndName());
}

Author comment

Began life as a copy of #1016786

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1016983
Snippet name: dm_proposeVoiceOutput
Eternal ID of this version: #1016983/5
Text MD5: 340dae51cba8890a05c3ddc7fb2af6af
Transpilation MD5: 1f3521f85db5e523cc3df8ca1de085fb
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-17 17:47:47
Source code size: 231 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 309 / 400
Version history: 4 change(s)
Referenced in: [show references]