6#ifndef YARP_DEV_CHATBOT_NWC_YARP_H
7#define YARP_DEV_CHATBOT_NWC_YARP_H
38 bool close()
override;
This class is the parameters parser for class ChatBot_nwc_yarp.
chatBot_nwc_yarp: The client side of any IChatBot capable device.
yarp::dev::ReturnValue setLanguage(const std::string &language) override
Sets the chat bot language.
yarp::dev::ReturnValue getStatus(std::string &status) override
Gets the current status of the bot.
yarp::dev::ReturnValue getLanguage(std::string &language) override
Gets the current chatbot language.
bool open(yarp::os::Searchable &config) override
Open the DeviceDriver.
IChatBotMsgs m_thriftClient
yarp::dev::ReturnValue interact(const std::string &messageIn, std::string &messageOut) override
Sends a message to the chatbot.
yarp::dev::ReturnValue resetBot() override
Resets the chatbot.
bool close() override
Close the DeviceDriver.
yarp::os::Port m_thriftClientPort
Interface implemented by all device drivers.
A mini-server for network communication.
A base class for nested structures that can be searched.