Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Choose a file and click on the “Send it to the Server” button. This action will send the file to the server and the corresponding URL of the file will be changed in the Link info tab.

Insert Horizontal line (Line break)

You can display the text from the text bubble in separate bubbles using the horizontal line.

...

This text will be converted into two bubbles.

...

Image

You can use an image to view it in the chatbot. Click on the image button in the text tab for the same.

...

Please refer to this documentation on How do I upload an image?

If you already have an image uploaded in the database, you can browse the image or paste the corresponding URL in the URL field of the Image Info tab of Image Properties popup box.

...

If you want to adjust the resolution of the image to fit within the chat bubble in the chatbot, you should place the below code in the Bot View Template > Custom CSS

Code Block
.endbubble.msg>p>img{
    width: 100% !important;
    height: 100% !important;
}

Screen Tab

You can add an image to show with within the bot says. The contents of this tab will be rendered by smart displays.

...