Skip to content

Commit

Permalink
Explaination on send typing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 13, 2019
1 parent 35b98b3 commit 805b242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/07.b.customization-send-typing-indicator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
window.WebChat.renderWebChat({
directLine: window.WebChat.createDirectLine({ token }),

// Web Chat will send typing activity when "sendTyping" is set to true
// Web Chat will send typing activity, on behalf of the user, when "sendTyping" is set to true.
// The typing indicator will be send when the send box by any means, including speech.
sendTyping: true
}, document.getElementById('webchat'));

Expand Down

0 comments on commit 805b242

Please sign in to comment.