@voiceflow/alexa-types 2.14.62 → 2.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/constants/apl.js +2 -2
- package/build/cjs/constants/base.d.ts +2 -2
- package/build/cjs/constants/base.d.ts.map +1 -1
- package/build/cjs/constants/base.js +13 -4
- package/build/cjs/constants/intents.d.ts +4 -4
- package/build/cjs/constants/intents.d.ts.map +1 -1
- package/build/cjs/constants/intents.js +67 -17
- package/build/cjs/constants/mappings.js +23 -23
- package/build/cjs/constants/slots.d.ts +1 -1
- package/build/cjs/constants/slots.d.ts.map +1 -1
- package/build/cjs/constants/slots.js +624 -40
- package/build/cjs/diagram.d.ts +2 -2
- package/build/cjs/diagram.d.ts.map +1 -1
- package/build/cjs/models.d.ts +1 -1
- package/build/cjs/models.d.ts.map +1 -1
- package/build/cjs/node/accountLinking.d.ts +4 -4
- package/build/cjs/node/accountLinking.d.ts.map +1 -1
- package/build/cjs/node/cancelPayment.d.ts +3 -3
- package/build/cjs/node/cancelPayment.d.ts.map +1 -1
- package/build/cjs/node/capture.d.ts +2 -2
- package/build/cjs/node/capture.d.ts.map +1 -1
- package/build/cjs/node/captureV2.d.ts +2 -2
- package/build/cjs/node/captureV2.d.ts.map +1 -1
- package/build/cjs/node/constants.js +2 -2
- package/build/cjs/node/display.d.ts +2 -2
- package/build/cjs/node/display.d.ts.map +1 -1
- package/build/cjs/node/event.d.ts +2 -2
- package/build/cjs/node/event.d.ts.map +1 -1
- package/build/cjs/node/index.d.ts +23 -23
- package/build/cjs/node/index.d.ts.map +1 -1
- package/build/cjs/node/interaction.d.ts +3 -3
- package/build/cjs/node/interaction.d.ts.map +1 -1
- package/build/cjs/node/payment.d.ts +3 -3
- package/build/cjs/node/payment.d.ts.map +1 -1
- package/build/cjs/node/permission.d.ts +3 -3
- package/build/cjs/node/permission.d.ts.map +1 -1
- package/build/cjs/node/prompt.d.ts +2 -2
- package/build/cjs/node/prompt.d.ts.map +1 -1
- package/build/cjs/node/reminder.d.ts +2 -2
- package/build/cjs/node/reminder.d.ts.map +1 -1
- package/build/cjs/node/reminder.js +3 -3
- package/build/cjs/node/speak.d.ts +3 -3
- package/build/cjs/node/speak.d.ts.map +1 -1
- package/build/cjs/node/stream.d.ts +1 -1
- package/build/cjs/node/stream.d.ts.map +1 -1
- package/build/cjs/node/stream.js +0 -1
- package/build/cjs/node/userInfo.d.ts +3 -3
- package/build/cjs/node/userInfo.d.ts.map +1 -1
- package/build/cjs/program.d.ts +2 -2
- package/build/cjs/program.d.ts.map +1 -1
- package/build/cjs/project/index.d.ts +2 -2
- package/build/cjs/project/index.d.ts.map +1 -1
- package/build/cjs/project/member.d.ts +2 -2
- package/build/cjs/project/member.d.ts.map +1 -1
- package/build/cjs/project/member.js +1 -1
- package/build/cjs/project/product.d.ts +1 -1
- package/build/cjs/project/product.d.ts.map +1 -1
- package/build/cjs/project/product.js +2 -2
- package/build/cjs/utils/node.d.ts.map +1 -1
- package/build/cjs/utils/step.d.ts.map +1 -1
- package/build/cjs/version/index.d.ts +6 -6
- package/build/cjs/version/index.d.ts.map +1 -1
- package/build/cjs/version/index.js +1 -1
- package/build/cjs/version/prototype.d.ts +3 -3
- package/build/cjs/version/prototype.d.ts.map +1 -1
- package/build/cjs/version/publishing.d.ts +1 -1
- package/build/cjs/version/publishing.d.ts.map +1 -1
- package/build/cjs/version/settings.d.ts +2 -2
- package/build/cjs/version/settings.d.ts.map +1 -1
- package/build/cjs/version/settings.js +3 -3
- package/build/esm/constants/base.d.ts +2 -2
- package/build/esm/constants/base.d.ts.map +1 -1
- package/build/esm/constants/base.js +10 -1
- package/build/esm/constants/intents.d.ts +4 -4
- package/build/esm/constants/intents.d.ts.map +1 -1
- package/build/esm/constants/intents.js +65 -15
- package/build/esm/constants/mappings.js +23 -23
- package/build/esm/constants/slots.d.ts +1 -1
- package/build/esm/constants/slots.d.ts.map +1 -1
- package/build/esm/constants/slots.js +623 -39
- package/build/esm/diagram.d.ts +2 -2
- package/build/esm/diagram.d.ts.map +1 -1
- package/build/esm/models.d.ts +1 -1
- package/build/esm/models.d.ts.map +1 -1
- package/build/esm/node/accountLinking.d.ts +4 -4
- package/build/esm/node/accountLinking.d.ts.map +1 -1
- package/build/esm/node/cancelPayment.d.ts +3 -3
- package/build/esm/node/cancelPayment.d.ts.map +1 -1
- package/build/esm/node/capture.d.ts +2 -2
- package/build/esm/node/capture.d.ts.map +1 -1
- package/build/esm/node/captureV2.d.ts +2 -2
- package/build/esm/node/captureV2.d.ts.map +1 -1
- package/build/esm/node/display.d.ts +2 -2
- package/build/esm/node/display.d.ts.map +1 -1
- package/build/esm/node/event.d.ts +2 -2
- package/build/esm/node/event.d.ts.map +1 -1
- package/build/esm/node/index.d.ts +23 -23
- package/build/esm/node/index.d.ts.map +1 -1
- package/build/esm/node/interaction.d.ts +3 -3
- package/build/esm/node/interaction.d.ts.map +1 -1
- package/build/esm/node/payment.d.ts +3 -3
- package/build/esm/node/payment.d.ts.map +1 -1
- package/build/esm/node/permission.d.ts +3 -3
- package/build/esm/node/permission.d.ts.map +1 -1
- package/build/esm/node/prompt.d.ts +2 -2
- package/build/esm/node/prompt.d.ts.map +1 -1
- package/build/esm/node/reminder.d.ts +2 -2
- package/build/esm/node/reminder.d.ts.map +1 -1
- package/build/esm/node/speak.d.ts +3 -3
- package/build/esm/node/speak.d.ts.map +1 -1
- package/build/esm/node/stream.d.ts +1 -1
- package/build/esm/node/stream.d.ts.map +1 -1
- package/build/esm/node/stream.js +1 -1
- package/build/esm/node/userInfo.d.ts +3 -3
- package/build/esm/node/userInfo.d.ts.map +1 -1
- package/build/esm/program.d.ts +2 -2
- package/build/esm/program.d.ts.map +1 -1
- package/build/esm/project/index.d.ts +2 -2
- package/build/esm/project/index.d.ts.map +1 -1
- package/build/esm/project/member.d.ts +2 -2
- package/build/esm/project/member.d.ts.map +1 -1
- package/build/esm/project/member.js +1 -1
- package/build/esm/project/product.d.ts +1 -1
- package/build/esm/project/product.d.ts.map +1 -1
- package/build/esm/utils/node.d.ts.map +1 -1
- package/build/esm/utils/step.d.ts.map +1 -1
- package/build/esm/version/index.d.ts +6 -6
- package/build/esm/version/index.d.ts.map +1 -1
- package/build/esm/version/prototype.d.ts +3 -3
- package/build/esm/version/prototype.d.ts.map +1 -1
- package/build/esm/version/publishing.d.ts +1 -1
- package/build/esm/version/publishing.d.ts.map +1 -1
- package/build/esm/version/settings.d.ts +2 -2
- package/build/esm/version/settings.d.ts.map +1 -1
- package/package.json +34 -39
|
@@ -8,12 +8,12 @@ var APLDeviceType;
|
|
|
8
8
|
APLDeviceType["MEDIUM_HUB"] = "medHub";
|
|
9
9
|
APLDeviceType["LARGE_HUB"] = "largeHub";
|
|
10
10
|
APLDeviceType["LARGE_TV"] = "largeTV";
|
|
11
|
-
})(APLDeviceType
|
|
11
|
+
})(APLDeviceType || (exports.APLDeviceType = APLDeviceType = {}));
|
|
12
12
|
var APLDeviceMode;
|
|
13
13
|
(function (APLDeviceMode) {
|
|
14
14
|
APLDeviceMode["HUB"] = "hub";
|
|
15
15
|
APLDeviceMode["TV"] = "tv";
|
|
16
|
-
})(APLDeviceMode
|
|
16
|
+
})(APLDeviceMode || (exports.APLDeviceMode = APLDeviceMode = {}));
|
|
17
17
|
exports.APL_DEVICE_CONFIG = {
|
|
18
18
|
[APLDeviceType.SMALL_ROUND_HUB]: {
|
|
19
19
|
name: 'Small Hub',
|
|
@@ -21,8 +21,8 @@ export declare enum ProductType {
|
|
|
21
21
|
SUBSCRIPTION = "SUBSCRIPTION"
|
|
22
22
|
}
|
|
23
23
|
export declare enum Voice {
|
|
24
|
-
ALEXA = "Alexa"
|
|
25
|
-
AUDIO = "audio"
|
|
24
|
+
ALEXA = "Alexa",// not a real voice (default no voice)
|
|
25
|
+
AUDIO = "audio",// not a real voice (use content as audio url)
|
|
26
26
|
IVY = "Ivy",
|
|
27
27
|
JOANNA = "Joanna",
|
|
28
28
|
JOEY = "Joey",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/constants/base.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;CAChB;AAED,oBAAY,WAAW;IACrB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC9B;AAED,oBAAY,KAAK;IACf,KAAK,UAAU;
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../src/constants/base.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM;IAChB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;IACf,KAAK,UAAU;CAChB;AAED,oBAAY,WAAW;IACrB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC9B;AAED,oBAAY,KAAK;IACf,KAAK,UAAU,CAAE,sCAAsC;IACvD,KAAK,UAAU,CAAE,8CAA8C;IAC/D,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,KAAK,UAAU;IACf,IAAI,SAAS;IACb,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;CAgBpC,CAAC;AAEF,eAAO,MAAM,cAAc;;;GAsD1B,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAAgC,CAAC"}
|
|
@@ -18,13 +18,13 @@ var Locale;
|
|
|
18
18
|
Locale["ES_MX"] = "es-MX";
|
|
19
19
|
Locale["PT_BR"] = "pt-BR";
|
|
20
20
|
Locale["HI_IN"] = "hi-IN";
|
|
21
|
-
})(Locale
|
|
21
|
+
})(Locale || (exports.Locale = Locale = {}));
|
|
22
22
|
var ProductType;
|
|
23
23
|
(function (ProductType) {
|
|
24
24
|
ProductType["CONSUMABLE"] = "CONSUMABLE";
|
|
25
25
|
ProductType["ENTITLEMENT"] = "ENTITLEMENT";
|
|
26
26
|
ProductType["SUBSCRIPTION"] = "SUBSCRIPTION";
|
|
27
|
-
})(ProductType
|
|
27
|
+
})(ProductType || (exports.ProductType = ProductType = {}));
|
|
28
28
|
var Voice;
|
|
29
29
|
(function (Voice) {
|
|
30
30
|
Voice["ALEXA"] = "Alexa";
|
|
@@ -65,7 +65,7 @@ var Voice;
|
|
|
65
65
|
Voice["CAMILA"] = "Camila";
|
|
66
66
|
Voice["RICARDO"] = "Ricardo";
|
|
67
67
|
Voice["BIANCA"] = "Bianca";
|
|
68
|
-
})(Voice
|
|
68
|
+
})(Voice || (exports.Voice = Voice = {}));
|
|
69
69
|
exports.DEFAULT_LOCALE_VOICE_MAP = {
|
|
70
70
|
[Locale.DE_DE]: Voice.MARLENE,
|
|
71
71
|
[Locale.EN_AU]: Voice.NICOLE,
|
|
@@ -90,7 +90,16 @@ exports.REGIONAL_VOICE = [
|
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
label: 'English US',
|
|
93
|
-
options: [
|
|
93
|
+
options: [
|
|
94
|
+
Voice.IVY,
|
|
95
|
+
Voice.JOANNA,
|
|
96
|
+
Voice.JOEY,
|
|
97
|
+
Voice.JUSTIN,
|
|
98
|
+
Voice.KENDRA,
|
|
99
|
+
Voice.KIMBERLY,
|
|
100
|
+
Voice.MATTHEW,
|
|
101
|
+
Voice.SALLI,
|
|
102
|
+
],
|
|
94
103
|
},
|
|
95
104
|
{
|
|
96
105
|
label: 'English AU',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BuiltinIntent } from '@voiceflow/common';
|
|
2
|
-
import { VoiceflowConstants } from '@voiceflow/voiceflow-types';
|
|
3
|
-
import { v1 } from 'ask-smapi-model';
|
|
4
|
-
export
|
|
1
|
+
import type { BuiltinIntent } from '@voiceflow/common';
|
|
2
|
+
import type { VoiceflowConstants } from '@voiceflow/voiceflow-types';
|
|
3
|
+
import type { v1 } from 'ask-smapi-model';
|
|
4
|
+
export type InterfaceType = v1.skill.Manifest.Interface['type'];
|
|
5
5
|
export declare enum AmazonIntent {
|
|
6
6
|
CANCEL = "AMAZON.CancelIntent",
|
|
7
7
|
FALLBACK = "AMAZON.FallbackIntent",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intents.d.ts","sourceRoot":"","sources":["../../../src/constants/intents.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"intents.d.ts","sourceRoot":"","sources":["../../../src/constants/intents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAE1C,MAAM,MAAM,aAAa,GAAG,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;AAEhE,oBAAY,YAAY;IACtB,MAAM,wBAAwB;IAC9B,QAAQ,0BAA0B;IAClC,IAAI,sBAAsB;IAC1B,QAAQ,yBAAyB;IACjC,OAAO,wBAAwB;IAC/B,IAAI,sBAAsB;IAC1B,aAAa,8BAA8B;IAC3C,iBAAiB,kCAAkC;IACnD,IAAI,sBAAsB;IAC1B,EAAE,oBAAoB;IACtB,GAAG,qBAAqB;IACxB,IAAI,sBAAsB;IAC1B,MAAM,wBAAwB;IAC9B,MAAM,wBAAwB;IAC9B,QAAQ,0BAA0B;IAClC,KAAK,uBAAuB;IAC5B,OAAO,wBAAwB;IAC/B,SAAS,0BAA0B;IACnC,UAAU,2BAA2B;IACrC,UAAU,2BAA2B;IACrC,WAAW,4BAA4B;IACvC,SAAS,0BAA0B;IACnC,YAAY,6BAA6B;IACzC,WAAW,4BAA4B;IACvC,WAAW,4BAA4B;IACvC,MAAM,wBAAwB;IAE9B,wBAAwB,8CAA8C;IACtE,SAAS,oBAAoB;CAC9B;AAED,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,aAAc,SAAQ,kBAAkB,CAAC,aAAa;IACrE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,EAAE,CAAC,CA+BtF,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,aAAa,EAyG3C,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;IAAC,QAAQ,EAAE,aAAa,EAAE,CAAA;CAAE,CAifpG,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAiC1D,CAAC"}
|
|
@@ -32,13 +32,13 @@ var AmazonIntent;
|
|
|
32
32
|
// eslint-disable-next-line no-secrets/no-secrets
|
|
33
33
|
AmazonIntent["PLAYBACK_NEARLY_FINISHED"] = "AMAZON.AudioPlayer.PlaybackNearlyFinished";
|
|
34
34
|
AmazonIntent["VOICEFLOW"] = "VoiceFlowIntent";
|
|
35
|
-
})(AmazonIntent
|
|
35
|
+
})(AmazonIntent || (exports.AmazonIntent = AmazonIntent = {}));
|
|
36
36
|
var IntentPrefix;
|
|
37
37
|
(function (IntentPrefix) {
|
|
38
38
|
IntentPrefix["AMAZON"] = "AMAZON";
|
|
39
39
|
IntentPrefix["CUSTOM"] = "CUSTOM";
|
|
40
40
|
IntentPrefix["CAPTURE"] = "CAPTURE";
|
|
41
|
-
})(IntentPrefix
|
|
41
|
+
})(IntentPrefix || (exports.IntentPrefix = IntentPrefix = {}));
|
|
42
42
|
exports.INTERFACE_INTENTS = {
|
|
43
43
|
// Reference: https://developer.amazon.com/docs/custom-skills/audioplayer-interface-reference.html#intents
|
|
44
44
|
AUDIO_PLAYER: [
|
|
@@ -223,7 +223,18 @@ exports.DEFAULT_INTENTS = {
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
name: AmazonIntent.STOP,
|
|
226
|
-
samples: [
|
|
226
|
+
samples: [
|
|
227
|
+
"s'arrêter",
|
|
228
|
+
'arrêter',
|
|
229
|
+
'arrête',
|
|
230
|
+
'stop',
|
|
231
|
+
'fin',
|
|
232
|
+
'cesser',
|
|
233
|
+
'mettre fin',
|
|
234
|
+
'stopper',
|
|
235
|
+
'mettre un terme',
|
|
236
|
+
'interrompre',
|
|
237
|
+
],
|
|
227
238
|
},
|
|
228
239
|
{
|
|
229
240
|
name: AmazonIntent.YES,
|
|
@@ -321,7 +332,16 @@ exports.DEFAULT_INTENTS = {
|
|
|
321
332
|
defaults: [
|
|
322
333
|
{
|
|
323
334
|
name: AmazonIntent.CANCEL,
|
|
324
|
-
samples: [
|
|
335
|
+
samples: [
|
|
336
|
+
'cancellare',
|
|
337
|
+
'annullare',
|
|
338
|
+
'disdire',
|
|
339
|
+
'sopprimere',
|
|
340
|
+
'rescindre',
|
|
341
|
+
'chiudere',
|
|
342
|
+
'abrogare',
|
|
343
|
+
'obliterare',
|
|
344
|
+
],
|
|
325
345
|
},
|
|
326
346
|
{
|
|
327
347
|
name: AmazonIntent.HELP,
|
|
@@ -398,7 +418,18 @@ exports.DEFAULT_INTENTS = {
|
|
|
398
418
|
},
|
|
399
419
|
{
|
|
400
420
|
name: AmazonIntent.HELP,
|
|
401
|
-
samples: [
|
|
421
|
+
samples: [
|
|
422
|
+
'la ayuda',
|
|
423
|
+
'el favor',
|
|
424
|
+
'ei auxilio',
|
|
425
|
+
'el socorro',
|
|
426
|
+
'el empleado',
|
|
427
|
+
'la criada',
|
|
428
|
+
'ayudar',
|
|
429
|
+
'servir',
|
|
430
|
+
'auxiliar',
|
|
431
|
+
'socorrer',
|
|
432
|
+
],
|
|
402
433
|
},
|
|
403
434
|
{
|
|
404
435
|
name: AmazonIntent.STOP,
|
|
@@ -426,11 +457,30 @@ exports.DEFAULT_INTENTS = {
|
|
|
426
457
|
defaults: [
|
|
427
458
|
{
|
|
428
459
|
name: AmazonIntent.CANCEL,
|
|
429
|
-
samples: [
|
|
460
|
+
samples: [
|
|
461
|
+
'stornieren',
|
|
462
|
+
'aufheben',
|
|
463
|
+
'kündigen',
|
|
464
|
+
'annullieren',
|
|
465
|
+
'beenden',
|
|
466
|
+
'absagen',
|
|
467
|
+
'abbestellen',
|
|
468
|
+
'abmelden',
|
|
469
|
+
'auflösen',
|
|
470
|
+
'zurücknehmen',
|
|
471
|
+
],
|
|
430
472
|
},
|
|
431
473
|
{
|
|
432
474
|
name: AmazonIntent.HELP,
|
|
433
|
-
samples: [
|
|
475
|
+
samples: [
|
|
476
|
+
'die hilfe',
|
|
477
|
+
'der beistand',
|
|
478
|
+
'die aushilfe',
|
|
479
|
+
'helfen',
|
|
480
|
+
'beitragen',
|
|
481
|
+
'behilflich sein',
|
|
482
|
+
'hilfe leisten',
|
|
483
|
+
],
|
|
434
484
|
},
|
|
435
485
|
{
|
|
436
486
|
name: AmazonIntent.STOP,
|
|
@@ -521,7 +571,7 @@ exports.DEFAULT_INTENTS = {
|
|
|
521
571
|
'वापस ले',
|
|
522
572
|
'वापस लो',
|
|
523
573
|
'वापस लेना',
|
|
524
|
-
'कैन्सल्',
|
|
574
|
+
'कैन्सल्', // cancel and variations below
|
|
525
575
|
'कैन्सल् करो',
|
|
526
576
|
'कैन्सल् करना',
|
|
527
577
|
'कैन्सल् कर दो',
|
|
@@ -542,7 +592,7 @@ exports.DEFAULT_INTENTS = {
|
|
|
542
592
|
'सहयोग करो',
|
|
543
593
|
'सहयोग करना',
|
|
544
594
|
'सहयोग कर दो',
|
|
545
|
-
'हेल्प्',
|
|
595
|
+
'हेल्प्', // help and variations below
|
|
546
596
|
'हेल्प् करो',
|
|
547
597
|
'हेल्प् करना',
|
|
548
598
|
],
|
|
@@ -580,13 +630,13 @@ exports.DEFAULT_INTENTS = {
|
|
|
580
630
|
'अच्छी बात है',
|
|
581
631
|
'पक्का',
|
|
582
632
|
'बिल्कुल',
|
|
583
|
-
'ऑल राइट्',
|
|
584
|
-
'डेफ़िनिट्ली',
|
|
585
|
-
'येस्',
|
|
586
|
-
'येअ',
|
|
587
|
-
'यप्',
|
|
588
|
-
'येप्',
|
|
589
|
-
'शुअ',
|
|
633
|
+
'ऑल राइट्', // alright
|
|
634
|
+
'डेफ़िनिट्ली', // definitely
|
|
635
|
+
'येस्', // yes
|
|
636
|
+
'येअ', // yeah
|
|
637
|
+
'यप्', // yup
|
|
638
|
+
'येप्', // yep
|
|
639
|
+
'शुअ', // sure
|
|
590
640
|
'ओके', // okay
|
|
591
641
|
],
|
|
592
642
|
keep: ['हां'],
|
|
@@ -618,7 +668,7 @@ exports.DEFAULT_INTENTS = {
|
|
|
618
668
|
'दुबारा से बोलाना',
|
|
619
669
|
'दुहराना',
|
|
620
670
|
'एक बार और',
|
|
621
|
-
'रिपीट्',
|
|
671
|
+
'रिपीट्', // repeat and variations below
|
|
622
672
|
'रिपीट् करना',
|
|
623
673
|
],
|
|
624
674
|
},
|
|
@@ -71,38 +71,38 @@ exports.AmazonToVoiceflowLocaleMap = {
|
|
|
71
71
|
[base_1.Locale.HI_IN]: voiceflow_types_1.VoiceflowConstants.Locale.HI_IN,
|
|
72
72
|
};
|
|
73
73
|
exports.VoiceflowToAmazonLocaleMap = {
|
|
74
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.AR_AR]: base_1.Locale.EN_US,
|
|
75
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.BG_BG]: base_1.Locale.EN_US,
|
|
76
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.CA_ES]: base_1.Locale.EN_US,
|
|
77
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.CS_CZ]: base_1.Locale.EN_US,
|
|
78
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.DA_DK]: base_1.Locale.EN_US,
|
|
74
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.AR_AR]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
75
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.BG_BG]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
76
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.CA_ES]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
77
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.CS_CZ]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
78
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.DA_DK]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
79
79
|
[voiceflow_types_1.VoiceflowConstants.Locale.DE_DE]: base_1.Locale.DE_DE,
|
|
80
80
|
[voiceflow_types_1.VoiceflowConstants.Locale.EN_US]: base_1.Locale.EN_US,
|
|
81
81
|
[voiceflow_types_1.VoiceflowConstants.Locale.ES_ES]: base_1.Locale.ES_ES,
|
|
82
82
|
[voiceflow_types_1.VoiceflowConstants.Locale.ES_MX]: base_1.Locale.ES_MX,
|
|
83
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.ET_EE]: base_1.Locale.EN_US,
|
|
83
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.ET_EE]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
84
84
|
[voiceflow_types_1.VoiceflowConstants.Locale.FR_CA]: base_1.Locale.FR_CA,
|
|
85
85
|
[voiceflow_types_1.VoiceflowConstants.Locale.FR_FR]: base_1.Locale.FR_FR,
|
|
86
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.GU_IN]: base_1.Locale.EN_US,
|
|
87
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.HE_IL]: base_1.Locale.EN_US,
|
|
86
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.GU_IN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
87
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.HE_IL]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
88
88
|
[voiceflow_types_1.VoiceflowConstants.Locale.HI_IN]: base_1.Locale.HI_IN,
|
|
89
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.HU_HU]: base_1.Locale.EN_US,
|
|
89
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.HU_HU]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
90
90
|
[voiceflow_types_1.VoiceflowConstants.Locale.IT_IT]: base_1.Locale.IT_IT,
|
|
91
91
|
[voiceflow_types_1.VoiceflowConstants.Locale.JA_JP]: base_1.Locale.JA_JP,
|
|
92
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.KO_KR]: base_1.Locale.EN_US,
|
|
93
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.MR_IN]: base_1.Locale.EN_US,
|
|
94
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.NL_BE]: base_1.Locale.EN_US,
|
|
95
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.NL_NL]: base_1.Locale.EN_US,
|
|
96
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.PL_PL]: base_1.Locale.EN_US,
|
|
92
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.KO_KR]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
93
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.MR_IN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
94
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.NL_BE]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
95
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.NL_NL]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
96
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.PL_PL]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
97
97
|
[voiceflow_types_1.VoiceflowConstants.Locale.PT_BR]: base_1.Locale.PT_BR,
|
|
98
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.PT_PT]: base_1.Locale.EN_US,
|
|
99
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.RO_RO]: base_1.Locale.EN_US,
|
|
100
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.RU_RU]: base_1.Locale.EN_US,
|
|
101
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.TA_IN]: base_1.Locale.EN_US,
|
|
102
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.TE_IN]: base_1.Locale.EN_US,
|
|
103
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.TR_TR]: base_1.Locale.EN_US,
|
|
104
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.UK_UA]: base_1.Locale.EN_US,
|
|
105
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.VI_VN]: base_1.Locale.EN_US,
|
|
106
|
-
[voiceflow_types_1.VoiceflowConstants.Locale.ZH_CN]: base_1.Locale.EN_US,
|
|
98
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.PT_PT]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
99
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.RO_RO]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
100
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.RU_RU]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
101
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.TA_IN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
102
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.TE_IN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
103
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.TR_TR]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
104
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.UK_UA]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
105
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.VI_VN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
106
|
+
[voiceflow_types_1.VoiceflowConstants.Locale.ZH_CN]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
107
107
|
[voiceflow_types_1.VoiceflowConstants.Locale.ZH_TW]: base_1.Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
108
108
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../src/constants/slots.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../src/constants/slots.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,EAAE,MAAM,IAAI,CAAC,EAAE,MAAM,QAAQ,CAAC;AAErC,oBAAY,QAAQ;IAClB,IAAI,gBAAgB;IACpB,MAAM,kBAAkB;IACxB,IAAI,gBAAgB;IACpB,KAAK,iBAAiB;IACtB,WAAW,uBAAuB;IAClC,QAAQ,oBAAoB;IAC5B,OAAO,mBAAmB;IAC1B,OAAO,mBAAmB;IAC1B,MAAM,kBAAkB;IACxB,OAAO,mBAAmB;IAC1B,QAAQ,oBAAoB;IAC5B,KAAK,iBAAiB;IACtB,OAAO,mBAAmB;IAC1B,MAAM,kBAAkB;IACxB,OAAO,mBAAmB;IAC1B,SAAS,qBAAqB;IAC9B,IAAI,gBAAgB;IACpB,IAAI,gBAAgB;IACpB,WAAW,uBAAuB;IAClC,gBAAgB,4BAA4B;IAC5C,SAAS,qBAAqB;IAC9B,OAAO,mBAAmB;IAC1B,aAAa,yBAAyB;IACtC,SAAS,qBAAqB;IAC9B,WAAW,uBAAuB;IAClC,kBAAkB,8BAA8B;IAChD,SAAS,qBAAqB;IAC9B,IAAI,gBAAgB;IACpB,iBAAiB,6BAA6B;IAC9C,OAAO,mBAAmB;IAC1B,aAAa,yBAAyB;IACtC,SAAS,qBAAqB;IAC9B,KAAK,iBAAiB;IACtB,KAAK,iBAAiB;IACtB,KAAK,iBAAiB;IACtB,UAAU,sBAAsB;IAChC,UAAU,sBAAsB;IAChC,QAAQ,oBAAoB;IAC5B,cAAc,0BAA0B;IACxC,MAAM,kBAAkB;IACxB,YAAY,wBAAwB;IACpC,MAAM,kBAAkB;IACxB,IAAI,gBAAgB;IACpB,WAAW,uBAAuB;IAClC,KAAK,iBAAiB;IACtB,UAAU,sBAAsB;IAChC,QAAQ,oBAAoB;IAC5B,OAAO,mBAAmB;IAC1B,aAAa,yBAAyB;IACtC,QAAQ,oBAAoB;IAC5B,SAAS,qBAAqB;IAC9B,kBAAkB,8BAA8B;IAChD,eAAe,2BAA2B;IAC1C,OAAO,mBAAmB;IAC1B,OAAO,mBAAmB;IAC1B,MAAM,kBAAkB;IACxB,UAAU,sBAAsB;IAChC,gBAAgB,4BAA4B;IAC5C,cAAc,0BAA0B;IACxC,KAAK,iBAAiB;IACtB,OAAO,mBAAmB;IAC1B,UAAU,sBAAsB;IAChC,QAAQ,oBAAoB;IAC5B,KAAK,iBAAiB;IACtB,uBAAuB,mCAAmC;IAC1D,SAAS,qBAAqB;IAC9B,QAAQ,oBAAoB;IAC5B,gBAAgB,4BAA4B;IAC5C,iBAAiB,6BAA6B;IAC9C,IAAI,gBAAgB;IACpB,QAAQ,oBAAoB;IAC5B,8BAA8B,0CAA0C;IACxE,aAAa,yBAAyB;IACtC,iBAAiB,6BAA6B;IAC9C,mBAAmB,+BAA+B;IAClD,WAAW,uBAAuB;IAClC,YAAY,wBAAwB;IACpC,qBAAqB,iCAAiC;IACtD,UAAU,sBAAsB;IAChC,aAAa,yBAAyB;IACtC,UAAU,sBAAsB;IAChC,UAAU,sBAAsB;IAChC,YAAY,wBAAwB;IACpC,aAAa,yBAAyB;IACtC,YAAY,wBAAwB;IACpC,gBAAgB,4BAA4B;IAC5C,gBAAgB,4BAA4B;IAC5C,SAAS,qBAAqB;IAC9B,cAAc,0BAA0B;IACxC,OAAO,mBAAmB;IAC1B,mBAAmB,+BAA+B;IAClD,mBAAmB,+BAA+B;IAClD,YAAY,wBAAwB;IACpC,WAAW,uBAAuB;IAClC,UAAU,sBAAsB;IAChC,aAAa,yBAAyB;IACtC,iBAAiB,6BAA6B;IAC9C,SAAS,qBAAqB;IAC9B,QAAQ,oBAAoB;IAC5B,iBAAiB,6BAA6B;IAC9C,gBAAgB,4BAA4B;IAC5C,uBAAuB,mCAAmC;CAC3D;AAED,eAAO,MAAM,cAAc,EAAE,WAAW,CAAC,QAAQ,EAAE,CAAC,CAAC,EAu1BpD,CAAC"}
|