Guest User

Untitled

a guest
Dec 14th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. agent.add(new Suggestion(`dirrecion`));
  2.  
  3. agent.add(new Card({
  4. title: `temperature`,
  5. imageUrl: wikipediaTemperatureImageUrl,
  6. text: `how are you`,
  7. //buttonText: 'Temperature Wikipedia Page',
  8. buttons: [
  9. {
  10. postback: `move`,
  11. text: `Card Link Title`
  12. }]
  13. })
  14. );
Add Comment
Please, Sign In to add comment