6#ifndef YARP_DEV_ICHATBOT_H
7#define YARP_DEV_ICHATBOT_H
virtual ~IChatBot()
Destructor.
virtual yarp::dev::ReturnValue resetBot()=0
Resets the chatbot.
virtual yarp::dev::ReturnValue setLanguage(const std::string &language="auto")=0
Sets the chat bot language.
virtual yarp::dev::ReturnValue interact(const std::string &messageIn, std::string &messageOut)=0
Sends a message to the chatbot.
virtual yarp::dev::ReturnValue getLanguage(std::string &language)=0
Gets the current chatbot language.
virtual yarp::dev::ReturnValue getStatus(std::string &status)=0
Gets the current status of the bot.
For streams capable of holding different kinds of content, check what they actually have.
The main, catch-all namespace for YARP.