Share via

Sending attachments in Bot Framework Composer

Edyta Barnaś (EDYBA) 6 Reputation points
2020-12-18T15:29:26.273+00:00

Hi,

I would like to send an attachment (pdf, word) to User in ChatBot.
I have developed the Chatbot using Bot Framework Composer.
I can only find advices how to send attachments using C# code (or other languages)
Is there any way to send attachment using Bot Framework Composer?

What I also tried, I deployed the Chatbot from Bot Framework Composer to Azure and downloaded the code because I though that I could just add the piece of code regarding sending attachments. It turns out however that this code which was initially developed in Bot Framework Composer differs from the basic C# codes and I cannot just add there piece of code to send attachments
Any advice please?
So that I do not have to create Chatbot in C# from beginning?

Azure AI Bot Service
Azure AI Bot Service

An Azure service that provides an integrated environment for bot development.


1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 Reputation points
    2020-12-21T12:13:56.45+00:00

    There are multiple efforts happening internally to demonstrate Composer working against a CI/CD pipeline. As far as interop between v4 waterfall dialogs, custom code, and Composer built dialogs, see this document describing the process to achieve this: https://learn.microsoft.com/en-us/composer/how-to-add-custom-action

    Here are some video resources available to share:
    5 minute intro: https://www.youtube.com/watch?v=g8ck1hcTTJk
    20 minute getting started video: https://www.youtube.com/watch?v=r9WQPSaLnaU
    20 minute advanced language modeling: https://www.youtube.com/watch?v=wG8emu4v6hk
    Build an end to end Weather Bot (slightly outdated): https://www.youtube.com/watch?v=ZNcfIgO8biw

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.