All Downloads are FREE. Search and download functionalities are using the official Maven repository.

artoria.ai.support.AutoAiHandler Maven / Gradle / Ivy

The newest version!
package artoria.ai.support;

import artoria.core.ArtificialIntelligence;

public interface AutoAiHandler extends ArtificialIntelligence {

    /**
     * Get the ai handler name.
     * @return The ai handler name
     */
    String getName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy