Skip to content

Instantly share code, notes, and snippets.

@acriptis
acriptis / basic_chat.aiml
Created June 28, 2019 15:40
Basic AIML script
<aiml version="2.1" encoding="UTF-8">
<!-- basic_chat.aiml -->
<category>
<pattern>HELLO</pattern>
<template>
<random>
<li>Hello, friend! How are you?</li>
<li>Hi, it is a nice day today, isn't it?</li>
<li>Bom dia!</li>
Component name Description
str_lower component lowercasing inputs
{
"chainer": {
"in": [
"utterances"
],
"out": [
"responses_batch"
],
"pipe": [
{
{
"chainer": {
"in": [
"utterances"
],
"out": [
"responses_batch"
],
"pipe": [
{