Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.15 KB

devnet-crmscript-chatbot

Chatbot examples - showing how to build a chatbot, and integrate with cloud based services.

This simple chatbot is pure CrmScript - it just echoes what the user typed back at them, until the user says "human" or "quit".

The human command transfers the session to the queue, where it will be picked up by a fleshbag.

The quit command ends the conversation.

A simple chatbot using an external service to get its responses.

Random jokes from https://icanhazdadjoke.com/ until you can't take any more.

A more complex echobot using the BotKit framework hosted on our own server using NodeJS.

Dialogflow bot

TODO

Azure LUIS Service

TODO

Chatbot that uses an Azure Language Understanding service to parse and categorize messages from the customer. The chatbot then has to perform the actions/intents recognized by the language service.

This bot understands two intents:

  • joke intent
  • requests intent

You need to set up a LUIS workspace in Azure with these two intents.