The issue is on IBM Watson bluemix console the output is proper.It is displaying URL and images fine.But on FB messenger it is displaying whole href tag and also the image is not visible.
OUTPUT :
ON IBM CONSOLE : This is a link Google
ON FB MESSENGER:This is a link <a target="_blank" href= "https://google.com">Google</a>.
How to hide the <a target="_blank" href= "https://google.com">Google</a>
whole tag on FB ?
OUTPUT IMAGE: ON IBM BLUEMIX CONSOLE