
Introduction to UPIL
UPIL is a language and framework designed to make writing applications with lots of interaction with a user - especially chatbots - as easy as possible. It does this by providing a high-level …
# Introduction to UPIL
UPIL (pronounced you-pill「ユーピル」) is a language and framework designed to make writing applications with lots of interaction with a user - especially chatbots - as easy as possible. It …
# UPIL Language
UPIL has several high-level entities to allow you to interact with a user. UPIL also includes other concepts for describing high-level business-logic including conditional logic, loading data from …
Vue Application development | UPIL
There are two different modes that a UPILCore can use to interpret a UPIL script. A chatbot-mode and a form-mode. You can use the same script for both, utilizing the chatbot-mode to gather …