When building your conversational AI application, you may want to allow users to upload a file during the conversation. The Prompt for File or Attachment activity in UI Builder makes this possible.
<aside> 💡 The file upload capability is available on text-based channels, such as Webchat, Microsoft Teams, Slack, SMS, and WhatsApp.
</aside>
In this article, you’ll learn how to implement an activity that allows users to upload a file, with restrictions on file type and filename. After the upload, you’ll also see how to retrieve the URL where the file is stored.
This article assumes you are familiar with the fundamentals of UI Builder and already know how to create triggers and dialogs.