From 7e493ec43a1c7cf5d9324dca2d1f038b6c4749b6 Mon Sep 17 00:00:00 2001 From: Vandressa Galdino Date: Wed, 16 Jun 2021 15:14:03 -0300 Subject: [PATCH] =?UTF-8?q?Temos=20conte=C3=BAdo=20da=20boss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/data/nlu.md | 15 ++++++++++++++- bot/data/stories.md | 5 +++++ bot/domain.yml | 6 +++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/bot/data/nlu.md b/bot/data/nlu.md index d12105b9..f83a25f5 100644 --- a/bot/data/nlu.md +++ b/bot/data/nlu.md @@ -551,4 +551,17 @@ - Um fato de [gatinhos](gato) - Quero saber algo dos [gatos](gato) - O que voce sabe sobre [gatinho](gato?) -- o que vc sabe sobre [gatos](gato)? \ No newline at end of file +- o que vc sabe sobre [gatos](gato)? + +## intent:informar_esporte +- Qual é seu esporte favorito? +- Voce gosta de esporte? +- vc gosta de jorgar? +- voce pratica algum esporte? +- vc pratica esporte? +- vc gosta de esporte? +- Qual esporte voce mais mais gosta? +- qual esporte voce joga? +- joga algum esporte? +- Faz alguma atividade fisica? +- Voce pratica alguma atividade fisica? diff --git a/bot/data/stories.md b/bot/data/stories.md index 2a1fdfba..8186c413 100644 --- a/bot/data/stories.md +++ b/bot/data/stories.md @@ -378,3 +378,8 @@ * fatos_sobre_gatos - utter_fato_sobre_gatos - action_cat_facts + +## informar_esporte +* informar_esporte + - utter_informar_esporte + - utter_continuar_conversa diff --git a/bot/domain.yml b/bot/domain.yml index d6c94d16..2f0ffd3f 100644 --- a/bot/domain.yml +++ b/bot/domain.yml @@ -43,6 +43,7 @@ intents: - informar_nome - casa_hogwarts - fatos_sobre_gatos +- informar_esporte entities: - religiao - time @@ -266,7 +267,10 @@ responses: - text: Aqui vai um fato sobre gato... - text: Uma coisa legal sobre gatos... - text: Um fato sobre gatinhos... - + utter_informar_esporte: + - text: Eu não jogo nenhum esporte...ultimamente estou muito sendetária. + - text: Eu não pratico nenhum esporte, mas se fosse para esolher acho que faria saltos ornamentais. Acho um máximo! + - text: Eu não pratico nenhuma atividade física mas eu recomendo você praticar, faz muito bem para a saúde! actions: - action_teste - action_telefone