Book Image

Learning Microsoft Cognitive Services

By : Leif Larsen
Book Image

Learning Microsoft Cognitive Services

By: Leif Larsen

Overview of this book

Take your app development to the next level with Learning Microsoft Cognitive Services. Using Leif's knowledge of each of the powerful APIs, you'll learn how to create smarter apps with more human-like capabilities. ? Discover what each API has to offer and learn how to add it to your app ? Study each AI using theory and practical examples ? Learn current API best practices
Table of Contents (20 chapters)
Learning Microsoft Cognitive Services
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
12
Additional Information on Linguistic Analysis

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:

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...