Quiz
2
Mixing of intent and entity definitions is considered a good practice.
True
False
Answers
Answered by
0
Answer:
Whereas intents defined certain actions, an entity describes information relevant to certain intents. They represent the nouns, and the things in the LUIS application. For example, for a LUIS app for an alarm bot, a user might say “set an alarm for 5 pm”
Answered by
0
Answer:
se the app authoring process to build your LUIS app:
Build language models (intents and entities)
Add a few training example utterances (15-30 per intent)
Publish to endpoint
- Test from endpoint
Similar questions