-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Giphy Platform
Gwendal Daniel edited this page Feb 24, 2020
·
6 revisions
Integrate GIFs from Giphy in your execution model.
The Giphy platform does not define any provider.
| Action | Parameters | Return | Return Type | Description |
|---|---|---|---|---|
| GetGif | - search(String): the search query used to retrieve GIFs (can be a single word or a sentence) |
The url of the retrieved GIF |
String | Returns the first GIF matching the provided search query. |
The Giphy platform supports the following configuration options
| Key | Values | Description | Constraint |
|---|---|---|---|
xatkit.giphy.token |
String | The developer token to use to query the Giphy API | Mandatory |
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library