0.0.17 • Published 6 years ago

noize v0.0.17

Weekly downloads
69
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

Builder Service

Conventions

Platforms

PlatformVersionKey
Alexa-ALEXA
Google Assistant-GOOGLE
Dialogflow1.0DIALOGFLOW_V1
Dialogflow2.0DIALOGFLOW_V2
Sovanta1.0SOVANTA
Sovanta2.0SOVANTA_V2

Response Types

PlatformVersionTypes
Sovanta1.0VOICE, TEXT, CARD, OPTION, CUSTOM, ARRAY
Sovanta2.0VOICE, SIMPLE, CARD, OPTION, CUSTOM, MEDIA, TABLE, TASK, SLIDER

Card Types

PlatformVersionTypes
Sovanta1.0LIST, CAROUSEL
Sovanta2.0LIST, CAROUSEL

Chip Types

PlatformVersionTypes
Sovanta1.0-
Sovanta2.0LOCATION, IMAGE, ACCOUNT_LINKING

Media Types

PlatformVersionTypes
Sovanta1.0-
Sovanta2.0AUDIO, VIDEO

Vendor Specific Formats

Facebook Messenger

Amazon Alexa

Examples

Requests

noize.textRequest()

{
  userId: 'userId',
  sessionId: 'sessionId',
  message: {
    type: 'TEXT',
    locale: 'de-DE',
    data: {
      message: 'Hi Steffen, ich bin Deine erste Nachricht.' }
  } 
}
Responses

noize.simple()

{
  shouldEndSession: false,
  shouldRestrictAnswer: false,
  version: '2.0',
  platform: 'DIALOGFLOW_V1',
  vendor: {
    id: '4b1ea105-91b6-4797-8431-006ca5b5754e',
    timestamp: '2018-07-16T11:07:19.734Z',
    resolvedQuery: 'ich heiße Steffen',
    score: 1
  },
  language: 'de-DE',
  response: {
    type: 'TEXT',
    status: 0,
    message: 'Hi Steffen, ich bin Deine erste Nachricht.',
    chips: [
      [Object],
      [Object],
      'Chip 3'
    ]
  },
 raw: {}
}
0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago