3. Basic Chatbot
Tech List (2)
  • NLU Platform
    A platform that receives human natural language to process and is able to understand the messages.
  • Message Queue Service
    A service-to-service communication that is used to distribute heavyweight processing, and to smooth workloads. Basically, each message waits in a queue, is processed once by a user, and is deleted.

Blockchain

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

Basic Chatbot

A solution that support communication between individuals and organizations. It allows users to enter chat on a website and connect to the conversation management system. Function service is a tool to manage the requests from the users before sending it to SQS Service, which is a tool to trigger the request to interact. The following function service provides services such as Natural Language Understanding (NLU) to recognize the messages from the request and proceed the interaction. Afterward, Dialogflow delivers the messages to the external service APIs to fulfill users’ request by operating as per users’ request. In the end, the data from the external APIs will delivered back to respond the users.

Basic Chatbot