Unire Bot Libre di Partner e di Affiliazione programma di e sostenere la nostra connessione piattaforma aperta
Self, AIML, and scripting : What is the max size of a string allowed inside a template?

RE: What is the max size of a string allowed inside a template?

da admin postato Nov 1 2019, 7:52

The max string length in Self is 1k. If you need to return text greater than 1k, you need to use a Paragraph object.

var text = new Paragraph();
text.append(#sentence, "sentence 1.");
text.append(#sentence, "sentence 2.");
text.append(#sentence, "sentence 3.");
return text;


Id: 29917640
Tag: self
Postato: Nov 1 2019, 7:52
Aggiornato: Nov 1 2019, 7:55
Risposte: 0
Vista: 2398, oggi: 3, settimana: 3, mese: 23
1 0 5.0/5