LogoLogo
  • 👋START HERE
    • Welcome!
  • ℹ️General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • May 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • ⚙️Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • April 23, 2024
  • Bug Fixes
  • Version 4.11.8 – April 17, 2024
  • Features
  • Bug Fixes
  • Version 4.11.7 – April 10, 2024
  • Features
  • Improvements
  • Version 4.11.5 – April 5, 2024
  • Bug Fix
  • Version 4.11.4 – April 4, 2024
  • Features
  • Version 4.11.3 – April 3, 2024
  • Bug Fix

Was this helpful?

Export as PDF
  1. General
  2. Release Notes
  3. Rule-based Automation

April 2024

April 23, 2024

Bug Fixes

  • Resolved an issue that some intermediate responses caused the final response to be played twice

  • Fixed an issue related to the caching of TTS results

Version 4.11.8 – April 17, 2024

Features

  • New TTS Voice fr-FR-VivienneMultilingualNeural (Female) added

Note: If you're using the fr-FR-VivienneNeural voice for your bot, the voice will automatically switch to the fr-FR-VivienneMultilingualNeural voice

Bug Fixes

  • Resolved an issue from intermediate responses coming in after the final response causing a call to fail

Version 4.11.7 – April 10, 2024

Features

  • 2 new (de-DE) TTS voices added

    • de-DE-FlorianMultilingualNeural (Male)

    • de-DE-SeraphinaMultilingualNeural (Female)

Updated Note: If you're using the de-DE-Seraphina voice for your bot, the voice will automatically switch to the de-DE-SeraphinaMultilingualNeural.

  • 5 new (en-US) TTS voices added

    • en-US-AvaNeural (Female)

    • en-US-AvaMultilingualNeural (Female): bright, engaging female voice with a beautiful tone

    • en-US-AndrewMultilingualNeural (Male): warm, engaging male voice that sounds like someone you want to know

    • en-US-EmmaMultilingualNeural (Female) : friendly, light-hearted, and pleasant female voice that works well for education and explanations.

    • en-US-BrianMultilingualNeural (Male): youthful, cheerful, and versatile voice well-suited to a wide variety of contexts.

Improvements

  • Added warning message that providing relative dB volumes in prosody SSML tag is not available for Phone 2 releases

  • Error messages shown during project export now contain more information

Version 4.11.5 – April 5, 2024

Bug Fix

  • Subdialogue import does not work on Windows computers

Version 4.11.4 – April 4, 2024

Features

  • SSO/OIDC integration now utilizes the auth_info endpoint to request missing user information from the id-token.

Version 4.11.3 – April 3, 2024

Bug Fix

  • Fixed a UI bug where the headers in the Intents Platform settings appeared too small.

PreviousMay 2024NextMarch 2024

Last updated 1 year ago

Was this helpful?

ℹ️