Questions tagged [bot-framework-composer]

261 questions
8
votes
1 answer

Bot Framework Composer Skill Host Endpoint 401 Unauthorized

I have a Bot Framework Skill written with C# which relays messages from a back end service to a Consumer Bot made with Bot Framework Composer. The Skill Bot receives the messages from the backend service on a separate controller…
5
votes
2 answers

Botframework Composer Custom Action not registered in factory

I have an existing bot. I have added a custom action as described in the official docs. When the bot is started, only the errormessage: mybot.dialog error: Type Mycustomaction not registered in factory. is displayed in the chat window. Initially…
foobarbaz
  • 322
  • 6
  • 17
5
votes
1 answer

Does Adaptive Cards Templating work in Composer?

I want to add buttons to an Adaptive Card like so: "actions": [ { "$data": "${collection}", "type": "Action.Submit", "title": "${prop1}", "data": { "value": "${prop2}" …
Martín La Rosa
  • 790
  • 4
  • 17
5
votes
1 answer

Bot Framework composer -Luis build failed:

I'm trying to build a Chatbot where I can use the Bot effectively with Luis. I'm trying to follow the sample TodoBotewithLuisSample provided in the composer itself. When I connect my Bot with Luis and try to publish I get the error below: "Luis…
5
votes
1 answer

which bot solution I should use, Botframework or Composer tool or Power Virtual Agent? Is Power virtual agent costly?

I already use bot framework using c# and hosted in azure. Our bot is integrated with LUIS and use a SharePoint list to answer FAQs. We want to upgrade our bot and we see now many new bot solutions like power virtual agent and composer. Is it worth…
4
votes
1 answer

How to translate choices in bot framework composer?

I'm using MS bot framework composer version 1.1.1 I'd like the user to answer a question by typing (or picking) either "yes" or "no" - but I need to support multiple languages (so in German it would be "ja" and "nein"). Of course I want to have only…
srudin
  • 261
  • 2
  • 13
4
votes
1 answer

Development lifecycle of a Composer bot

Introduction Bot Framework Composer allows me to design a bot and then deploy it to Azure, all from within the Composer application. This is great, but manually deploying from a developer's computer is not suitable for a strategy that includes…
Edwin Otten
  • 122
  • 9
4
votes
2 answers

Bot Framework Composer - Read App Settings

I need to manage some settings from Bot Framework Composer like BaseURL for my REST Service. I open this issue in Github Repo. I search on Bot Framework Composer docs but I haven't found anything. Has anyone ever set settings on the page where…
Andrea Tosato
  • 133
  • 10
3
votes
1 answer

Bot Framework Composer - Installed packages do not appear in 'Installed' menu

I am creating a bot using Bot Framework Composer following the instructions in the tutorial. Tutorial URL : https://learn.microsoft.com/en-us/composer/tutorial-create-weather-bot#add-interruptions-to-the-conversation-flow The tutorial states that…
joony
  • 51
  • 3
3
votes
2 answers

Adding Middleware in Bot Framework Composer V2

I want to add a Middleware in a Bot Framework Composer project but I can't find any documentation on how to do it. How would one go about adding a simple Middleware, let's say a Middleware that logs all the exchanged messages to console, in a bot…
Stefan Alexandru
  • 563
  • 1
  • 5
  • 18
3
votes
1 answer

Bot Framework Compose: Dynamic multiple choice action (from API)

I'm building a bot with bot framework composer (V2) I want to create a multiple choice action, with choices that I get from a API call. Api Choices [ { "id": 0, "name": "One", "active": true }, { "id": 1, …
Gerald Hughes
  • 5,771
  • 20
  • 73
  • 131
3
votes
1 answer

Hosting bot locally on IIS

First of all I know that there are similar questions like this, but by going over all of them I realized that not single one contains all the steps to host bot on local IIS, which is why I am asking this question to collect all the info in one…
Atavius
  • 39
  • 3
3
votes
2 answers

How to develop Custom Action on Bot Framework v2.0

Could someone please help with how to enable / develop custom action with latest preview / 2.0 version of Bot Framweork. The microsoft documentation only seems to work for v1.4.1 Thanks
3
votes
2 answers

Dependency Injection in Bot Composer's Custom Actions

I would like to integrate Bot composer with Custom actions. The custom actions in turn calls different API to perform some business logic. I would like to inject interfaces and service provider to custom action. I am having trouble in doing this as…
pradeep
  • 31
  • 1
3
votes
1 answer

Automatic Email Send in Microsoft Bot Framework Composer

I am developing chatbot using Microsoft bot framework composer. I added this chatbot to Microsoft Teams channel as well. It is a IT Help desk chatbot. We have a separate ticketing system, whenever user send a email to support@abc.com, the support…
1
2 3
17 18