Questions tagged [web-chat]

The Bot Framework Web Chat component is a highly-customizable web-based client for the Bot Framework V4 SDK. The Bot Framework SDK v4 enables developers to model conversation and build sophisticated bot applications.

See the Web Chat GitHub Repo for more information.

345 questions
0
votes
1 answer

How to make webchat to send country to bot?

I want my bot to talk to users on their language, when accessed from a website. This means, that the country(code) should be passed to the bot, but I don't see such option. Is there any way for Webchat to send user's country to bot developed with ms…
BoIde
  • 306
  • 1
  • 3
  • 16
0
votes
1 answer

Keep web chat fixed in the entire website

I've created a Microsoft Bot and want to deploy it on my website. How do you keep a chat bot fixed/pinned to a certain location on the website, that it stays there visible even if you browse through different pages. I am using iFrame for the web…
Bibhas
  • 1
  • 3
0
votes
1 answer

Get conversation ID in directline bot framework inline

I am using directline for webchat. I want to include a refresh button on top of the chat and for that I need the conversation ID. How can I get the ID? Is it possible by using inline webchat ? This the refresh button that I am trying to implement
Anita George
  • 1,145
  • 6
  • 18
0
votes
1 answer

Multi Tenancy in Microsoft bot framework webchat

I have successfully hosted an instance of microsoft's Botframework web chat using directline on public domain, I want to make a chatbot in such a way that my customers can have their own channels completely separated from each other and I cannot…
Dexter
  • 236
  • 2
  • 12
0
votes
1 answer

What is maxlength of userid querystring in Bot Framework WebChat Iframe?

I went through documentation of Bot Framework but could not find maxlength of userid querystring.
Amol Pawar
  • 251
  • 1
  • 15
0
votes
0 answers

Voice enabled RollerSkill BOT application not working in WebChat

Microsoft has provided some sample applications of Speech To Text & Vice-versa in GitHub. I am using demo-RollerSkill sample code. I have hosted this application in our environment and created new BOT using dev.BotFramework.com. As you all may know…
Amol Pawar
  • 251
  • 1
  • 15
0
votes
1 answer

How to get Username in Webchat

Im using the webchat control of the botframework. I tried setting the username via the iframe using querystring. https://webchat.botframework.com/embed/YOUR_BOT_ID?s=YOUR_BOT_SECRET&username=DESIRED_USERNAME&userid=DESIRED_USERID unfortunately…
anonymous1110
  • 885
  • 4
  • 14
  • 28
0
votes
1 answer

MQTT Unique Topic Format generation for Mobile Devices

Currently I'm working on the MQTT based Chat application where I need to assign Unique Topics to Users dynamically. So, I thought of using their IMEI/MobileNumber. But in iOS, we cannot get the IMEI Number so we thought of generating a random…
RealSteel
  • 1,871
  • 3
  • 37
  • 74
0
votes
1 answer

Separate webchat conversation into one message per row

I have a SAS dataset with the transcription of a web chat in one row Example here: conversation id = 346768584212 Transcript = 11:13:57 info: Thank you for choosing to chat with us. An agent will be with you shortly...11:13:58 info: You are now…
Tom
  • 1
0
votes
1 answer

How to echo clicked button text from Rich cards in web chat

We've developed a bot and are sending rich cards to the client. When a user connects to our bot through web chat and clicks a button within those rich cards, the text of the buttons the user clicked on are not echoed to the chat window as if the…
ITM3
  • 25
  • 2
0
votes
2 answers

Is it possible to create a web chat application in plain Laravel

I just started studying and learning about Laravel Framework. My programming originated from Java Desktop application programming and I have not tried any web framework in the past. I've little knowledge with Javascript, some PHP, HTML and CSS. I…
heisenberg
  • 1,784
  • 4
  • 33
  • 62
0
votes
1 answer

Chat functionality in web application using XMPP and Openfire

I want to create chat functionality in my web application using XMPP and Openfire.. I have integrated converse js but I haven't found file attachment so any one let me know another best option using XMPP and openfire??
Nitin
  • 881
  • 2
  • 10
  • 37
-1
votes
1 answer

How to disable automatic "scroll to bottom" in microsoft botframework webchat when the Welcome card renders?

I am using webchat cdn of microsoft botframework to make a chatbot. When the welcome message is displayed, there are several buttons below my welcome card which goes beyond the visible area of the chat window. Thus, it automatically scrolls to…
-1
votes
1 answer

Azure Speech Translator

I need help on how to implement the speech translator c# sdk into a chatbot built with the bot framework c# sdk, so that whenever a user wants to use speech in another language, the bot can accept and translate the language speech in order to …
-1
votes
2 answers

Typing indicator shows even afterr message is sent Bot Framework Composer

Exactly what the title says. I've been trying to implement the typing indicator (befor bot sends a message) for a bot created through Bot Framework Composer. The guidelines are to set the the showTyping property in appsettings.json to true but when…
1 2 3
22
23