Recent Discussions
Healthbot Install for Teams Doesn't work
Hi, We customized one of the Microsoft healthcare bots in Azure. When tested through Channel -> Teams it’s working fine. Now we are trying to create an install for Teams so That all users have access to the bot. There wasn’t much documentation or samples for it. The package that we created has a manifest.xml file and two icons. The bot ID is correct. validDomains is set to us.healthbot.microsoft.com. What other fields needs to be set ? When we install the package, it doesn’t show any errors. The icons shows up. But it doesn’t work. What could be the problem..? What are the essential elements to be set ? What default values to be set ? Any samples that we can have a look at ? Thanks in advance. With Regards Ajit1KViews0likes6Commentsconversation logs in Healthcare bot
Hi Team, i am able to see the "conversation logs" option next to "unrecognized utterances" logs in screen shots provided in the documentation but unable to see that in the Health Bot service tool. Please help us where to check these logs other than typing the log keyword in the conversation flow in the bot.1.4KViews0likes5CommentsRequest for Documentation
Hi Team, I was wondering if there was a good resource for deploying my healthcare bot and connecting it to a channel. I have deployed many regular bots and was wondering where/if a channel registration is needed, or how I find the endpoint of my healthcare bot to then chat with it from somewhere outside the portal. Thanks, Dave1.6KViews0likes5CommentsHow to retrieve the Object inside Watch window?
Hi, I'm working on a Healthcare project using Healthcare Bot. I'm following this Github repo: https://github.com/Microsoft/HealthBotContainerSample/ and set it up successfully. Currently, I'm able to retrieve activities using the code: botConnection.activity$ .filter(function (activity) {return activity.type === "event" && activity.name === "shareLocation"}) .subscribe(function (activity) {sendUserLocation(botConnection, user)}); But not sure how to retrieve the Object from Watch window (see the screenshot), is there any API available for it?1.1KViews0likes3CommentsAgent unable to "takeover" end user´s conversation
I have follwed the steps mentioned here: https://github.com/Microsoft/HealthBotContainerSample/tree/live_agent_handoff The agent is able to "List" current chat rooms. But how to add so the agent can "takeover" a end user´s conversation? (Or the opposite: the end-user can write a command (for e.g. 'agent') to come to an Agent instead the bot)619Views0likes3CommentsHealthnavigator APIs in the Language Model
Hi, Below Healthnavigator APIs are displaying on the Language model page in the Health Bot service tool but unable to use these Intent mappings as these are not populating in the any of dropdown boxes of scenarios.Please help us on this. Healthnavigator APIs: /healthnavigator/information /healthnavigator/conditions - Not there in the Language model page but populating in the dropdown box. /healthnavigator/symptoms /healthnavigator/causes /healthnavigator/complications /healthnavigator/specialties /healthnavigator/resources /medication/information /builtin/triage1.1KViews0likes3CommentsHow do you find the doctor type in the Healthcare Bot
So I am very new to the Azure platform and I got into the Healthcare bot feature because I read that I could find the type of doctor according to the documentation. Though I have no clue on how to approach this as nothing is mentioned in the documentation on this particular topic. I was wondering if anyone could help me with that. I am in a bit of a hurry here I was thinking I'd find something on the populartemplates but I don't see anything that'd help me.1.1KViews0likes3CommentsConversation timeout does not work in MS Teams?
Hi everyone! I have noticed that the conversation timeout does not work when chatting with the bot through Teams. I have set the conversation timeout to 5 minutes and am simultaneously chatting with the bot through a webchat and in Teams. After 5 minutes of inactivity, the webchat receives the message "This conversation has timed out". I would expect the same to happen using the bot in Teams, but it does not. Is anyone else facing this? Thanks, JarenSolved2KViews0likes3CommentsHow to Create Custom UI for Microsft Health Bot
Hi, I have tried Microsft Health Bot which is available as SAAS service, have used Direct line I want to create Different UI, is there any possible way? Like if i get response like select gender type on that time i want to show images not buttons!! and other cards alsoSolved1.8KViews0likes2CommentsGetting Response Body
Hi, I am trying to use the contents of a http response body in my conversation flow. In the data connection element of the health bot, the response variable is named as 'res'. The process is like the data connection element connects to a logic app where user's credentials are verified and then a welcome message with user's name is displayed ("welcome {Firstname}"). I can see the message in logic apps's response body but how do i access this in my bot?450Views0likes2CommentsRequest for Health Bot architecture guidance resources
Hi Team, I am planning for ADS session for Healthcare HiPo account for their first Microsoft Health Bot. I am looking for architecture guidance material. Can I leverage any internal deck as part of prep and best practices? Thank you for help.837Views0likes2CommentsSaving a Variable and displaying it
This should be an easy answer but I can't find any documentation on it. I want to be able to prompt the user and receive an answer. I then want to prompt the user again for another answer and use the variable from the first prompt in my Display Text. Example: My first prompt has "What is your name". I then save that to a variable named varName. I then go to the second Prompt and I want it to say "Hi, Brian, how are you today?". I want to take the varName and put it in the Display Text. How can that be accomplished. I am fairly new to Healthbot/Chatbot so any help is appreciated.777Views0likes2CommentsMoving a bot from Draft to Production
I would like to know how you handle moving a Healthbot from Draft to Production. I don't know if there is a migration solution within Healthbot. As an example, I have a Healthbot in Production but I want to make some changes to it but I don't want those changes to go into Production until I am ready. The way I believe it works today, is that as soon as I save the Healthbot changes, those changes are in Production. My thought is that I have to create a clone of my production bot and then make changes to the clone. When I am ready for Production, I just change the "Scenario ID"s between the Production one and the clone one. The Clone will now have my production "Scenario ID". I think this will work but just checking with the community if there is a better way.715Views0likes2Comments