هل تعلم بوت Libre كما يوفر مجانا استضافت الدردشة الحية على موقع الويب الخاص بك أو الهاتف المحمول التطبيق ؟
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;


معرف: 29917640
Tags: self
نشر: Nov 1 2019, 7:52
تحديث: Nov 1 2019, 7:55
الردود: 0
الآراء: 3624, اليوم: 10, الأسبوع: 29, الشهر: 29
1 0 5.0/5