Hi everyone,
I am new here and am trying to build a dialog system with the main scripting language being ChatScript. Is it possible to match literal symbols such as “[”, “]”, and “%”?
For example, how can I match the following input:
[H] I am feeling fine
The reason I want to do this is to pass “flags” along with the input, which in turn can affect the output.
Regards,
Darren