TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mukesh Gupta
NA
9
1.7k
Welcome message not visibile in Webchat,but work in Emulator
Dec 7 2017 4:16 AM
IConversationUpdateActivity update = message;
using (var scope = Microsoft.Bot.Builder.Dialogs.Internals.DialogModule.BeginLifetimeScope(Conversation.Container, message))
{
var client = scope.Resolve
();
if (update.MembersAdded.Any())
{
foreach (var newMember in update.MembersAdded)
{
if (newMember.Id != message.Recipient.Id)
{
var reply = message.CreateReply();
reply.Text = $"Welcome {newMember.Name}!";
client.Conversations.ReplyToActivityAsync(reply);
}
}
}
}
I'm new to ChatBot development using Microsoft BotFramework.
I have register and deployed a simple bot that was working fine with emulator (i.e bot says welcome to my simple bot),but when i used WebChat no welcome greeting was displayed, instead when user type Hi or any text after that the greeting message is displayed.
had gone to various tutorial and solution but not getting the exact cause. i'm using Microsoft.Bot.Builder v3.12
Reply
Answers (
1
)
how to put label and textbox inside nested grid in c# ASP??
barchart does not contain a definiton for datasource.