你知道机器人的自由,也提供免费的托管的 实时聊天 为自己的网站或移动应用程序?
Bot Libre Forum : Sending message via email

RE: Sending message via email

通过 admin 发布 Dec 29 2016, 16:49

You could use something like,

pattern "leave a message" template "What is your message?";
pattern "*" that "What is your message?" answer sendEmail();

function sendEmail() {
 Email.email("[email protected]", "Message", sentence);
 return "Email sent";
}


For Facebook, I don't think this information is available from the Facebook API.


by webdesigncornwall posted Dec 29 2016, 18:15
I am going to try this later tonight. i am analytical though so i have to ask where does sentence variable come from? and also would it be possible for me to collect multiple "messages" and concat them into one message var to pass to email.Email?

Thumbs up: 1, thumbs down: 0, stars: 5.0
Views: 1479, today: 2, week: 2, month: 15

by admin posted Dec 29 2016, 20:57
There are a few global variables available in scripts.
  • input - the input object
  • sentence - the input sentence
  • speaker - the input speaker/user
  • conversation - the current conversation

Updated: Dec 29 2016, 20:57
Thumbs up: 0, thumbs down: 0, stars: 0.0
Views: 1359, today: 2, week: 2, month: 18

Id: 15043232
发布: Dec 29 2016, 16:49
答复: 2
的风景: 1580, 今天: 2, 周: 4, 一个月: 19
0 0 0.0/5