Find random GIFs and stickers relevant to your chatbot conversation. Powered by Giphy.
Usage
This App retrieves matching gifs and stickers for use in your bot. To use it, copy and paste the following code in your CSML chatbot:
// return an array of urls of gifs matching your query
do gifs = App("giphy", action="gif", query="hello")
// display the first item in the array
say Image(gifs[0])