top of page

ChatScript

ChatScript is an artificial intelligence programming language for creating chatbots. The language uses a pattern-matching approach to understand user input and generate responses using rules, templates, and object references. ChatScript focuses on natural language understanding by applying hierarchical pattern matching with support for context tracking in conversations. It includes tools for debugging dialogue flow and learning from experience, with its script structure designed to be readable by both non-programmers and professional developers.

bottom of page