-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73c8742
commit b3a5790
Showing
13 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,80 @@ | ||
# Como alterar as caixas de perguntas de um bot | ||
|
||
## Logar no painel de admin do Botpress | ||
|
||
Para fazer alterações nas caixas de perguntas de um bot, é necessário fazer login com o email e senha utilizados na criação da conta no Botpress. Esta conta é a de administrador, necessária para a criação e modificação de bots. | ||
|
||
![login](../images/login.png) | ||
|
||
## Selecionar o BOT a ser alterado | ||
|
||
Para realizar a alteração das caixas de perguntas, deve-se selecionar o bot específico que será alterado. Os bots serão exibidos na página inicial do painel de administrador do Botpress. | ||
|
||
![tela_inicial](../images/imagens_texto/tela_inicial.jpg) | ||
|
||
## Navegar para a seção de perguntas | ||
|
||
Uma vez selecionado o bot, navegue até a seção onde as caixas de perguntas são configuradas. Normalmente, esta seção está dentro dos fluxos do bot. Visualizando o fluxo, identifique em qual choice que será feita as alterações. | ||
|
||
![fluxo](../images/imagens_texto/fluxo.png) | ||
|
||
Identificado o choice, clique nele com o botão esquerdo do mouse: | ||
|
||
![caixa_selecao](../images/imagens_texto/caixa_selecao.png) | ||
|
||
Será aberto esse menu lateral com as perguntas já contidas no choice: | ||
|
||
![menu_lateral](../images/imagens_texto/menu_lateral.png) | ||
|
||
Clique no botão "edit skill" para ter acesso ao menu "edit a skill": | ||
|
||
![botao_editSkil](../images/imagens_texto/botao_editSkil.png) | ||
|
||
Dentro do menu "edit a skill", clique no ícone em destaque, assim o menu de edição do choice será aberto: | ||
|
||
![botao_edit](../images/imagens_texto/botao_edit.png) | ||
|
||
### Como adicionar novas perguntas | ||
|
||
Para adicionar novas perguntas, dentro do menu de edição do choice, desça até visualizar o botão "Add Choice": | ||
|
||
![add_pergunta](../images/imagens_texto/add_pergunta.png) | ||
|
||
Clicando no botão, será aberta uma nova caixa para adicionar a sua nova pergunta, na primeira caixa deve ser adicionada a pergunta e na segunda caixa o número de identificação da pergunta dentro do choice: | ||
|
||
![caixa_nova_pergunta](../images/imagens_texto/caixa_nova_pergunta.png) | ||
|
||
Após adicionar a pergunta, clique no botão "Submit": | ||
|
||
![botao_submeter](../images/imagens_texto/bota0_submeter.png) | ||
|
||
Em seguida salve as alterações clicando no botão "Save": | ||
|
||
![save](../images/imagens_texto/save.png) | ||
|
||
|
||
#### Modificando uma pergunta existente | ||
|
||
Para modificar uma pergunta existente, dentro do menu de edição do choice, localize a pergunta que você quer editar e clique nela: | ||
|
||
![caixa_pergunta](../images/imagens_texto/caixa_pergunta.png) | ||
|
||
Após editar desça até visualizar o botão "Submit": | ||
|
||
![botao_submeter](../images/imagens_texto/bota0_submeter.png) | ||
|
||
Em seguida salve as alterações clicando no botão "Save": | ||
|
||
![save](../images/imagens_texto/save.png) | ||
|
||
### Onde Buscar Informações | ||
|
||
Se você está utilizando ou explorando o Botpress versão 12, aqui estão alguns recursos importantes para ajudar na sua jornada: | ||
|
||
- **Documentação Oficial (v12:latest):** Para acessar a documentação mais recente do Botpress v12, visite [Documentação Botpress v12:latest](https://v12.botpress.com/). | ||
|
||
- **Documentação Botpress v12.26.7:** Caso esteja trabalhando especificamente com a versão v12.26.7, a documentação correspondente pode ser encontrada em [Documentação Botpress v12.26.7](http://botpress-docs.s3-website-us-east-1.amazonaws.com/docs/introduction/). | ||
|
||
- **Repositório no GitHub:** Para acessar o código-fonte e contribuir para o desenvolvimento, acesse o repositório oficial do Botpress v12 no GitHub: [GitHub Botpress v12](https://github.com/botpress/v12). | ||
|
||
Certifique-se de explorar esses recursos para obter todas as informações necessárias sobre o Botpress e seu uso! |