here's all you need to know about apis to build a bot

25
Jasmine Anteunis Co-founder @Recast.AI [email protected] @JasmineAnteunis @JasmineAnteunis

Upload: jasmine-anteunis

Post on 16-Apr-2017

163 views

Category:

Technology


1 download

TRANSCRIPT

Jasmine AnteunisCo-founder @Recast.AI

[email protected]@JasmineAnteunis

@JasmineAnteunis

Here’s all you need to know about APIs to build a bot

@JasmineAnteunis

What is a bot?

@JasmineAnteunis

Understands user’s input

Manages a conversation

Answers

@JasmineAnteunis

A conversational bot

EngineNLP AnalyticsChannel(s)

What do I need?

Hosting

@JasmineAnteunis

Messaging ApplicationsAPIs

@JasmineAnteunis

@JasmineAnteunis

@JasmineAnteunis

Text message

@JasmineAnteunis

Rich messaging

@JasmineAnteunis

@JasmineAnteunis

Multichannels bot

@JasmineAnteunis

Multichannel APIs

@JasmineAnteunis

Messaging applications APIsRTFM

Use the rich messaging features

Careful about limitations

Stay up to date of new features

Natural Language ProcessingAPIs

@JasmineAnteunis

@JasmineAnteunis

I really want sushi

@JasmineAnteunis

Recast.AI Wit.ai API.ai init.ai

@JasmineAnteunis

INTENT

I want to eat sushi Every monday: italian! I’m hungry, pasta please!

eat-somethinggreetings weather

RESTAURANT LOCATIONDATETIME

I need a sushi restaurant for 8pm in Paris

"datetime": { "formatted": "Monday, 12 December 2016 at 08:00:00 PM", "iso": "2016-12-12T19:00:00+00:00", "accuracy": "hour", "raw": "1pm", "confidence": 0.97, }

@JasmineAnteunis

"datetime": { "formatted": "Monday, 12 December 2016 at 07:00:00 PM", "iso": "2016-12-12T19:00:00+00:00", "accuracy": "hour", "raw": "1pm", "confidence": 0.97, }

"location": [ { "formated": "Paris, Paris, Île-de-France, France", "lat": 48.856614, "lng": 2.3522219, "raw": "Paris" }]

"ordinal": [ { "value": 1, "raw": "first" }]

@JasmineAnteunis

@JasmineAnteunis

NLP APIsBenchmark before starting

Follow tutorials and quick start

Get inspirations from others

RTFM

Conversation& engine

@JasmineAnteunis

@JasmineAnteunis

Model your conversation

search restaurant

book tablepickproposition

reservation done

other restaurants

Botlerplate or framework

API

@JasmineAnteunis

Connect services

@JasmineAnteunis

Best practices

Always announce it’s a bot

Say hello and introduce it

Handle common questions

Have a help

Start small

Be as positive as you can

Create unit tests

@JasmineAnteunis

Thank you!

Jasmine AnteunisCo-founder @Recast.AI

[email protected]@JasmineAnteunis