I have generated an IBM watson assistant(chatbot) JSON and feed it to the system. Now when I type for a specific keyword the IBM chatbot should reply with the configured answer. But in the chatbot I am getting an error like
SpelParseException when evaluating dialog node ID [node_835_210152933]. Condition [@Product:505466163255] could not be parsed. Check the syntax of the expression. SpEL syntax error: Expression [@Product:505466163255] converted to [(entities['Product']?.contains(505466163255))] at position 31: EL1035E: The value '505466163255' cannot be parsed as an int (and there are 1065 more errors in the log)
Is this because IBM parsing the value '505466163255' as int. I have configured it as a string. Can anyone suggest how we can resolve this issue.