Skip to content

johnataylor/RemoteDialog

Repository files navigation

RemoteDialog

An example of how to call a remote dialog.

The Dialog here is modeled as a function, this maps simply to an HTTP POST. Swap out the MyDialog.ProcessAsync function implementation for one that makes an HTTP POST call to a service. The service can be stateless because on each invocation it takes the previous old state and returns the new state.

About

An example of how to call a remote dialog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published