加入机器人自由的 合作伙伴和联盟 的程序和支持我们免费开放平台
Bot Libre Forum : identifying a chatbot as male and female.

RE: identifying a chatbot as male and female.

通过 admin 发布 Apr 24 2017, 14:19

You can add attributes to a bot or a user it is chatting with using a Self script or Template.

The global symbol #self is the object in Self that represents the bot. The variable speaker represents the current user in the current conversation. Any attributes you set on these objects (or any object) are automatically persisted in Self.

#self.gender = #female;

speaker.gender = #male;

Template("Hello {if (speaker.gender == #male) { "boyfriend" } else { "girlfriend" }}")


Id: 16803477
发布: Apr 24 2017, 14:19
答复: 0
的风景: 2030, 今天: 1, 周: 4, 一个月: 13
0 0 0.0/5