@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Voice } from '../constants';
|
|
2
|
-
import { Nullable } from '@voiceflow/common';
|
|
2
|
+
import type { Nullable } from '@voiceflow/common';
|
|
3
3
|
import { VoiceVersion } from '@voiceflow/voice-types';
|
|
4
|
-
import { v1 } from 'ask-smapi-model';
|
|
4
|
+
import type { v1 } from 'ask-smapi-model';
|
|
5
5
|
export declare enum AccountLinkingType {
|
|
6
6
|
IMPLICIT = "IMPLICIT",
|
|
7
7
|
AUTH_CODE = "AUTH_CODE"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/version/settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/version/settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAE1C,oBAAY,kBAAkB;IAC5B,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB;AAED,oBAAY,gBAAgB;IAC1B,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,MAAM,WAAW;CAClB;AAED,oBAAY,+BAA+B;IACzC,UAAU,eAAe;IACzB,wBAAwB,6BAA6B;CACtD;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,kBAAkB,CAAC;IACjD,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,qBAAqB,CAAC;IACjE,+BAA+B,EAAE,MAAM,CAAC;CACzC;AAED,MAAM,WAAW,QAAS,SAAQ,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC5D,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IACzB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,CAAC;IACzC,eAAe,EAAE,OAAO,CAAC;IACzB,gBAAgB,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC;CAC9C;AAED,eAAO,MAAM,qBAAqB,oBAAqB,SAAS,QAAQ,cAAc,CAAC,CAAC,KAAG,SAAS,cAAc,CA4BjH,CAAC;AAEF,eAAO,MAAM,eAAe,kGAOzB,QAAQ,QAAQ,CAAC,KAAQ,QAO1B,CAAC"}
|
|
@@ -7,18 +7,18 @@ var AccountLinkingType;
|
|
|
7
7
|
(function (AccountLinkingType) {
|
|
8
8
|
AccountLinkingType["IMPLICIT"] = "IMPLICIT";
|
|
9
9
|
AccountLinkingType["AUTH_CODE"] = "AUTH_CODE";
|
|
10
|
-
})(AccountLinkingType
|
|
10
|
+
})(AccountLinkingType || (exports.AccountLinkingType = AccountLinkingType = {}));
|
|
11
11
|
var ModelSensitivity;
|
|
12
12
|
(function (ModelSensitivity) {
|
|
13
13
|
ModelSensitivity["LOW"] = "LOW";
|
|
14
14
|
ModelSensitivity["HIGH"] = "HIGH";
|
|
15
15
|
ModelSensitivity["MEDIUM"] = "MEDIUM";
|
|
16
|
-
})(ModelSensitivity
|
|
16
|
+
})(ModelSensitivity || (exports.ModelSensitivity = ModelSensitivity = {}));
|
|
17
17
|
var AccountLinkingAccessTokenScheme;
|
|
18
18
|
(function (AccountLinkingAccessTokenScheme) {
|
|
19
19
|
AccountLinkingAccessTokenScheme["HTTP_BASIC"] = "HTTP_BASIC";
|
|
20
20
|
AccountLinkingAccessTokenScheme["REQUEST_BODY_CREDENTIALS"] = "REQUEST_BODY_CREDENTIALS";
|
|
21
|
-
})(AccountLinkingAccessTokenScheme
|
|
21
|
+
})(AccountLinkingAccessTokenScheme || (exports.AccountLinkingAccessTokenScheme = AccountLinkingAccessTokenScheme = {}));
|
|
22
22
|
const defaultAccountLinking = (accountLinking) => {
|
|
23
23
|
if (!accountLinking) {
|
|
24
24
|
return null;
|
|
@@ -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"}
|
|
@@ -87,7 +87,16 @@ export const REGIONAL_VOICE = [
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
label: 'English US',
|
|
90
|
-
options: [
|
|
90
|
+
options: [
|
|
91
|
+
Voice.IVY,
|
|
92
|
+
Voice.JOANNA,
|
|
93
|
+
Voice.JOEY,
|
|
94
|
+
Voice.JUSTIN,
|
|
95
|
+
Voice.KENDRA,
|
|
96
|
+
Voice.KIMBERLY,
|
|
97
|
+
Voice.MATTHEW,
|
|
98
|
+
Voice.SALLI,
|
|
99
|
+
],
|
|
91
100
|
},
|
|
92
101
|
{
|
|
93
102
|
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"}
|
|
@@ -220,7 +220,18 @@ export const DEFAULT_INTENTS = {
|
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
222
|
name: AmazonIntent.STOP,
|
|
223
|
-
samples: [
|
|
223
|
+
samples: [
|
|
224
|
+
"s'arrêter",
|
|
225
|
+
'arrêter',
|
|
226
|
+
'arrête',
|
|
227
|
+
'stop',
|
|
228
|
+
'fin',
|
|
229
|
+
'cesser',
|
|
230
|
+
'mettre fin',
|
|
231
|
+
'stopper',
|
|
232
|
+
'mettre un terme',
|
|
233
|
+
'interrompre',
|
|
234
|
+
],
|
|
224
235
|
},
|
|
225
236
|
{
|
|
226
237
|
name: AmazonIntent.YES,
|
|
@@ -318,7 +329,16 @@ export const DEFAULT_INTENTS = {
|
|
|
318
329
|
defaults: [
|
|
319
330
|
{
|
|
320
331
|
name: AmazonIntent.CANCEL,
|
|
321
|
-
samples: [
|
|
332
|
+
samples: [
|
|
333
|
+
'cancellare',
|
|
334
|
+
'annullare',
|
|
335
|
+
'disdire',
|
|
336
|
+
'sopprimere',
|
|
337
|
+
'rescindre',
|
|
338
|
+
'chiudere',
|
|
339
|
+
'abrogare',
|
|
340
|
+
'obliterare',
|
|
341
|
+
],
|
|
322
342
|
},
|
|
323
343
|
{
|
|
324
344
|
name: AmazonIntent.HELP,
|
|
@@ -395,7 +415,18 @@ export const DEFAULT_INTENTS = {
|
|
|
395
415
|
},
|
|
396
416
|
{
|
|
397
417
|
name: AmazonIntent.HELP,
|
|
398
|
-
samples: [
|
|
418
|
+
samples: [
|
|
419
|
+
'la ayuda',
|
|
420
|
+
'el favor',
|
|
421
|
+
'ei auxilio',
|
|
422
|
+
'el socorro',
|
|
423
|
+
'el empleado',
|
|
424
|
+
'la criada',
|
|
425
|
+
'ayudar',
|
|
426
|
+
'servir',
|
|
427
|
+
'auxiliar',
|
|
428
|
+
'socorrer',
|
|
429
|
+
],
|
|
399
430
|
},
|
|
400
431
|
{
|
|
401
432
|
name: AmazonIntent.STOP,
|
|
@@ -423,11 +454,30 @@ export const DEFAULT_INTENTS = {
|
|
|
423
454
|
defaults: [
|
|
424
455
|
{
|
|
425
456
|
name: AmazonIntent.CANCEL,
|
|
426
|
-
samples: [
|
|
457
|
+
samples: [
|
|
458
|
+
'stornieren',
|
|
459
|
+
'aufheben',
|
|
460
|
+
'kündigen',
|
|
461
|
+
'annullieren',
|
|
462
|
+
'beenden',
|
|
463
|
+
'absagen',
|
|
464
|
+
'abbestellen',
|
|
465
|
+
'abmelden',
|
|
466
|
+
'auflösen',
|
|
467
|
+
'zurücknehmen',
|
|
468
|
+
],
|
|
427
469
|
},
|
|
428
470
|
{
|
|
429
471
|
name: AmazonIntent.HELP,
|
|
430
|
-
samples: [
|
|
472
|
+
samples: [
|
|
473
|
+
'die hilfe',
|
|
474
|
+
'der beistand',
|
|
475
|
+
'die aushilfe',
|
|
476
|
+
'helfen',
|
|
477
|
+
'beitragen',
|
|
478
|
+
'behilflich sein',
|
|
479
|
+
'hilfe leisten',
|
|
480
|
+
],
|
|
431
481
|
},
|
|
432
482
|
{
|
|
433
483
|
name: AmazonIntent.STOP,
|
|
@@ -518,7 +568,7 @@ export const DEFAULT_INTENTS = {
|
|
|
518
568
|
'वापस ले',
|
|
519
569
|
'वापस लो',
|
|
520
570
|
'वापस लेना',
|
|
521
|
-
'कैन्सल्',
|
|
571
|
+
'कैन्सल्', // cancel and variations below
|
|
522
572
|
'कैन्सल् करो',
|
|
523
573
|
'कैन्सल् करना',
|
|
524
574
|
'कैन्सल् कर दो',
|
|
@@ -539,7 +589,7 @@ export const DEFAULT_INTENTS = {
|
|
|
539
589
|
'सहयोग करो',
|
|
540
590
|
'सहयोग करना',
|
|
541
591
|
'सहयोग कर दो',
|
|
542
|
-
'हेल्प्',
|
|
592
|
+
'हेल्प्', // help and variations below
|
|
543
593
|
'हेल्प् करो',
|
|
544
594
|
'हेल्प् करना',
|
|
545
595
|
],
|
|
@@ -577,13 +627,13 @@ export const DEFAULT_INTENTS = {
|
|
|
577
627
|
'अच्छी बात है',
|
|
578
628
|
'पक्का',
|
|
579
629
|
'बिल्कुल',
|
|
580
|
-
'ऑल राइट्',
|
|
581
|
-
'डेफ़िनिट्ली',
|
|
582
|
-
'येस्',
|
|
583
|
-
'येअ',
|
|
584
|
-
'यप्',
|
|
585
|
-
'येप्',
|
|
586
|
-
'शुअ',
|
|
630
|
+
'ऑल राइट्', // alright
|
|
631
|
+
'डेफ़िनिट्ली', // definitely
|
|
632
|
+
'येस्', // yes
|
|
633
|
+
'येअ', // yeah
|
|
634
|
+
'यप्', // yup
|
|
635
|
+
'येप्', // yep
|
|
636
|
+
'शुअ', // sure
|
|
587
637
|
'ओके', // okay
|
|
588
638
|
],
|
|
589
639
|
keep: ['हां'],
|
|
@@ -615,7 +665,7 @@ export const DEFAULT_INTENTS = {
|
|
|
615
665
|
'दुबारा से बोलाना',
|
|
616
666
|
'दुहराना',
|
|
617
667
|
'एक बार और',
|
|
618
|
-
'रिपीट्',
|
|
668
|
+
'रिपीट्', // repeat and variations below
|
|
619
669
|
'रिपीट् करना',
|
|
620
670
|
],
|
|
621
671
|
},
|
|
@@ -68,38 +68,38 @@ export const AmazonToVoiceflowLocaleMap = {
|
|
|
68
68
|
[Locale.HI_IN]: VoiceflowConstants.Locale.HI_IN,
|
|
69
69
|
};
|
|
70
70
|
export const VoiceflowToAmazonLocaleMap = {
|
|
71
|
-
[VoiceflowConstants.Locale.AR_AR]: Locale.EN_US,
|
|
72
|
-
[VoiceflowConstants.Locale.BG_BG]: Locale.EN_US,
|
|
73
|
-
[VoiceflowConstants.Locale.CA_ES]: Locale.EN_US,
|
|
74
|
-
[VoiceflowConstants.Locale.CS_CZ]: Locale.EN_US,
|
|
75
|
-
[VoiceflowConstants.Locale.DA_DK]: Locale.EN_US,
|
|
71
|
+
[VoiceflowConstants.Locale.AR_AR]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
72
|
+
[VoiceflowConstants.Locale.BG_BG]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
73
|
+
[VoiceflowConstants.Locale.CA_ES]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
74
|
+
[VoiceflowConstants.Locale.CS_CZ]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
75
|
+
[VoiceflowConstants.Locale.DA_DK]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
76
76
|
[VoiceflowConstants.Locale.DE_DE]: Locale.DE_DE,
|
|
77
77
|
[VoiceflowConstants.Locale.EN_US]: Locale.EN_US,
|
|
78
78
|
[VoiceflowConstants.Locale.ES_ES]: Locale.ES_ES,
|
|
79
79
|
[VoiceflowConstants.Locale.ES_MX]: Locale.ES_MX,
|
|
80
|
-
[VoiceflowConstants.Locale.ET_EE]: Locale.EN_US,
|
|
80
|
+
[VoiceflowConstants.Locale.ET_EE]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
81
81
|
[VoiceflowConstants.Locale.FR_CA]: Locale.FR_CA,
|
|
82
82
|
[VoiceflowConstants.Locale.FR_FR]: Locale.FR_FR,
|
|
83
|
-
[VoiceflowConstants.Locale.GU_IN]: Locale.EN_US,
|
|
84
|
-
[VoiceflowConstants.Locale.HE_IL]: Locale.EN_US,
|
|
83
|
+
[VoiceflowConstants.Locale.GU_IN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
84
|
+
[VoiceflowConstants.Locale.HE_IL]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
85
85
|
[VoiceflowConstants.Locale.HI_IN]: Locale.HI_IN,
|
|
86
|
-
[VoiceflowConstants.Locale.HU_HU]: Locale.EN_US,
|
|
86
|
+
[VoiceflowConstants.Locale.HU_HU]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
87
87
|
[VoiceflowConstants.Locale.IT_IT]: Locale.IT_IT,
|
|
88
88
|
[VoiceflowConstants.Locale.JA_JP]: Locale.JA_JP,
|
|
89
|
-
[VoiceflowConstants.Locale.KO_KR]: Locale.EN_US,
|
|
90
|
-
[VoiceflowConstants.Locale.MR_IN]: Locale.EN_US,
|
|
91
|
-
[VoiceflowConstants.Locale.NL_BE]: Locale.EN_US,
|
|
92
|
-
[VoiceflowConstants.Locale.NL_NL]: Locale.EN_US,
|
|
93
|
-
[VoiceflowConstants.Locale.PL_PL]: Locale.EN_US,
|
|
89
|
+
[VoiceflowConstants.Locale.KO_KR]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
90
|
+
[VoiceflowConstants.Locale.MR_IN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
91
|
+
[VoiceflowConstants.Locale.NL_BE]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
92
|
+
[VoiceflowConstants.Locale.NL_NL]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
93
|
+
[VoiceflowConstants.Locale.PL_PL]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
94
94
|
[VoiceflowConstants.Locale.PT_BR]: Locale.PT_BR,
|
|
95
|
-
[VoiceflowConstants.Locale.PT_PT]: Locale.EN_US,
|
|
96
|
-
[VoiceflowConstants.Locale.RO_RO]: Locale.EN_US,
|
|
97
|
-
[VoiceflowConstants.Locale.RU_RU]: Locale.EN_US,
|
|
98
|
-
[VoiceflowConstants.Locale.TA_IN]: Locale.EN_US,
|
|
99
|
-
[VoiceflowConstants.Locale.TE_IN]: Locale.EN_US,
|
|
100
|
-
[VoiceflowConstants.Locale.TR_TR]: Locale.EN_US,
|
|
101
|
-
[VoiceflowConstants.Locale.UK_UA]: Locale.EN_US,
|
|
102
|
-
[VoiceflowConstants.Locale.VI_VN]: Locale.EN_US,
|
|
103
|
-
[VoiceflowConstants.Locale.ZH_CN]: Locale.EN_US,
|
|
95
|
+
[VoiceflowConstants.Locale.PT_PT]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
96
|
+
[VoiceflowConstants.Locale.RO_RO]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
97
|
+
[VoiceflowConstants.Locale.RU_RU]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
98
|
+
[VoiceflowConstants.Locale.TA_IN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
99
|
+
[VoiceflowConstants.Locale.TE_IN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
100
|
+
[VoiceflowConstants.Locale.TR_TR]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
101
|
+
[VoiceflowConstants.Locale.UK_UA]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
102
|
+
[VoiceflowConstants.Locale.VI_VN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
103
|
+
[VoiceflowConstants.Locale.ZH_CN]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
104
104
|
[VoiceflowConstants.Locale.ZH_TW]: Locale.EN_US, // FIXME: Unsupported language by Alexa
|
|
105
105
|
};
|
|
@@ -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":"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"}
|