Hi,
I am trying to send a json in VirtualvoiceAgent eventData as shown below.
{"key1":"hello world1""key2":"hello world2 with special chars!""key3":"hello world3 with special chars$!""id":"abc123""num":1234}
14:44:28.345,VirtualAgentVoice,custom,The following value entered is not in correct format- ,hello world2 with special chars!
14:44:28.345,VirtualAgentVoice,custom,JsonSyntaxException thrown,com.google.gson.JsonSyntaxException:
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 8 path $
14:44:28.345,VirtualAgentVoice,exit,
14:44:28.345,,element,error,
Please let me know.
Thank You
MK