1 | {
|
2 | "name": "witai",
|
3 | "title": "Wit.AI",
|
4 | "description": "Wit.AI enables developers to add a natural language interface to their app or device in minutes. It’s faster and more accurate than Siri, and requires no upfront investment, expertise, or training dataset.",
|
5 | "url": "https://wit.ai",
|
6 | "trackDuplicates": false,
|
7 | "config": {},
|
8 | "auth": {
|
9 | "strategy": "issuer_token",
|
10 | "properties": {
|
11 | "password": {
|
12 | "title": "Bearer Token",
|
13 | "type": "string"
|
14 | }
|
15 | },
|
16 | "disposition": [
|
17 | "password"
|
18 | ]
|
19 | },
|
20 | "rpcs": {},
|
21 | "actions": {
|
22 | "message": {
|
23 | "title": "Message",
|
24 | "description": "Returns the extracted meaning from a sentence, based on instance data.",
|
25 | "trigger": "invoke",
|
26 | "config": {
|
27 | "properties": {},
|
28 | "definitions": {}
|
29 | },
|
30 | "exports": {
|
31 | "properties": {
|
32 | "msg_id": {
|
33 | "type": "string",
|
34 | "title": "Message ID"
|
35 | },
|
36 | "msg_body": {
|
37 | "type": "string",
|
38 | "title": "Message Body"
|
39 | },
|
40 | "outcome": {
|
41 | "type": "object",
|
42 | "title": "Outcome"
|
43 | },
|
44 | "confidence": {
|
45 | "type": "number",
|
46 | "title": "Confidence Level"
|
47 | }
|
48 | }
|
49 | },
|
50 | "imports": {
|
51 | "properties": {
|
52 | "q": {
|
53 | "type": "string",
|
54 | "title": "Query"
|
55 | },
|
56 | "msg_id": {
|
57 | "type": "string",
|
58 | "title": "Message ID (optional)"
|
59 | }
|
60 | },
|
61 | "required": [
|
62 | "q"
|
63 | ],
|
64 | "disposition": [
|
65 | "q",
|
66 | "msg_id"
|
67 | ]
|
68 | }
|
69 | }
|
70 | },
|
71 | "tags": [
|
72 | "ai",
|
73 | "artificial-intelligence"
|
74 | ]
|
75 | } |
\ | No newline at end of file |