Skip to content

Instantly share code, notes, and snippets.

{
"responses": [
{
"type": "text",
"elements": ["Hi, how are you", "Hello!"],
"filters": []
},
{
"type": "cards",
"filters": [],

Machine learning

Authorization

Include this HTTP header for each API request:

Authorization: Bearer ${ACCESS_TOKEN}

Endpoints

{
"responses": [
{
"type": "text",
"elements": ["Ok, no problem"]
}
],
"parameters": {
"iname": "Darek"
}