MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / randText

Function randText

scripts/botDialogues.js:19–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19var randText = function() {
20 return _.sample([
21 "OK, bye.",
22 "Cool, thanks.",
23 "That's all? Fine.",
24 "Oh.",
25 "Yeah OK.",
26 "Sure pal.",
27 "Whatever you say, Paulbot.",
28 "Uh huh.",
29 "Well. Sure.",
30 "Mmmm yeah, see ya!"
31 ]);
32};
33
34var randDialogue = function() {
35 var dialogue = [];

Callers 1

randDialogueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected