Skip to content
English
  • There are no suggestions because the search field is empty.

Release Notes: Plural Version 1.19 

Published on December 13, 2023

Major product releases:

 

Plural Web Widget

 
Introducing the Plural Web Widget, a seamless solution to bring your Plural.io Avatar directly to your website. Boost engagement and interaction with your visitors through this user-friendly tool.
 
Plural Web Widget allows you to easily put the Avatar on your website wihtout the need for any coding!
 
Customization Made Easy No coding required! Customize the chat window where your Avatar will appear to match your website's style and branding. Choose chat bubble colors, hint text, and even the widget's position effortlessly.
 
Copy-Paste Integration With a simple copy-paste of the generated code snippet, your Avatar becomes a part of your website in no time. Empower your website with a personalized touch today!
 

Avatar Builder (Beta)

The Avatar Builder is here to elevate your Plural.io experience. Now you have the power to create and customize your very own Plural.io Avatars with ease. From changing their appearance, selecting clothing styles, to adding your unique logo - the possibilities are limitless.
 
Customize your Avatars to your liking! Change clothing, add logos, and many more!
 
Special Holiday Gift! As a special treat before Christmas, we're gifting you one Avatar for free! Create your personalized Avatar and make a lasting impression during the festive season. (*Fair Use Policy Applies, special offer only available until end of 2023)
 
Post-Christmas Pricing After Christmas, additional Avatars will be available for 90.000 GOs each. Please use this feature responsibly, as misuse may result in GO deductions.
 
The Avatar Builder empowers you to showcase your brand's identity and storytelling with Avatars that truly resonate with your audience. Personalize your Avatars today!
 
 

Plural Embedded

 

Deeper Integration, More Control

Plural Embedded takes customization to the next level. It's like having your Avatar as a JavaScript library, allowing you to integrate it into your apps, services, or websites with precision.
 
Plural Embedded gives your developers the possibility to integrate the Avatar and its capabilities into your own products.
 
Advanced Features Unleashed Unlock the full potential of your Avatar with Text-to-Speech (TTS), Speech-to-Text (STT), and other advanced capabilities. Plural Embedded is perfect for custom solutions and extending your app's capabilities.
 
Host and Control With Plural Embedded, you host and maintain your Avatar, giving you complete control over its performance and usage. Tailor it to your specific needs and let your creativity shine.
 
Plural Embedded is only available for selected customers at the moment. If you think this is for you, please contact us!
 

Plural Knowledge Base: Website parsing is now online on production

 
 
 
 
When adding new data sources to your KB, you may choose "Websites" as a source too. Furthermore, you can set the depth of the parsing process (automatic reading of the website) to 1. That means, not only the content of the opened website itself will be added to your KB, but also each link will be followed on step and the content of that linked page will be added too. 
 
 
ATTENTION!
Please choose carefully which link should be included in the parsing process, as all content of the linked page will be part of the KB later!
 
Examples for pages that you might want to exclude:
- Facebook, Instagram and other social media links
- Advertisement
- Links to foreign websites
- and so on...

 

Improvements

IoT Element :: Export cURL Function

 
 
Added Buttons:
a) Copy Live-cURL
b) Copy Test-cURL
 
When you click “Copy Live/Test-cURL“ following happens: 
 
  • System generates cURL
  • with POST
  • as a live or test URL 
  • the parameter '?lang=#ATTRI/LanguageISO2' > f.e “?lang=ger” when in German project
  •  Header parameter:
  • Authorization : “Token XXX" and the Auth-Token into the clipboard
  •  Content-Type: application/json 
  •  json-payload 
{ "dummy" : "payload" }
 
Example:
 
curl --location 'https://go.plural.io/api/robots/ssrf/43db46e7-d11f-4bae-bf26-cc15424db1eb/bc88f42c-e535-4b9d-be78-3c2f07a09be0?lang=ger' \ --header 'Authorization: Token YOUR_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "dummy" : "payload" }'
 

 

Bug fixes

  •  Plural KB :: KB is broken when custom prompt includes {}
  •  Avatar UX :: QR Code too close to buttons
  •  Translation Character Encoding:: When I translate the character &, I get &
  •  Project :: Saves project when clicking out of modal, instead of cancel action
  •  Preview :: primary/secondary lang previews do not update when color changes happen in secondary/primary
  •  Question :: 3 buttons should not create scrollbar
  •  Adding secondary language before frame creation leads to issues
  •  Plural KB :: state is not changing after second uploaded data source