Skip to main content
Generative AI features improve design-time and runtime capabilities for AI Agent development. LLM-powered tools streamline the development process, reduce time and effort, and improve overall performance. By default, all features are disabled. To use a feature, select a model and prompt, then toggle it on. You can update the model, prompt, and settings at any time.

Enable a GenAI Feature

Steps:
  1. Go to Generative AI Tools > GenAI Features. GenAI Features home
  2. Select the Model and Prompt for the feature from the drop-down menus.
  3. Toggle Status on. A success message confirms the change.

GenAI Features Navigation

Features are filtered by context — the product you’re working in (Automation, Search, Agent, Contact Center). Add or remove this filter as needed. You can also use the search bar to quickly find any GenAI feature across the platform. Product Level Filter

Change Model Settings for a Feature

Pre-built Model Settings

Default settings work for most cases. Adjust them only if you need to fine-tune the model’s behavior. Steps:
  1. Go to Generative AI Tools > GenAI Features.
  2. Click the gear icon for the feature to open Advanced Settings. Advance Settings
SettingDescription
ModelThe selected model for which settings are displayed.
Instructions or ContextFeature-specific instructions or context to guide the model.
TemperatureControls output randomness. Higher values (0.8+) produce creative, less focused responses; lower values (0.5 and below) produce focused, deterministic responses.
Max TokensTotal tokens used per API call. Affects cost and response time.
Number of Previous User InputsNumber of prior user messages sent as context. For example, 5 sends the last 5 responses.
Additional InstructionsSpecific rephrasing instructions — set a persona, tone, and more.
Similarity ThresholdFor Answer from Docs: minimum similarity score between the user utterance and document chunks. Higher values restrict results; lower values may dilute responses.

Custom Model Settings

For custom models, you can only modify the post-processor script to map the actual response to the expected format. Steps:
  1. Go to Generative AI Tools > GenAI Features.
  2. Click the gear icon for the feature.
  3. Click Edit to view the Actual Response. Edit custom model response
  4. Click Configure to open the Post Processor Script. Post Processor Script
  5. Modify the script and click Save & Test to preview the response. Save and Test response
  6. Click Save.
  7. (Agent Node only) Enter the Exit Scenario Key-Value and AI Agent Response Key fields, then click Save.
    • Exit Scenario Key-Value: Defines when to end the GenAI interaction and return to the dialog flow.
    • AI Agent Response Key: Maps the response payload field used to display the agent’s reply to the user.
    Agent Node exit scenario

Feature Reference

The following tables provide a quick reference of the GenAI features available across the platform modules — Automation AI, Search AI, Agent AI, Contact Center AI, and Quality AI.

Automation AI

GenAI FeatureDescription
Agent NodeBuilds an AI Agent using LLMs, tool calling, and generative AI. Supports entity collection, context handling, multilingual conversations, and external integrations.
Prompt NodeDefines custom prompts for creative and custom use cases in the dialog flow.
Repeat ResponsesUses LLM to reiterate the last app responses when the Repeat App Response event is triggered.
Rephrase ResponsesEnhances end-user experience with empathetic and contextual app responses.
Rephrase User QueryImproves intent detection and entity extraction by enriching the user query with conversation context.
Zero-shot ML ModelIdentifies intents at runtime using OpenAI LLM based on semantic similarity, without training data.
Few-shot ML ModelIdentifies intents at runtime using platform-hosted embeddings based on semantic similarity.
Automatic Dialog GenerationBuilds production-ready dialog tasks from a brief intent description, with preview and regeneration options.
Conversation Test Cases SuggestionsSuggests simulated user inputs covering various scenarios at every test step, used to create test suites.
Conversation SummaryFetches full conversation summaries using the Conversation Summary API and an open-source LLM.
NLP Batch Test Cases SuggestionsGenerates NLP test cases for every intent including entity checks, ready for use in test suites.
Training Utterance SuggestionsGenerates high-quality training utterances for each intent; review and add as needed.
Use Case SuggestionsUses OpenAI LLM to generate use cases during the AI Agent creation journey.
Learn more about Automation AI GenAI Features.

Search AI

GenAI FeatureDescription
Answer GenerationGenerates answers to user questions based on ingested data.
Enrich Chunks with LLMRefines or enriches extracted chunks using an external LLM.
Metadata Extractor AgentExtracts sources and fields from a query, maps to structured data, and applies filters or boosts.
Query Rephrase for Advanced Search APIAdds contextual information to user queries to improve relevance.
Query TransformationIdentifies key terms in a query, removes noise, and prioritizes relevant documents.
Rephrase User QueryEnriches the user query with conversation context to improve intent detection and entity extraction.
Result Type ClassificationDetermines in Agentic RAG whether the user wants a direct answer or a list of search results.
Transform Documents with LLMEnhances or updates documents during extraction using an external LLM.
Vector Generation – ImageGenerates embeddings for ingested image content to enable visual semantic search.
Vector Generation – TextGenerates embeddings for ingested text content to enable semantic search and accurate responses.
Learn more about Search AI GenAI Features.

Agent AI

GenAI FeatureDescription
Agent CoachingGenerates best-response suggestions based on conversation history and the current message.
Conversation SummaryCreates summaries during chat transfers or as closing notes for conversations between users and agents.
Generating Opposite Utterance SuggestionsUses LLMs to generate opposite utterances during design time.
Generating Similar Answer SuggestionsUses LLMs to generate semantically similar answers during design time.
Generating Similar Utterance SuggestionsUses LLMs to generate semantically similar utterances during design time.
Sentiment AnalysisIdentifies customer sentiment across agent conversations using LLMs.
Learn more about Agent AI GenAI Features.

Contact Center AI

GenAI FeatureDescription
Agent Response RephrasingRephrases agent responses in formal, friendly, expanded, or neutral tones.
Conversation SummaryCreates summaries during chat transfers or as closing notes for conversations.
Disposition Prediction for Agent Wrap-UpAuto-suggests disposition codes based on conversation context and disposition metadata.
Sentiment AnalysisIdentifies customer sentiment across agent conversations using LLMs.
Learn more about Contact Center AI GenAI Features.

Quality AI

GenAI FeatureDescription
Advanced Topic Discovery based on Custom Taxonomy and Resolution DetectionExtracts topics and intents from conversations; detects resolution and surfaces trends.
Agent Empathy IdentificationIdentifies agent empathy instances where customers expressed negative sentiment.
By Hold AdherenceDetects when an agent places a user on hold and resumes the conversation.
By Transfer AdherenceIdentifies whether the agent informs the customer about a transfer.
By Value Adherence ValidationValidates metric values against reference data; returns binary adherence scores.
By Value Metric ExtractionExtracts by-value metrics from user, agent, and bot messages.
Churn & Escalation IdentificationIdentifies customer churn risk and escalation intents using LLMs.
Conversation Phase IdentificationIdentifies conversation phases for phase-level sentiment insights.
Crutch Word Usage DetectionDetects agent crutch word usage in customer conversations.
Default Script AdherenceChecks agent adherence to default script steps across key conversation phases.
GenAI-based Agent Answer Adherence and Customer Trigger DetectionVerifies agent adherence and detects customer triggers without utterance configuration or training.
Generating Similar QM Utterance SuggestionsGenerates semantically similar phrases during design time.
Post Conversation Sentiment AnalysisGenerates post-interaction sentiment and emotion moment insights.
Sentiment AnalysisIdentifies customer sentiment across agent conversations using LLMs.
Topic ModellingExtracts popular topics and intents from agent conversations.
Learn more about Quality AI GenAI Features.