This folder contains several examples on how to use TalkTalk.
This example is a simple counter. It illustrates how to structure a very simple conversation utilizing session.
The echo example just repeats incoming messages. This is the simplest type of conversation, using no sessions.
This bot will fetch gifs from a given search term. It illustrates how to integrate the bot with a NLU service (Wit.ai) and an external resource provider (Giphy).
The Jump example illustrates how one could use jumps for code reuse in advanced conversational flow.
This example lets the user set a timer using postbacks.
This bot will fetch gifs from a given search term. It illustrates how to integrate the bot with a NLU service (Wit.ai) and an external resource provider (Giphy).
This will start a webserver serving the bot.