Skip to content

Commit 4528233

Browse files
szulRobStand
authored andcommitted
Update bot-builder-nodejs-send-suggested-actions.md (#43)
1 parent df1479c commit 4528233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/nodejs/bot-builder-nodejs-send-suggested-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This code example shows how to send a message that presents three suggested acti
3030

3131
When the user taps one of the suggested actions, the bot will receive a message from the user that contains the `value` of the corresponding action.
3232

33+
Be aware that the `imBack` method will post the `value` to the chat window of the channel you are using. If this is not the desired effect, you can use the `postBack` method, which will still post the selection back to your bot, but will not display the selection in the chat window. Some channels do not support `postBack`, however, and in those instances the method will behave like `imBack`.
34+
3335
## Additional resources
3436

3537
* [Preview features with the Channel Inspector][inspector]
@@ -45,4 +47,4 @@ When the user taps one of the suggested actions, the bot will receive a message
4547

4648
[inspector]: ../portal-channel-inspector.md
4749

48-
[channelInspector]: https://docs.botframework.com/en-us/channel-inspector/channels/Skype/
50+
[channelInspector]: https://docs.botframework.com/en-us/channel-inspector/channels/Skype/

0 commit comments

Comments
 (0)