Skip to content

Commit

Permalink
"DirectLine" -> "Direct Line"
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostantini authored Apr 5, 2017
1 parent efd1e5e commit db15398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/core-DirectLineWebSockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ ws.onmessage = function (e) {

> Clients should keep track of the `watermark` value from each `ActivitySet` so they can use it on reconnect. Note that a null or missing watermark should be ignored and should not overwrite a prior watermark in the client.
DirectLine v3.0 (unlike version 1.1) has supports for Attachments (see [Adding Attachments to a Message](https://docs.botframework.com/en-us/core-concepts/attachments) for more information about attachments).
Direct Line v3.0 (unlike version 1.1) has supports for Attachments (see [Adding Attachments to a Message](https://docs.botframework.com/en-us/core-concepts/attachments) for more information about attachments).

Check out the [`printMessage`](DirectLineClient/app.js#L177-L196) function to see how the Attachments are retrieved and rendered appropriately based on their type.

Expand Down

0 comments on commit db15398

Please sign in to comment.