pragnakalp / dialogflow-webhook-response-libary-in-python

This library simplifies the JSON response building in Python for Dialogflow.
MIT License
58 stars 33 forks source link

how to use Card_response function? #5

Open sssaha143 opened 4 years ago

sssaha143 commented 4 years ago

I am code like this but not responsing properly.

fbr = facebook_response() card_response1 = fbr.card_response( 'test', "buthon" )