Skip to main content

Questions tagged [direct-line-botframework]

Direct Line API is part of Microsoft's Bot Framework and is one of the available messaging channels there, along with Facebook, Skype etc. It enables access to the bot created using that framework from any custom app or webpage.

direct-line-botframework
0 votes
0 answers
9 views

Botframework webchat - Latex formatting

I would like to print in botframework webchat calculations using Latex formulas. I know it support markdown however I wasn't able to find Latex support. Does someone know how to implement this? I have ...
Adam Kovářík's user avatar
-1 votes
0 answers
31 views

How to add attachment to user's text message via bot frontend react app logic?(override readonly is ts?) [closed]

I'm making project with ms botframework ( https://www.npmjs.com/package/botframework-webchat). In FrontEnd I'm using example react app https://github.com/microsoft/BotFramework-WebChat/tree/main/...
Andrii's user avatar
  • 91
0 votes
0 answers
22 views

Botframework-webchat getting error i is not a function

Trying to implement Botframework-webchat in a react MFE application, but as soon as i try to use any component of "Botframework-webchat" my MFE got killed by error app-errors.js:11 Uncaught ...
max's user avatar
  • 1
0 votes
0 answers
34 views

Botframework-webchat-Getiing window.WebChat.createStore is not a function

I have a microsoft bot framework project hosted on azure bot service which i use in my angular project. My task is to remove the dependancy of azure service so that i can host the bot framework ...
Aditya Vishwakarma's user avatar
0 votes
1 answer
24 views

Error 400 - POST to upload file in bot framework emulator

I'm encountering an issue when attempting to upload large files (specifically, files of size 238MB and larger) in the Bot Framework Emulator. While smaller files are successfully uploaded and ...
Lohany Santos's user avatar
0 votes
1 answer
46 views

Customize BotFramework message alignment

I'm working with the BotFramework and I'm seeking to customize the alignment of messages rendered in my chat interface. Specifically, I want to ensure that messages in Arabic are right-aligned while ...
Андрей Череватов's user avatar
0 votes
0 answers
19 views

Unable to sign out the user from Bot composer framework - Why not working

I have implemented the OAuth Input Login using bot composer framework dialog. Login function is working as expected. But based on my requirement, I will have log out the user which ever is logged in. ...
Narender Kumar's user avatar
0 votes
1 answer
67 views

How to inject text to microsoft bot framework webchat. I am using Webchat javascript

I want to add and send a message in Microsoft chatbot without typing that message on textArea which is at the bottom of the Bot window. I need to give the message as an activity from user side. We ...
utkarshsinghal17's user avatar
1 vote
1 answer
65 views

Message alignment to the left for user and bot message bubble

Currently The user messages are shown to the right and bot messages are shown to the left like below. Is there a way to align both user and bot messages to the left? Current Image Looking for Image ...
Amey ajit Pai raiker's user avatar
1 vote
0 answers
116 views

Botframework webchat Directline | How to get rid op 502 error while streaming openai answers

I want to support streaming openai answers in botframework webchat client. Answers take a long time to be generated which can be perceived as latency. My approach to streaming openai answers via bot ...
Hessel's user avatar
  • 720
0 votes
0 answers
36 views

BotFramework-WebChat Error: <ActivityKeyerComposer> should not be nested

I am trying to build a customised chatbot using BotFramework-WebChat. I am trying to build the chat window using the existing components available. But I am getting this error: should not be nested. ...
Ankita Roy's user avatar
-2 votes
1 answer
94 views

name 'events' is not defined

Actually, I'm a beginner in python,I'm making a linebot and and I want to make a feature that can send back the ButtonsTemplate I made after detecting a keyword,I'm not sure if there are other bugs in ...
Martin Hsu's user avatar
0 votes
0 answers
69 views

Cannot perform ‘set’ on a proxy that has been revoked

We are using a skill bot and root bot. Skill bot is a Microsoft del based bot. Root bot is composer based bot. When root bot connects with skill, sometimes towards the end, we see error saying cannot ...
shravani shree's user avatar
0 votes
0 answers
30 views

Save and retrieve chats in Bot framework composer

I am creating a chatbot using Bot framework composer. My Chatbot contains different dialogues and in each dialogue I have different set of Questions and their Answer according to my domain. Further ...
Hassan Malik's user avatar
0 votes
0 answers
42 views

Is there a way to check agent Availability in Microsoft Directline APIs?

We're creating a chatbot and in which we want to add one feature called agent Presence Check, which checks if any agent is available or not and just returns true even if one agent is available and ...
Akash Vekariya's user avatar

15 30 50 per page
1
2 3 4 5
39