Dialog skill
Dialogue skills are a powerful tool for providing interactivity with the user, executing guided workflow, and integrating with other systems. All this through natural language conversation with your bots.
These skills are based on defining a workflow through the definition of stages or steps that the bot will follow according to a series of conditions. In Ainhoa, we can define all the necessary steps of our skill through a simple and intuitive visual tool, although more experienced users can also use the skill's source code editor based on YAML.
📄️ Basic concepts
Learn the basics of dialog skills.
📄️ My first skill
Learn to create a dialog skill
📄️ Example: Weather skill
Learn how to integrate API calls into your skills
📄️ Example: Daily image skill
Learn to integrate an LLM service into your skills