Skip to content

2.10 - Customizable Avatars

Compare
Choose a tag to compare
@pedily pedily released this 30 Oct 16:03
· 1244 commits to master since this release

New Features

  • During the conversation, you can swap the image URLs used for Bot and User avatars by sending certain message content:

Set a user avatar override

{
  "_webchat": {
   " userAvatarOverrideUrl": "https://placekitten.com/200/200"
  }
}

Reset the user avatar

{
  "_webchat": {
    "userAvatarOverrideUrl": ""
  }
}

Set a bot avatar override

{
  "_webchat": {
    "botAvatarOverrideUrl": "https://placekitten.com/200/200"
  }
}

Reset the bot avatar

{
  "_webchat": {
    "botAvatarOverrideUrl": ""
  }
}

Bug Fixes

  • Using the speech input plugin will no longer append JSON text to the message text
  • Using Webchat / Messenger templates with images in the Say node should now load images with complex URLs correctly