Please enable JavaScript.
Coggle requires JavaScript to display documents.
(ConversationNode (ConversationStateMachine (CognitiveClientConfigLoader…
ConversationNode
ConversationStateMachine
ClearContextBlackList
- customer
- location
- lat
- lng
- buttonName
- fail_ct
- success_ct
- pre_chat_survey
- copyandprint
CognitiveClient.Type
- Watson
- OpenNLP
- Google
- EntityExtraction
- Kana
- Chatbot
- Stanford
-
-
-
-
BotConfig
- botId
- name
- states
- initialState
- globalRules
- intentClient
-
-
-
-
-
-
-
-
-
-
ConversationRulesParser
ConversationRules
Rule
Implements Action
- It takes ConversationState and ConversationNode
and executes. It won't returns any value.
Holds :
- List of Checks
- List of True Actions
- List of False Actions
- List of Secondary True Actions
- List of Secondary False Actions
Holds Check Interface
- It takes ConversationState and ConversationNode
evaluate and returns boolean result.
-
-
-
-