Skip to content

Commit

Permalink
add link to chat send history sample to readme (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored Feb 6, 2019
1 parent c63e9c9 commit 2d438d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ npm run prepublishOnly
| [`15.c.programmatic-post-activity`](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/15.c.programmatic-post-activity) | Advanced tutorial: Demonstrates how to send a message programmatically. | [Demo](https://microsoft.github.io/BotFramework-WebChat/15.c.programmatic-post-activity) |
| [`15.d.backchannel-send-welcome-event`](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/15.d.backchannel-send-welcome-event) | Advanced tutorial: Demonstrates how to send welcome event with client capabilities such as browser language. | [Demo](https://microsoft.github.io/BotFramework-WebChat/15.d.backchannel-send-welcome-event) |
| [`16.customization-selectable-activity`](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/16.customization-selectable-activity) | Advanced tutorial: Demonstrates how to add custom click behavior to each activity. | [Demo](https://microsoft.github.io/BotFramework-WebChat/16.customization-selectable-activity) |
| [`17.chat-send-history`](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/17.chat-send-history) | Advanced tutorial: Demonstrates the ability to save user input and allow the user to step back through previous sent messages. | [Demo](https://microsoft.github.io/BotFramework-WebChat/17.chat-send-history) |

# Contributions

Expand Down
1 change: 1 addition & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ To add, decorate, replace, or remove activities or attachments, these samples wi
- [Custom attachment: GitHub repository](https://microsoft.github.io/BotFramework-WebChat/10.customization-card-components) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/10.customization-card-components)
- [Web Chat API via Redux](https://microsoft.github.io/BotFramework-WebChat/11.customization-redux-actions) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/11.customization-redux-actions)
- [Selectable Activity](https://microsoft.github.io/BotFramework-WebChat/16.customization-selectable-activity) [(source)](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/16.customization-selectable-activity)
- [Chat Send History](https://microsoft.github.io/BotFramework-WebChat/17.chat-send-history) [source](https://github.com/Microsoft/BotFramework-WebChat/tree/master/samples/17.chat-send-history)

## Backchannel

Expand Down

0 comments on commit 2d438d8

Please sign in to comment.