Advanced topic—chat history
IBM RPA makes it easy to add chat history to a local database. The WAL language provides commands to connect to a local database and will automatically create the following tables, which are configured for viewing the chat history:
Table |
Description |
|
Stores information for creating a conversation |
|
Stores the questions and answers returned by the knowledge base in the interaction between the user and the robot |
|
Stores questions and answers asked during user interaction with the robot |
|
Stores the Action and Value of all... |