Skip to main content
Skip table of contents

Controller Scripting Guide

CX Conversation Controller controls all conversations.

The default controller behaves as the following:

In case of

Action

Description

To setup default controller behavior as mentioned above, run the following command.

CODE
kubectl -n expertflow create configmap ef-conversation-controller-actions-cm --from-file=pre-deployment/conversation-Controller/actions
kubectl -n expertflow create configmap ef-conversation-controller-actions-pycache-cm --from-file=pre-deployment/conversation-Controller/__pycache__
kubectl -n expertflow create configmap ef-conversation-controller-actions-utils-cm --from-file=pre-deployment/conversation-Controller/utils

Modify default behavior

If you would like to make changes to this default behavior, see the following:

  • @a user Update here for the Controller scripting guide
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.