User Guide
API DOCSVOICE GATEWAYHELPSECURITY
Current Version
Current Version
  • Welcome
  • What's New
  • 🚀GETTING STARTED
    • Login
    • Concepts and Glossary
    • Language Models
      • Syntphony NLP
      • Other NLP and LLM Connectors
      • FAQs
    • Build a Virtual Agent
      • Overview
      • From Scratch
      • By Importing
      • Pre-Built Templates
      • Training task
    • Testing
      • Automated Test
      • Advanced Request
      • Simulate Dialog
      • View Logs
    • Create and manage profiles
  • 💬BUILD DIALOGS
    • Flows
    • Dialog Cells
      • Intent
      • Entity
      • Answer
      • Input
      • Jump
      • End
      • Service
      • Rest Connector
      • Code
      • Rule
        • Variable answers using Code and Rule cells
        • Enable and disable flows using Rule Cells
    • Data Masking of Personal Identificable Information
    • Dynamic Content and Contexts
    • Voice Agent
    • Multilingual Agent (beta)
  • ✨GENERATIVE AI
    • AI features
    • Assist Answer (beta)
    • Examples Generator
    • Knowledge AI
    • Prompt cell
      • Prompt crafting
      • Practical examples
    • Rephrase Answer
    • Zero-Shot LLM
  • 🌐CHANNELS
    • Channels
      • WhatsApp (by Infobip)
      • Facebook Messenger
      • Microsoft Teams
      • Integrating Existing Channels
    • Webchat Plugin
  • ⚙️CONFIGURATIONS
    • Parameters
    • Advanced Resources
    • Other Options
      • Intent Navigator
  • 📊ANALYTICS & INSIGHTS
    • Dashboards
      • Overview
      • Funnel charts
      • User messages
      • Conversations
      • Reports
    • External Analytics Platforms
  • API DOCS
    • Overview
    • API Guidelines
      • Conversation API
      • Cloner API
      • EVG Connector
      • Management API
        • Admin API
          • Bot Admin
          • Environment
          • Organization
          • User
          • Notification
        • Instance API
          • Knowledge AI
          • Knowledge AI NLP
          • Answer
          • Automated Tests
          • Bot
          • Broker
          • Channel
          • Dashboard
          • Dialog Manager
          • Entity
          • Generative Service
          • Intent
          • Parameters
          • Tag
          • Technical Log
          • Training
          • Transactional Service
          • Rest Connector
          • Wait Input
          • Websnippet
      • Webhooks
    • Infrastructure Guidelines
      • Syntphony CAI server Installation guide
      • Maintenance Methods
      • Supported/verified third-party software
    • Data Structure
      • Admin Data Structure
      • Environment Data Structure
    • Voice Gateway
      • Genesys Cloud CX
Powered by GitBook
On this page
  • Types of Parameters
  • NLP Confidence Score
  • Request Timeout
  • Tokens Limit
  • Custom Parameters

Was this helpful?

  1. CONFIGURATIONS

Parameters

Create and manage variables in answers through parameters

PreviousWebchat PluginNextAdvanced Resources

Last updated 8 months ago

Was this helpful?

The Parameters page can be accessed through the side menu.

Create new system parameters to change Syntphony CAI’s behavior. A Parameter is a value that is added to configure software behavior. Insert any value to change how Syntphony CAI behaves.

Types of Parameters

The NLP confidence score module is not displayed for virtual agents integrated with LLM.

NLP Confidence Score

In a NLP, this is a minimum level of certainty that an intent corresponds to what a user is saying. If the minimum confidence score is below the value set, a Not Expected answer (idk) is delivered.

Request Timeout

Amount of time the virtual agent should wait for a response from OpenAI. You can set a value in seconds to configure your agent's behavior. If the request time exceeds the defined period:

  • Gen AI cell: The flow will be halted.

  • Knowledge AI: The system will trigger the Not Expected flow.

  • Rephrase Answer: The system will deliver a static answer.

The Zero-Shot module is only visible in agents integrated with OpenAI models

Tokens Limit

Zero-Shot models are highly influenced by the limitation of tokens: When the configured limit is reached, the system disables the functions of importing and/or creating new intents.

The Tokens Limit module is only visible in agents integrated with OpenAI models

Custom Parameters

To create a custom Parameter, click on “Create parameter”. Then, a card will appear. Insert the parameter key, value, and a description, if that's the case. Click “save”. You can enable and disable a parameter any time.

Adjusting this threshold can impact the precision and recall of the model's predictions. You can set the value by moving the bar or typing a value.

Zero-Shot: System delivers fallback measures depending on where the user is in the conversation. .

⚙️
See them here
Learn more about Syntphony NLP
Parameters page for VA using NLP
Parameters page for VA using Zero-Shot model