ご存知でしたボットのリブレー 3Dアバター 、無料のウェブ speech APIですか?
Bot Libre Forum : prevent a chatbot from asking a question it knows

RE: prevent a chatbot from asking a question it knows

による admin 掲載 Jul 6 2018, 7:41

Note that scripts are executed before response patterns, so if you have an AIML script loaded in your bot for the same pattern, it will take precedence.

To do the same in AIML you could use something like,

<category>

<pattern>DO YOU LIKE *</pattern>

<template><self>if (star.like == null) { "what are " + star; } else if (star.like == true) { "Yes, I like " + star; } else if (star.like == false) { "No, I do not like " + star; }</self></template>

</category>

<category>

<pattern>YOU LIKE *</pattern>

<template>Okay, I will remember that I like <self>star.like = true; star</self></template>

</category>


Id: 22711092
掲載: Jul 6 2018, 7:41
回答: 0
眺望: 1826, 今日の: 4, 週間: 6, 月: 12
0 0 0.0/5