While building your conversational AI application, you may need to provide the capability for your chatbot to accept a file upload during a text interaction.
The Prompt for File/Attachment in UI Builder makes this possible.
<aside> 💡 This capability is currently supported on the Webchat channel.
</aside>
In this How To, you'll learn how to implement a dialog that asks the user to upload a file. The file will then be uploaded and the download link will be returned. This How To assumes you are familiar with the fundamentals of UI Builder and already know how to create dialogs.
To implement file attachments perform the following steps: