14#ifndef GOOGLEDIALOGFLOWCXCHATBOT_PARAMSPARSER_H
15#define GOOGLEDIALOGFLOWCXCHATBOT_PARAMSPARSER_H
78 bool getParamValue(
const std::string& paramName, std::string& paramValue)
const override;
This class is the parameters parser for class GoogleDialogFlowCxChatBot.
const std::string m_device_name
std::string getDocumentationOfDeviceParams() const override
Get the documentation of the DeviceDriver's parameters.
const std::string m_device_classname
const std::string m_location_defaultValue
const std::string m_project_defaultValue
std::vector< std::string > getListOfParams() const override
Return a list of all params used by the device.
std::string getDeviceName() const override
Get the name of the device (i.e.
const parser_version_type m_parser_version
~GoogleDialogFlowCxChatBot_ParamsParser() override=default
bool getParamValue(const std::string ¶mName, std::string ¶mValue) const override
Return the value (represented as a string) of the requested parameter.
std::string m_provided_configuration
std::string getDeviceClassName() const override
Get the name of the DeviceDriver class.
const std::string m_agent_name_defaultValue
const std::string m_language_code_defaultValue
bool parseParams(const yarp::os::Searchable &config) override
Parse the DeviceDriver parameters.
GoogleDialogFlowCxChatBot_ParamsParser()
std::string m_language_code
std::string getConfiguration() const override
Return the configuration of the device.
An interface for the management of the parameters of a DeviceDriver.
A base class for nested structures that can be searched.