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 can I pass double-quotes in an AIML command
 
 

I want to be able to submit to my bot the following

COLLECTION PAM TYPE test_type JSON STRING {“rachel”:”pow”, “jodie”:”pow”}

My interpreter can parse the JSON STRING, but only if it has the double-quotes passed in (the pattern is COLLECTION * TYPE * JSON STRING *

But AIML strips the quotation marks so I cannot now process it as JSON.

 

 
  [ # 1 ]

As long as you’re not using the free version at pandorabots.com, you can remove the following from normal.txt

“”“,” “

This will keep the quotes and not replace them with a space.

 

 
  login or register to react