Aktualizacja Platinum obsługa i zbudujmy swój bot do ciebie
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?

w admin wysłany 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;


Identyfikator: 29917640
Tagi: self
Wysłany: Nov 1 2019, 7:52
Aktualizacja: Nov 1 2019, 7:55
Odpowiedzi: 0
Widok: 2390, dziś: 2, tydzień: 4, miesiąc: 15
1 0 5.0/5