-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from lappis-unb/e2e
Creation and implementation flow test
- Loading branch information
Showing
7 changed files
with
116 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
bot/models | ||
rasa_core.log | ||
errors.json | ||
bot/results | ||
|
||
### Rasa evaluation ### | ||
notebooks/models/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## end-to-end story 1 | ||
* definicao_tais: quem é a tais? | ||
- utter_definicao_tais | ||
- utter_objetivo | ||
* afirmar: sim | ||
- utter_processo_como_funciona | ||
* afirmar: sim | ||
- utter_cadastro_salic_video | ||
* afirmar: quero | ||
- utter_salic_cadastro_usuario | ||
- utter_continuar_conversa | ||
* negar: não senhora | ||
- utter_despedir | ||
|
||
## end-to-end story 2 | ||
* tudo_bem: tudo bem? | ||
- utter_tudo_bem | ||
- utter_menu | ||
* definicao_salic: O que é o Salic? | ||
- utter_definicao_salic | ||
- utter_objetivo | ||
* lei_rouanet_o_que_eh: o que é a lei rouanet? | ||
- utter_lei_rouanet_o_que_eh | ||
- utter_continuar_conversa | ||
* processo_como_funciona: como fazer um projeto? | ||
- utter_processo_como_funciona | ||
* negar: não | ||
- utter_continuar_conversa | ||
* tem_wpp: tem whatsapp? | ||
- utter_tem_wpp | ||
- utter_objetivo | ||
* afirmar: sim | ||
- utter_processo_como_funciona | ||
* despedir: obrigado tais | ||
- utter_despedir | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## end-to-end story 1 | ||
* cumprimentar: oi | ||
- utter_cumprimentar | ||
* lei_rouanet_remuneracao_proponente: o proponente é remunerado? | ||
- utter_lei_rouanet_remuneracao_proponente | ||
- utter_continuar_conversa | ||
* definicao_projeto: como se caracteriza um projeto? | ||
- utter_definicao_projeto | ||
- utter_continuar_conversa | ||
* o_que_sei_falar: o que mais você sabe falar? | ||
- utter_o_que_sei_falar | ||
* definicao_minc: o que significa MINC? | ||
- utter_definicao_minc | ||
- utter_objetivo | ||
* negar: não | ||
- utter_continuar_conversa | ||
* lei_rouanet_o_que_eh: me fale sobre a lei rouanet | ||
- utter_lei_rouanet_o_que_eh | ||
- utter_continuar_conversa | ||
* negar: não obrigado | ||
- utter_despedir | ||
|
||
## end-to-end story 2 | ||
* cumprimentar: ola | ||
- utter_cumprimentar | ||
* lei_rouanet_quem_pode_incentivar: qualquer empresa pode se beneficiar ao apoiar um projeto? | ||
- utter_lei_rouanet_quem_pode_incentivar | ||
- utter_continuar_conversa | ||
* definicao_vinculada: o que é vinculada? | ||
- utter_definicao_vinculada | ||
- utter_objetivo | ||
* negar: não | ||
- utter_continuar_conversa | ||
* lei_rouanet_promocao_de_marca: eu posso divulgar a logo do patrocinador? | ||
- utter_lei_rouanet_promocao_de_marca | ||
- utter_continuar_conversa | ||
* lei_rouanet_beneficios_incentivo_projetos_culturais: quem tem o beneficio fiscal? | ||
- utter_lei_rouanet_beneficios_incentivo_projetos_culturais | ||
- utter_continuar_conversa | ||
* negar: não obrigado | ||
- utter_despedir | ||
|
||
## end-to-end story 3 | ||
* lei_rouanet_o_que_eh: me fale sobre a lei rounet | ||
- utter_lei_rouanet_o_que_eh | ||
- utter_continuar_conversa | ||
* lei_rouanet_etapas_aprovacao_projeto: etapas de aprovação de projeto | ||
- utter_lei_rouanet_etapas_aprovacao_projeto | ||
- utter_continuar_conversa | ||
* lei_rouanet_analise_tecnica: #análisetecnica | ||
- utter_lei_rouanet_analise_tecnica | ||
- utter_continuar_conversa | ||
* processo_como_funciona: como enviar proposta? | ||
- utter_processo_como_funciona | ||
* afirmar: sim | ||
- utter_cadastro_salic_video | ||
* negar: não | ||
- utter_continuar_conversa | ||
* negar: não, obrigado | ||
- utter_despedir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters