Bot Framework Composer Error: Unable to get a value for KnowledgeBaseId from state

Viewed 449

I'm learning how to use the Bot Framework Composer v2.0.0.

I have created a bot using the Core Bot with QnA Maker Template:

enter image description here

I have added the appropriate QnA Maker and Luis keys to the configuration.

When I run the bot and ask it a question I get the following error:

enter image description here

I am not able to find anything regarding this error, I have verified the existence of the resources and the keys and have added the knowledge base information to the settings so I'm not sure why I'm getting this error.

enter image description here

Appreciate any help.

1 Answers

Try to remove your Language Understanding authoring key, QnA Maker subscription key and add them again manually. Restart your Bot.

Related