Class HttpRestPredictionLoader

java.lang.Object
com.t4a.predict.HttpRestPredictionLoader

public class HttpRestPredictionLoader extends Object
The HttpRestPredictionLoader class is responsible for loading and parsing HTTP REST predictions. It reads the configuration from a JSON file and creates a map of AIAction predictions. The class uses Gson for JSON processing and handles exceptions by throwing a LoaderException. It also constructs a list of action names.