I am developing bot using LUIS framework by Microsoft. I am able to create application, Intent and utterances but when I try to train and publish my bot I am getting following error.
{
modelId: 'some-model-id',
details: {
statusId: 1,
status: 'Fail',
exampleCount: 0,
failureReason: 'FewLabels'
}
}
Because of this I am not able to publish my LUIS application. I don't find much information about the cause and prevention of this issue in Microsoft documents.