@aws-sdk/client-lex-models-v2 3.300.0 → 3.301.0
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/dist-types/commands/BatchCreateCustomVocabularyItemCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteCustomVocabularyItemCommand.d.ts +3 -3
- package/dist-types/commands/BatchUpdateCustomVocabularyItemCommand.d.ts +3 -3
- package/dist-types/commands/BuildBotLocaleCommand.d.ts +1 -1
- package/dist-types/commands/CreateBotAliasCommand.d.ts +16 -16
- package/dist-types/commands/CreateBotCommand.d.ts +5 -5
- package/dist-types/commands/CreateBotLocaleCommand.d.ts +2 -2
- package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateExportCommand.d.ts +5 -5
- package/dist-types/commands/CreateIntentCommand.d.ts +112 -390
- package/dist-types/commands/CreateResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourcePolicyStatementCommand.d.ts +6 -6
- package/dist-types/commands/CreateSlotCommand.d.ts +91 -237
- package/dist-types/commands/CreateSlotTypeCommand.d.ts +14 -14
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotLocaleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVocabularyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyStatementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSlotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotLocaleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSlotCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +1 -1
- package/dist-types/commands/ListAggregatedUtterancesCommand.d.ts +7 -7
- package/dist-types/commands/ListBotAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListBotLocalesCommand.d.ts +5 -5
- package/dist-types/commands/ListBotRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListBotsCommand.d.ts +5 -5
- package/dist-types/commands/ListBuiltInIntentsCommand.d.ts +2 -2
- package/dist-types/commands/ListBuiltInSlotTypesCommand.d.ts +2 -2
- package/dist-types/commands/ListCustomVocabularyItemsCommand.d.ts +1 -1
- package/dist-types/commands/ListExportsCommand.d.ts +5 -5
- package/dist-types/commands/ListImportsCommand.d.ts +5 -5
- package/dist-types/commands/ListIntentsCommand.d.ts +5 -5
- package/dist-types/commands/ListRecommendedIntentsCommand.d.ts +1 -1
- package/dist-types/commands/ListSlotTypesCommand.d.ts +5 -5
- package/dist-types/commands/ListSlotsCommand.d.ts +5 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SearchAssociatedTranscriptsCommand.d.ts +4 -4
- package/dist-types/commands/StartBotRecommendationCommand.d.ts +9 -9
- package/dist-types/commands/StartImportCommand.d.ts +8 -8
- package/dist-types/commands/StopBotRecommendationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateBotAliasCommand.d.ts +15 -15
- package/dist-types/commands/UpdateBotCommand.d.ts +4 -4
- package/dist-types/commands/UpdateBotLocaleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateBotRecommendationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateExportCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntentCommand.d.ts +114 -392
- package/dist-types/commands/UpdateResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSlotCommand.d.ts +91 -237
- package/dist-types/commands/UpdateSlotTypeCommand.d.ts +14 -14
- package/package.json +3 -3
|
@@ -27,12 +27,12 @@ export interface BatchCreateCustomVocabularyItemCommandOutput extends BatchCreat
|
|
|
27
27
|
* import { LexModelsV2Client, BatchCreateCustomVocabularyItemCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
28
28
|
* // const { LexModelsV2Client, BatchCreateCustomVocabularyItemCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
29
29
|
* const client = new LexModelsV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // BatchCreateCustomVocabularyItemRequest
|
|
31
31
|
* botId: "STRING_VALUE", // required
|
|
32
32
|
* botVersion: "STRING_VALUE", // required
|
|
33
33
|
* localeId: "STRING_VALUE", // required
|
|
34
|
-
* customVocabularyItemList: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* customVocabularyItemList: [ // CreateCustomVocabularyItemsList // required
|
|
35
|
+
* { // NewCustomVocabularyItem
|
|
36
36
|
* phrase: "STRING_VALUE", // required
|
|
37
37
|
* weight: Number("int"),
|
|
38
38
|
* displayAs: "STRING_VALUE",
|
|
@@ -27,12 +27,12 @@ export interface BatchDeleteCustomVocabularyItemCommandOutput extends BatchDelet
|
|
|
27
27
|
* import { LexModelsV2Client, BatchDeleteCustomVocabularyItemCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
28
28
|
* // const { LexModelsV2Client, BatchDeleteCustomVocabularyItemCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
29
29
|
* const client = new LexModelsV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // BatchDeleteCustomVocabularyItemRequest
|
|
31
31
|
* botId: "STRING_VALUE", // required
|
|
32
32
|
* botVersion: "STRING_VALUE", // required
|
|
33
33
|
* localeId: "STRING_VALUE", // required
|
|
34
|
-
* customVocabularyItemList: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* customVocabularyItemList: [ // DeleteCustomVocabularyItemsList // required
|
|
35
|
+
* { // CustomVocabularyEntryId
|
|
36
36
|
* itemId: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
38
|
* ],
|
|
@@ -27,12 +27,12 @@ export interface BatchUpdateCustomVocabularyItemCommandOutput extends BatchUpdat
|
|
|
27
27
|
* import { LexModelsV2Client, BatchUpdateCustomVocabularyItemCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
28
28
|
* // const { LexModelsV2Client, BatchUpdateCustomVocabularyItemCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
29
29
|
* const client = new LexModelsV2Client(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // BatchUpdateCustomVocabularyItemRequest
|
|
31
31
|
* botId: "STRING_VALUE", // required
|
|
32
32
|
* botVersion: "STRING_VALUE", // required
|
|
33
33
|
* localeId: "STRING_VALUE", // required
|
|
34
|
-
* customVocabularyItemList: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* customVocabularyItemList: [ // UpdateCustomVocabularyItemsList // required
|
|
35
|
+
* { // CustomVocabularyItem
|
|
36
36
|
* itemId: "STRING_VALUE", // required
|
|
37
37
|
* phrase: "STRING_VALUE", // required
|
|
38
38
|
* weight: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface BuildBotLocaleCommandOutput extends BuildBotLocaleResponse, __M
|
|
|
28
28
|
* import { LexModelsV2Client, BuildBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
29
29
|
* // const { LexModelsV2Client, BuildBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
30
30
|
* const client = new LexModelsV2Client(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // BuildBotLocaleRequest
|
|
32
32
|
* botId: "STRING_VALUE", // required
|
|
33
33
|
* botVersion: "STRING_VALUE", // required
|
|
34
34
|
* localeId: "STRING_VALUE", // required
|
|
@@ -30,38 +30,38 @@ export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __M
|
|
|
30
30
|
* import { LexModelsV2Client, CreateBotAliasCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
31
31
|
* // const { LexModelsV2Client, CreateBotAliasCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
32
32
|
* const client = new LexModelsV2Client(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateBotAliasRequest
|
|
34
34
|
* botAliasName: "STRING_VALUE", // required
|
|
35
35
|
* description: "STRING_VALUE",
|
|
36
36
|
* botVersion: "STRING_VALUE",
|
|
37
|
-
* botAliasLocaleSettings: {
|
|
38
|
-
* "<keys>": {
|
|
37
|
+
* botAliasLocaleSettings: { // BotAliasLocaleSettingsMap
|
|
38
|
+
* "<keys>": { // BotAliasLocaleSettings
|
|
39
39
|
* enabled: true || false, // required
|
|
40
|
-
* codeHookSpecification: {
|
|
41
|
-
* lambdaCodeHook: {
|
|
40
|
+
* codeHookSpecification: { // CodeHookSpecification
|
|
41
|
+
* lambdaCodeHook: { // LambdaCodeHook
|
|
42
42
|
* lambdaARN: "STRING_VALUE", // required
|
|
43
43
|
* codeHookInterfaceVersion: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
45
45
|
* },
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
-
* conversationLogSettings: {
|
|
49
|
-
* textLogSettings: [
|
|
50
|
-
* {
|
|
48
|
+
* conversationLogSettings: { // ConversationLogSettings
|
|
49
|
+
* textLogSettings: [ // TextLogSettingsList
|
|
50
|
+
* { // TextLogSetting
|
|
51
51
|
* enabled: true || false, // required
|
|
52
|
-
* destination: {
|
|
53
|
-
* cloudWatch: {
|
|
52
|
+
* destination: { // TextLogDestination
|
|
53
|
+
* cloudWatch: { // CloudWatchLogGroupLogDestination
|
|
54
54
|
* cloudWatchLogGroupArn: "STRING_VALUE", // required
|
|
55
55
|
* logPrefix: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
60
|
-
* audioLogSettings: [
|
|
61
|
-
* {
|
|
60
|
+
* audioLogSettings: [ // AudioLogSettingsList
|
|
61
|
+
* { // AudioLogSetting
|
|
62
62
|
* enabled: true || false, // required
|
|
63
|
-
* destination: {
|
|
64
|
-
* s3Bucket: {
|
|
63
|
+
* destination: { // AudioLogDestination
|
|
64
|
+
* s3Bucket: { // S3BucketLogDestination
|
|
65
65
|
* kmsKeyArn: "STRING_VALUE",
|
|
66
66
|
* s3BucketArn: "STRING_VALUE", // required
|
|
67
67
|
* logPrefix: "STRING_VALUE", // required
|
|
@@ -70,11 +70,11 @@ export interface CreateBotAliasCommandOutput extends CreateBotAliasResponse, __M
|
|
|
70
70
|
* },
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
|
-
* sentimentAnalysisSettings: {
|
|
73
|
+
* sentimentAnalysisSettings: { // SentimentAnalysisSettings
|
|
74
74
|
* detectSentiment: true || false, // required
|
|
75
75
|
* },
|
|
76
76
|
* botId: "STRING_VALUE", // required
|
|
77
|
-
* tags: {
|
|
77
|
+
* tags: { // TagMap
|
|
78
78
|
* "<keys>": "STRING_VALUE",
|
|
79
79
|
* },
|
|
80
80
|
* };
|
|
@@ -26,23 +26,23 @@ export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBea
|
|
|
26
26
|
* import { LexModelsV2Client, CreateBotCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
27
27
|
* // const { LexModelsV2Client, CreateBotCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
28
28
|
* const client = new LexModelsV2Client(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateBotRequest
|
|
30
30
|
* botName: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* roleArn: "STRING_VALUE", // required
|
|
33
|
-
* dataPrivacy: {
|
|
33
|
+
* dataPrivacy: { // DataPrivacy
|
|
34
34
|
* childDirected: true || false, // required
|
|
35
35
|
* },
|
|
36
36
|
* idleSessionTTLInSeconds: Number("int"), // required
|
|
37
|
-
* botTags: {
|
|
37
|
+
* botTags: { // TagMap
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* testBotAliasTags: {
|
|
41
41
|
* "<keys>": "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* botType: "Bot" || "BotNetwork",
|
|
44
|
-
* botMembers: [
|
|
45
|
-
* {
|
|
44
|
+
* botMembers: [ // BotMembers
|
|
45
|
+
* { // BotMember
|
|
46
46
|
* botMemberId: "STRING_VALUE", // required
|
|
47
47
|
* botMemberName: "STRING_VALUE", // required
|
|
48
48
|
* botMemberAliasId: "STRING_VALUE", // required
|
|
@@ -29,13 +29,13 @@ export interface CreateBotLocaleCommandOutput extends CreateBotLocaleResponse, _
|
|
|
29
29
|
* import { LexModelsV2Client, CreateBotLocaleCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
30
30
|
* // const { LexModelsV2Client, CreateBotLocaleCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
31
31
|
* const client = new LexModelsV2Client(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateBotLocaleRequest
|
|
33
33
|
* botId: "STRING_VALUE", // required
|
|
34
34
|
* botVersion: "STRING_VALUE", // required
|
|
35
35
|
* localeId: "STRING_VALUE", // required
|
|
36
36
|
* description: "STRING_VALUE",
|
|
37
37
|
* nluIntentConfidenceThreshold: Number("double"), // required
|
|
38
|
-
* voiceSettings: {
|
|
38
|
+
* voiceSettings: { // VoiceSettings
|
|
39
39
|
* voiceId: "STRING_VALUE", // required
|
|
40
40
|
* engine: "standard" || "neural",
|
|
41
41
|
* },
|
|
@@ -31,11 +31,11 @@ export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse,
|
|
|
31
31
|
* import { LexModelsV2Client, CreateBotVersionCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
32
32
|
* // const { LexModelsV2Client, CreateBotVersionCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
33
33
|
* const client = new LexModelsV2Client(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateBotVersionRequest
|
|
35
35
|
* botId: "STRING_VALUE", // required
|
|
36
36
|
* description: "STRING_VALUE",
|
|
37
|
-
* botVersionLocaleSpecification: { // required
|
|
38
|
-
* "<keys>": {
|
|
37
|
+
* botVersionLocaleSpecification: { // BotVersionLocaleSpecification // required
|
|
38
|
+
* "<keys>": { // BotVersionLocaleDetails
|
|
39
39
|
* sourceBotVersion: "STRING_VALUE", // required
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
@@ -35,18 +35,18 @@ export interface CreateExportCommandOutput extends CreateExportResponse, __Metad
|
|
|
35
35
|
* import { LexModelsV2Client, CreateExportCommand } from "@aws-sdk/client-lex-models-v2"; // ES Modules import
|
|
36
36
|
* // const { LexModelsV2Client, CreateExportCommand } = require("@aws-sdk/client-lex-models-v2"); // CommonJS import
|
|
37
37
|
* const client = new LexModelsV2Client(config);
|
|
38
|
-
* const input = {
|
|
39
|
-
* resourceSpecification: {
|
|
40
|
-
* botExportSpecification: {
|
|
38
|
+
* const input = { // CreateExportRequest
|
|
39
|
+
* resourceSpecification: { // ExportResourceSpecification
|
|
40
|
+
* botExportSpecification: { // BotExportSpecification
|
|
41
41
|
* botId: "STRING_VALUE", // required
|
|
42
42
|
* botVersion: "STRING_VALUE", // required
|
|
43
43
|
* },
|
|
44
|
-
* botLocaleExportSpecification: {
|
|
44
|
+
* botLocaleExportSpecification: { // BotLocaleExportSpecification
|
|
45
45
|
* botId: "STRING_VALUE", // required
|
|
46
46
|
* botVersion: "STRING_VALUE", // required
|
|
47
47
|
* localeId: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
|
-
* customVocabularyExportSpecification: {
|
|
49
|
+
* customVocabularyExportSpecification: { // CustomVocabularyExportSpecification
|
|
50
50
|
* botId: "STRING_VALUE", // required
|
|
51
51
|
* botVersion: "STRING_VALUE", // required
|
|
52
52
|
* localeId: "STRING_VALUE", // required
|