Skip to content

Commit e912f89

Browse files
author
NAKAMURA Masayuki
committed
Merge remote-tracking branch 'origin/main'
2 parents 06e1015 + d618747 commit e912f89

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# botpress-examples
2+
Chatbot examples built with Botpress
3+
4+
## bot_qna-with-fallback
5+
6+
質問応答ボットのサンプルです。
7+
ユーザー発話に対してQnAが直接応答されない場合には、エンティティに基づくQnA検索結果を表示して、
8+
検索結果からユーザーに選んでもらう仕組みを実現しています。
9+
10+
### 使い方
11+
12+
1. archives/bot_qna-with-fallback.tgz をインポートしてボットを作成
13+
2. サンプルとして入っているQnAを削除して、QnAを登録
14+
3. 登録したQnAのQuestionのテキストに含まれるキーワードを、Entityとして登録(サンプルは削除)
15+
4. 学習を実行

0 commit comments

Comments
 (0)