#include <lex_configuration.h>
Public Attributes | |
std::string | bot_alias |
std::string | bot_name |
ParameterPath | kBotAliasKey_ {kLexConfigurationNamespace, "bot_alias"} |
ParameterPath | kBotNameKey_ {kLexConfigurationNamespace, "bot_name"} |
ParameterPath | kUserIdKey_ {kLexConfigurationNamespace, "user_id"} |
std::string | user_id |
Configuration to make calls to lex.
Definition at line 38 of file lex_configuration.h.
std::string Aws::Lex::LexConfiguration::bot_alias |
The lex alias of the bot to use.
Definition at line 63 of file lex_configuration.h.
std::string Aws::Lex::LexConfiguration::bot_name |
The lex bot to use.
Definition at line 58 of file lex_configuration.h.
std::string Aws::Lex::LexConfiguration::user_id |
The user id to call lex with. Unique per caller.
Definition at line 53 of file lex_configuration.h.