Learning a BDK Book
A guide to learning a custom BDK Book in Kognitos.
Learning Books
Before an agent can use a Book’s procedures in a Playground or Process, it must first learn the Book. This allows the agent to recognize the Book and its procedures.
Follow the steps below to learn your custom Book after deployment.
How to Learn a BDK Book
Retrieve the HTTPS endpoint from your deployment.
Place this at the beginning of your automation, substituting your own endpoint in the syntax:
learn "https://<your-endpoint>"
If you implemented any custom connections, make sure you also connect to your Book after learning.
Last updated
Was this helpful?