Docs QSoft
CXPerium Bot C#
CXPerium Bot C#
  • Özet
  • Appsettings
  • Source Code
    • File Structure
    • Building Blocks
      • Contact
      • Activity
      • Conversation
    • Services
      • Whatsapp Message
        • SendMessage
        • SendMessageWithButton
        • SendLocationMessage
        • SendLocationRequest
        • SendSurvey
        • SendSticker
        • SendMediaWithUrl
        • SendMessageWithFlow
      • Cxperium
      • Automate
        • Page 1
  • Başlarken
    • Gereksinimler
    • CXPerium Hesabı Oluşturma
    • Bot Projesini Klonlama
    • Nuget Paketleri
    • Tunnel Setup
    • Integration with Bot
      • Developer Settings
  • Hello World!
  • Project Structure
    • Channels
      • Whatsapp.cs
      • CXPerium.cs
    • Dialogs
  • Library
    • Objects
      • Activity
      • Conversation
      • Contact
    • Messages
  • Assistan Modules
    • Configuration
    • Intent
    • Localization
  • WebHook
  • Gelişmiş Özellikler
    • Using Flows
    • Using Catalogs
    • Logging & Debug
  • WhatsApp Cloud API & Cxperium Integration
  • Değişiklik Günlüğü
Powered by GitBook
On this page
  1. Assistan Modules

Configuration

This page contains information on how to configure assistant settings on CXPerium/Assistant/Configuration menu.

PreviousAssistan ModulesNextIntent

Last updated 9 months ago

IMPORTANT NOTE => Before running the project all necessary configurations and enabled attributes must be setted to either true or false as boolean values!

Dialogflow Config

  • Integration is available with Google's Dialogflow NLP Engine. To use Dialogflow get the necessary file and projectId's from dialogflow.google.com and add the file to the "./" root directory of your project.

GDPR Config

  • If IsEnabled property of GdprConfig is true, users will be prompted with GDPR approval dialog.

ChatGPT Config

  • Integration is available with ChatGPT APIs. Get your API Key and AssistantId from platform.openai.com.

CxperiumLive Config

  • If isActive true, when the message of your is not understood, according to the TransferFaultCount value, user will be tranferred to live support if counter is set to the given value.

SessionTimeout Config

  • In minutes when given, session of the user will be ended and user will be prompted with a session timeout message.