2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

api.aiのFulfillmentの概要

2
Posted at

Fulfillment

webhookを設定することにより、マッチするIntentから得た情報をwebサービスへ送信し、結果を取得する事ができる。

Webhook Requirements

AUTHENTICATIOn

2種類の認証が可能

  • ベーシック認証(ログインIDとパスワード)
  • Additional Authenticationヘッダを使う

連携するサービスが認証を必要としない場合は、authenticationフィールドは空のままでよい。メソッドはHTTPSを使うのが好ましい。

Limits

  • サービスレスポンスのタイムアウト時間は5秒
  • サービスから受け取るデータは64KBまで

Webhook for Slot Filling

API.AIの必須パラメータに対してwebサービスからリクエストを送る場合は、User webhook for slot fillingオプションにチェックをする。

Webhook Example

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?