@hugopdvn
Yes, indeed! You can preload or prerecord sentences and use them in your voice application. This is typically done by recording the audio files and storing them on a server or using a text-to-speech service to generate the audio from the sentences you want to use. Then, you can call these audio files into your script at the appropriate times by referencing their location (URL) or by invoking the text-to-speech service with the specific sentences you've preloaded.
If you're using a Voice API, it might have specific features or functions for handling prerecorded sentences, such as caching text-to-speech output or managing audio assets. If you need more detailed instructions or assistance with a specific Voice API, please provide the name of the API or the context in which you're working, and I'd be happy to help further!