COMMUNITY: How to properly ask a question on Forums
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Rp Singh
1.4k
182
7.9k
start first conversation with Microsoft bot in Dialogs
May 21 2017 5:03 AM
Hi,
I have the following code in conversationupdate:
else
if
(message.Type == ActivityTypes.ConversationUpdate)
{
// Handle conversation state changes, like members being added and removed
// Use Activity.MembersAdded and Activity.MembersRemoved and Activity.Action for info
// Not available in all channels
private
IDialog
MakeLuisDialog()
{
return
Chain.From(() =>
new
LUISDialog(Balnc.BuildForm));
//throw new NotImplementedException();
}
}
and the form as:
[Serializable]
public
class
Balnc
{
public
Details? Type;
public
static
IForm
BuildForm()
{
return
new
FormBuilder
()
//.Message("Welcome My name is Doe !")
.Build();
}
}
I want when my conversation opens, bot will provide me options in dialog wo select.
some demo/code suggestions will be useful.
Reply
Answers (
1
)
Microsoft Bot Endpoint URL in project
"Unable to determine hardware version"BCM28355 Error In Pi3