加入机器人自由的 合作伙伴和联盟 的程序和支持我们免费开放平台
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?

通过 admin 发布 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
标签: self
发布: Nov 1 2019, 7:52
更新: Nov 1 2019, 7:55
答复: 0
的风景: 2012, 今天: 3, 周: 14, 一个月: 4
1 0 5.0/5