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
Ms_ Dev
NA
236
91.6k
Microsoft Bot response matching
Mar 30 2017 3:39 AM
Hi,
I have this following code from Microsoft bot framework.
public
enum
BalanceOptions
{
Available,
Current,
Pending,
Statement
}
[Serializable]
public
class
Balance
{
public
BalanceOptions? Type_of_Balance;
public
DateTime? ForBalance;
public
static
IForm<Balance> BuildForm()
{
return
new
FormBuilder<Balance>()
//.Message("Welcome to eZCard, My name is Doe !")
.Build();
}
}
I want to check the options user selected in the Function BuildForm() and hardcode the response. As, if user selected Pending then i will give 45$, something like this.
Please help.
Reply
Answers (
0
)
Logic behind converting original Url to short Url
max number from the given list using divide-and-conq