dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 281 forks source link

Cards are not showing in Web Demo #251

Closed karliszarins closed 5 years ago

karliszarins commented 5 years ago

Regular text shows as expected. Cards do not. Cards show up only in console.dialogflow.com "test" runs.


    agent.add(new Card({
        title: 'Vibrating molecules',
        imageUrl: wikipediaTemperatureImageUrl,
        text: 'Did you know that temperature is really just a measure of how fast molecules are vibrating around?! 😱',
        buttonText: 'Temperature Wikipedia Page', 
        buttonUrl: wikipediaTemperatureUrl
      })
    );
harmnot commented 5 years ago

I have some problem also, how to resolve this ?? did u fix it @karliszarins ?