Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample code snippets #4

Closed
vishwacsena opened this issue Jan 24, 2018 · 6 comments
Closed

Sample code snippets #4

vishwacsena opened this issue Jan 24, 2018 · 6 comments
Assignees

Comments

@vishwacsena
Copy link
Contributor

add state
Simple Conversation Modeling (Echo Bot, primitives)
Complex Conversation Modeling (Alarm Bot, multi-dialogs, cards)
LUIS
QnA
Cards
Proactive Messages
Middleware
Directline
Support

@vishwacsena vishwacsena added this to the 2/9 milestone Jan 24, 2018
@vishwacsena vishwacsena added this to Backlog in Work tracking via automation Jan 24, 2018
@johnataylor
Copy link
Member

We now have samples for:

  • Echo bot based on connector
  • Echo bot based on adapter (layered over connector)

Work tracking automation moved this from Backlog to Complete Feb 27, 2018
@johnataylor johnataylor reopened this Feb 27, 2018
Work tracking automation moved this from Complete to Backlog Feb 27, 2018
@johnataylor
Copy link
Member

We will add samples similar to those in JavaScript and .NET as the higher level abstractions are added.

Work tracking automation moved this from Backlog to Complete Feb 28, 2018
@vijaysaimutyala
Copy link

@vishwacsena I've tested and implemented the sample from Wiki and it works fine. I wanted to implement the same using a Flask and Waitress server instead of a simple HTTPServer. Any pointers that can help me start ?

@stevengum
Copy link
Member

@vijaysaimutyala, I haven't used Waitress before, but prior to the current minimalistic setup, we had a flask sample, which can be found under this commit here.

@vijaysaimutyala
Copy link

Waitress is a production webserver below which a flask app runs. Thanks for the link. I'm looking for the same. It would be nice to leave a link to the flask sample in the wiki.

I have one more question though. Can we expect this SDK to include the UI elements like cards, buttons and carousel ?

@vijaysaimutyala
Copy link

@stevengum97 I referred to the FAQ and yes, we'll be allowed to user the UI elements. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Work tracking
  
Complete
Development

No branches or pull requests

4 participants