LogoLogo
  • Dhee.AI
  • Concepts We Work on
    • What is NLP?
    • Natural Language Parser Pipeline
    • Word Embeddings
    • Textual Entailment
    • User Intent Recognition
    • Document Reading
  • Getting Started
    • Train your bot
      • Create your bot project
      • Train for Intent recognition
        • Define the Slots
        • Train the Triggers
        • Train for Stop-Triggers
      • Configure Agent Responses
      • Write your REST Endpoints
      • Configure Endpoints
      • Configure Workflow
        • Read Inputs
        • No Code Approach
        • REST Endpoints Approach
        • Acknowledge User
    • Build and Deploy
      • Build
      • Test
      • Deploy
        • Embedding Widget in Apps
  • Platform Reference
    • Manage Projects
    • Agent Settings
      • Basic
        • Language
        • Domain
        • Voice
        • Avatar Settings
      • Widget
        • Widget Theme
        • Widget Label
      • Advanced
      • Team
        • Development Team
        • Support Team
      • Import Export
      • Emailer
      • Billing
      • Botstore
    • Knowledge Management
      • Document Reading
      • Frequently Asked Questions
    • Intents and Automation
      • Intents
        • Slots
        • Triggers
        • Stop Triggers
        • Special Intents
      • Skills/DSM
        • Dialog Actions
        • Dialog State Transition
          • Slot State
        • Dialog Workflow
        • Skill API
      • Backend API
    • Extended Message Types
    • Entities And Other Data
      • Entities
        • Multilingual Entities
        • Language Specific Entities
        • Custom Entity Types
      • Agent Responses
        • Multilingual Responses
        • Missed Query Responses
        • Support-Unavailable Responses
      • Directive Utterances
        • Customize Inputs
        • Customize Outputs
      • Translations
      • Query Substitutions
      • Abbreviation Texts
    • Test & Deploy
      • Build
      • Test
      • Deploy
        • Launchpad
        • Widget
        • Signal
        • Telegram
        • Google RCS
        • Facebook
        • Alexa
        • Whatsapp
        • Custom App
        • Voice
        • Telephony
        • Email
    • Reports
      • Statistics
        • Summary
        • Daily Reports
          • Conversation Analytics
        • Weekly Reports
        • Monthly Reports
        • Output Spreadsheet
      • Conversations
        • Conversation Logs
        • C-SAT
      • Generate Report
        • Lead Report
        • Category Report
        • Device Demography Report
        • Utterance Report
        • Missed Query Report
        • Location Report
      • Report Settings
        • KPI
        • Schedule Report
      • Personnel Audit
        • Development Team
        • Support Team
          • Supervisory Sessions
          • Login Information
      • Bot Store
        • Reviews
        • Reported Issues
  • The Social Desk
    • Whatsapp
      • Customer Chat
      • Manage Template
      • Outreach Campaign
        • Create new
        • Manage Campaign
    • Reports
    • Settings
      • Team
      • Whatsapp
  • Extras
    • External Links
  • News
    • Dhee.AI's Edge Server for Telephony Achieves Breakthrough Optimization on Intel Architecture
  • Dhee.AI Telephony Edge Servers: Elevating Conversational AI Experience with Edge Computing
  • Pinnacle Teleservices Joins Forces with DheeYantra to Supercharge Conversational AI on WhatsApp
Powered by GitBook
On this page
  • Basic Settings
  • Client Configurable Settings
  • Botstore Demo Configuration
  1. Platform Reference
  2. Agent Settings

Botstore

PreviousBillingNextKnowledge Management

Last updated 3 years ago

Dhee.AI allows developers to sell their custom bots in the Dhee Store. To sell your agents in the Dhee Store, you need to provide information regarding the bot, including the client configurable information if any. This could be done using AgentSettings->BotStore.

The configurations are categorized into 3 key parts.

  • Basic Settings

  • Client Configurable Settings

  • BotStore Demo Configuration

We will delve into each of the configurations to understand it better.

Basic Settings

As the name suggests, the Basic Settings allows the developer to configure the basic meta-information about the bot. This include

  • Name: Name for your bot.

  • Description: Short description of what your bot specializes in.

  • Support Email: Configured email for contacting the support team

  • Support Phone Number: Registered phone number for contacting the support team

  • Website: Url of the developer website

  • Keywords: List of keywords associated with the bot. This is useful while consumers search for your bot in Dhee Store.

  • Plan Rate: Rate Plan for consuming your bot.

Additionally, you can add images for

  • Bot Introduction

  • Bot Preview Image

Both images need to be less than 512KB in size. The following image types are supported

  • JPG

  • JPEG

  • PNG (Portable Network Graphics)

  • SVG (Scalable Vector Graphics)

  • GIF (Graphics Interchange Format)

You can enable to sell your bot by enabling the Sell in botstore configuration on the top right corner.

Client Configurable Settings

Often bots can be configured by client developers to suit their needs. This is done by exposing client configurable settings in your bot. The available client configurable settings can be added using AgentSettings->BotStore_Client-ConfigurableSettings.

Users can provide a collection of User Configurable Settings. Each configuration setting is identified by

  • Name: Unique name for identifying the setting

  • Description: Description of the configuration settings

  • Possible Values: Allows values for the configuration

  • IsOptional: True if the configuration is optional. False otherwise.

Botstore Demo Configuration

Botstore provides developers to browse the store and interact with the bots. The Botstore Demo Configuration allows the User to select the configuration values (previously defined in the Client Configurable settings) to be used in the demo.

If the bot doesn't have Client Configurable Settings, the section would be empty.

Basic Settings
Client configuration
Botstore demo configuration