AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

How to implement a Chatscript bot that talk Spanish
 
 
  [ # 241 ]

Hi Bruce, long time no post,

I’m trying to make my bot to output an url “http://....” it works if I put it literally directly in each output, but it doesn’t work if I wan’t to put is as a variable, e.g.

  $myurl = http://....

  u: (what is your site)  my url is $myurl

bot doesn’t print myurl var, it only works if I do like this

  u: (what is your site)  my url is http://....

how can I achieve this??

thanks advanced.

 

 
  [ # 242 ]

u: (fist)  $myurl = http:// whatever
  my url is $myurlworks fine for me

 

 
  [ # 243 ]

hi bruce, thanks it worked but I have a problem printing the “_” underscores, e.g.
  http://282812_f.jpg.html
prints
  http://282812 f.jpg.html
what can I do???
thanks advanced.

 

 
  [ # 244 ]

Alter the default $cs_token (see manual ChatScript System Variables…)

 

‹ First  < 15 16 17
17 of 17
 
  login or register to react
‹‹ Web interaction      Why no direct_so query? ››