You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
I'm having a hard time trying to return a conversational prompt with a card containing a link. I tried reading the documentation and followed one of your tests, but I can't get it working. This is an excerpt of my code:
conv.add(new Card({
title: "this is title",
image: new Image({
url: OPEN_STREET_MAP_LOGO,
alt: 'Open Street Map logo',
}),
button: new Link({
name: 'Learn more',
open: {
url: 'https://www.google.com/about/',
},
}),
}));
This is the JSON returned by my webhook (copied from the simulator):