Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion bot/data/nlu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
- 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?
5 changes: 5 additions & 0 deletions bot/data/stories.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,8 @@
* fatos_sobre_gatos
- utter_fato_sobre_gatos
- action_cat_facts

## informar_esporte
* informar_esporte
- utter_informar_esporte
- utter_continuar_conversa
6 changes: 5 additions & 1 deletion bot/domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ intents:
- informar_nome
- casa_hogwarts
- fatos_sobre_gatos
- informar_esporte
entities:
- religiao
- time
Expand Down Expand Up @@ -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
Expand Down