Hi,
TWC 3.7.10 does not properly handle output parameter that contains combo parameters:
{“type”:“combo”,“components”:[{“type”:“image”,“image_url”:“https://eurinfrachatbottenesa.blob.core.windows.net/teneopublicfiles/New_How do I change my password.gif”,“alt”:“GIF Change Password”},{“type”:“quickreply”,“quick_replies”:[{“title”:“thanks”,“postback”:“thanks”}]}]}
In twc 3.7.9 the same output has been handled correctly:
{“type”:“combo”,“components”:[{“type”:“image”,“image_url”:“https://eurinfrachatbottenesa.blob.core.windows.net/teneopublicfiles/New_How do I change my password.gif”,“alt”:“GIF Change Password”},{“type”:“quickreply”,“quick_replies”:[{“title”:“thanks”,“postback”:“thanks”}]}]}
Documentation explains working solution:Teneo Web Chat | Teneo Developers
Could you explain the issue for version twc3.7.10 and will it be fixed?