# Ajuste fino de speech to text do voicebot

## Configurando lista de frases

Para melhorar a precisão de reconhecimento do seu voicebot, você pode nos contatar para fornecer uma lista de frases para cada idioma do bot ou globalmente para todos os idiomas do bot. Essa lista pode conter até **500 frases** e é especialmente útil quando seu bot precisa reconhecer nomes, endereços ou outros termos específicos do domínio. Por exemplo, se você incluir `Chatlayer` parte da sua lista de frases, o reconhecedor usará o texto `Chatlayer`  em vez de `chat layer`  durante o reconhecimento de fala.

Por favor, forneça a lista de frases como um **arquivo de texto simples**, com cada frase separada por um **ponto e vírgula (;).** Considere eliminar frases duplicadas.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chatlayer.ai/chatlayer-documentation-pt-br/voz/phone-and-voice/ajuste-fino-de-speech-to-text-do-voicebot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
