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