Services

Here we present all the services used to communicate with the other microservices of the system.

services.compose(data)

This method connects to the compose engine in order to get the answer for the user.

Args:
param data:A dict containing data to pass to the engine. This dict contains, the user id, the agent, the context and the user input.
Returns:
A dict containing the context and the answer for the user.