@Bosstechnerd
Absolutely, I'd be happy to help you with that! To pass specific information like an invoice number and amount to the assistant, you can use custom parameters that your assistant can access during the conversation. Depending on the platform or framework you're using for your voice assistant, this can typically be done through the use of context variables or slots.
For example, if you're using a Voice API, you might be able to send this information as part of the API request when initiating the call. The assistant can then use this information to personalize the conversation, such as referencing the invoice number and amount when speaking to the user.
Could you provide more details on the platform or tools you're using to build your assistant? This will help me give you more specific guidance on how to implement this feature.