user7138342
user7138342

Reputation:

Mapping LUIS Utterance with Intent

Framework: Microsoft Bot Framework

I have a requirement in LUIS to get the entity details based on an intent.

Intent name: SingleWord Entity name: Book Attributes: Version, Book, Chapter, Word Example Utterance: 2 turningpoints 3:1

Here 2 - Version turningpoints - Book 3 - Chapter 1 - Word

I am unable to map the below Utterance with the SingleWord intent as we do not have space in between 2turningpoints3:1

I have also tried with Phrase lists option as well but no luck.

Thoughts?

Upvotes: 0

Views: 125

Answers (1)

DFBerry
DFBerry

Reputation: 2008

The Patterns feature with the Patterns.any entity should fix this.

Upvotes: 2

Related Questions