Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Microsoft Cognitive Services

You're reading from  Learning Microsoft Cognitive Services

Product type Book
Published in Mar 2017
Publisher Packt
ISBN-13 9781786467843
Pages 372 pages
Edition 1st Edition
Languages
Author (1):
Leif Larsen Leif Larsen
Profile icon Leif Larsen

Table of Contents (20) Chapters

Learning Microsoft Cognitive Services
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Getting Started with Microsoft Cognitive Services Analyzing Images to Recognize a Face Analyzing Videos Letting Applications Understand Commands Speak with Your Application Understanding Text Extending Knowledge Based on Context Querying Structured Data in a Natural Way Adding Specialized Searches Connecting the Pieces LUIS Entities and Intents Additional Information on Linguistic Analysis License Information

Chapter Appendix A. LUIS Entities and Intents

LUIS pre-built intents


Note

A complete and updated list of pre-built intents can be found at https://www.luis.ai/help#PreBuiltApp.

The following table contains all intents that are available with the Cortana pre-built application, along with sample utterances:

LUIS pre-built entities


Note

A complete and updated list of pre-built entities can be found at https://www.luis.ai/help#PreBuiltEntities.

The following list shows all the available entities that the Cortana pre-built application can detect:

  • builtin.alarm.alarm_state

  • builtin.alarm.duration

  • builtin.alarm.start_date

  • builtin.alarm.start_time

  • builtin.alarm.title

  • builtin.calendar.absolute_location

  • builtin.calendar.contact_name

  • builtin.calendar.destination_calendar

  • builtin.calendar.duration

  • builtin.calendar.end_date

  • builtin.calendar.end_time

  • builtin.calendar.implicit_location

  • builtin.calendar.move_earlier_time

  • builtin.calendar.move_later_time

  • builtin.calendar.original_start_date

  • builtin.calendar.original_start_time

  • builtin.calendar.start_date

  • builtin.calendar.start_time

  • builtin.calendar.title

  • builtin.communication.audio_device_type

  • builtin.communication.contact_name

  • builtin.communication.destination_platform

  • builtin.communication.from_relationship_name

  • builtin.communication...

lock icon The rest of the chapter is locked
You have been reading a chapter from
Learning Microsoft Cognitive Services
Published in: Mar 2017 Publisher: Packt ISBN-13: 9781786467843
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}

Intent

Example utterance

builtin.intent.alarm.alarm_other

Update my 7:30 alarm to be 8:00.

builtin.intent.alarm.delete_alarm

Delete my alarm wake up.

builtin.intent.alarm.find_alarm

Is my wake-up alarm on?

builtin.intent.alarm.set_alarm

Turn on my wake-up alarm.

builtin.intent.alarm.snooze

Snooze alarm for 5 minutes.

builtin.intent.alarm.time_remaining

How much longer do I have until my wake-up time?

builtin.intent.alarm.turn_off_alarm

Turn off my 7 a.m. alarm.

builtin.intent.calendar.change_calendar_entry

Move my meeting from today to tomorrow.

builtin.intent.calendar.check_availability

Is Brian free on Saturday?

builtin.intent.calendar.connect_to_meeting

Join the meeting online.

builtin...