question

pradeepkumk avatar image
pradeepkumk asked

Alexa programmatically config failure to the engine

Im trying to set the alexa engine programmatically but it is failing every time

Used alexa provided API

example :- the api createDeviceInfoConfig() will return json format of the configuration, later that result of the api used to set to the engine by creating the object of the alexa engine but it is failing.


result = createDeviceInfoConfig("serialnum", "clientId", "prodID", "mfg_name", "description");

auto engine = aace::core::Engine::create();

bool configuredObj = engine->configure(result);


the configuredObj having the false value it means engine has rejected our configuration.


alexaalexa simulatoralexaappAlexaSkillsChallenge
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers