@aws-sdk/client-lex-models-v2 3.372.0 → 3.374.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-cjs/models/models_0.js +2 -7
- package/dist-es/models/models_0.js +0 -5
- package/dist-types/commands/DescribeSlotTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListIntentStageMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionAnalyticsDataCommand.d.ts +1 -1
- package/dist-types/commands/ListUtteranceAnalyticsDataCommand.d.ts +15 -2
- package/dist-types/commands/ListUtteranceMetricsCommand.d.ts +7 -1
- package/dist-types/models/models_0.d.ts +24 -14
- package/dist-types/models/models_1.d.ts +4 -27
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +6 -7
- package/dist-types/ts3.4/models/models_1.d.ts +2 -9
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConflictException = exports.BotVersionSortAttribute = exports.BotType = exports.BotStatus = exports.BotSortAttribute = exports.BotRecommendationStatus = exports.BotLocaleStatus = exports.BotLocaleSortAttribute = exports.VoiceEngine = exports.BotLocaleFilterOperator = exports.BotLocaleFilterName = exports.BotFilterOperator = exports.BotFilterName = exports.
|
|
4
|
-
exports.DescribeBotRecommendationResponseFilterSensitiveLog = exports.EncryptionSettingFilterSensitiveLog = exports.CreateExportRequestFilterSensitiveLog = exports.TestSetModality = exports.MergeStrategy = exports.TranscriptFormat = exports.ImportStatus = exports.CustomVocabularyStatus = exports.SlotValueResolutionStrategy = exports.SlotConstraint = exports.ObfuscationSettingType = exports.Effect = exports.PromptAttempt = exports.MessageSelectionStrategy = exports.ExportStatus = exports.ImportExportFileFormat = exports.ConversationLogsInputModeFilter = exports.TestResultMatchStatus = exports.ConversationEndState = exports.SlotShape = exports.DialogActionType = exports.BuiltInSlotTypeSortAttribute = exports.BuiltInIntentSortAttribute =
|
|
3
|
+
exports.PreconditionFailedException = exports.ConflictException = exports.BotVersionSortAttribute = exports.BotType = exports.BotStatus = exports.BotSortAttribute = exports.BotRecommendationStatus = exports.BotLocaleStatus = exports.BotLocaleSortAttribute = exports.VoiceEngine = exports.BotLocaleFilterOperator = exports.BotLocaleFilterName = exports.BotFilterOperator = exports.BotFilterName = exports.BotAliasStatus = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ErrorCode = exports.AssociatedTranscriptFilterName = exports.AnalyticsUtteranceSortByName = exports.AnalyticsUtteranceMetricName = exports.AnalyticsUtteranceFilterName = exports.AnalyticsUtteranceField = exports.AnalyticsUtteranceAttributeName = exports.AnalyticsSessionSortByName = exports.AnalyticsSessionMetricName = exports.AnalyticsSessionFilterName = exports.AnalyticsSessionField = exports.AnalyticsModality = exports.AnalyticsIntentStageMetricName = exports.AnalyticsIntentStageFilterName = exports.AnalyticsIntentStageField = exports.AnalyticsNodeType = exports.AnalyticsMetricStatistic = exports.AnalyticsIntentMetricName = exports.AnalyticsIntentFilterName = exports.AnalyticsIntentField = exports.AnalyticsFilterOperator = exports.AnalyticsCommonFilterName = exports.AnalyticsSortOrder = exports.AnalyticsBinByName = exports.AnalyticsInterval = exports.SortOrder = exports.AggregatedUtterancesSortAttribute = exports.AggregatedUtterancesFilterOperator = exports.AggregatedUtterancesFilterName = exports.AudioRecognitionStrategy = void 0;
|
|
4
|
+
exports.DescribeBotRecommendationResponseFilterSensitiveLog = exports.EncryptionSettingFilterSensitiveLog = exports.CreateExportRequestFilterSensitiveLog = exports.TestSetModality = exports.MergeStrategy = exports.TranscriptFormat = exports.ImportStatus = exports.CustomVocabularyStatus = exports.SlotValueResolutionStrategy = exports.SlotConstraint = exports.ObfuscationSettingType = exports.Effect = exports.PromptAttempt = exports.MessageSelectionStrategy = exports.ExportStatus = exports.ImportExportFileFormat = exports.ConversationLogsInputModeFilter = exports.TestResultMatchStatus = exports.ConversationEndState = exports.SlotShape = exports.DialogActionType = exports.BuiltInSlotTypeSortAttribute = exports.BuiltInIntentSortAttribute = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const LexModelsV2ServiceException_1 = require("./LexModelsV2ServiceException");
|
|
7
7
|
exports.AudioRecognitionStrategy = {
|
|
@@ -245,11 +245,6 @@ exports.BotAliasStatus = {
|
|
|
245
245
|
Deleting: "Deleting",
|
|
246
246
|
Failed: "Failed",
|
|
247
247
|
};
|
|
248
|
-
exports.BotChannelType = {
|
|
249
|
-
Facebook: "Facebook",
|
|
250
|
-
Slack: "Slack",
|
|
251
|
-
TwilioSms: "TwilioSms",
|
|
252
|
-
};
|
|
253
248
|
exports.BotFilterName = {
|
|
254
249
|
BotName: "BotName",
|
|
255
250
|
BotType: "BotType",
|
|
@@ -236,11 +236,6 @@ export const BotAliasStatus = {
|
|
|
236
236
|
Deleting: "Deleting",
|
|
237
237
|
Failed: "Failed",
|
|
238
238
|
};
|
|
239
|
-
export const BotChannelType = {
|
|
240
|
-
Facebook: "Facebook",
|
|
241
|
-
Slack: "Slack",
|
|
242
|
-
TwilioSms: "TwilioSms",
|
|
243
|
-
};
|
|
244
239
|
export const BotFilterName = {
|
|
245
240
|
BotName: "BotName",
|
|
246
241
|
BotType: "BotType",
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelsV2Client";
|
|
5
|
-
import { DescribeSlotTypeRequest
|
|
5
|
+
import { DescribeSlotTypeRequest } from "../models/models_0";
|
|
6
|
+
import { DescribeSlotTypeResponse } from "../models/models_1";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
8
9
|
*/
|
|
@@ -23,7 +23,7 @@ export interface ListIntentStageMetricsCommandOutput extends ListIntentStageMetr
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Retrieves summary metrics for the
|
|
26
|
+
* <p>Retrieves summary metrics for the stages within intents in your bot. The following fields are required:</p>
|
|
27
27
|
* <ul>
|
|
28
28
|
* <li>
|
|
29
29
|
* <p>
|
|
@@ -68,7 +68,7 @@ export interface ListSessionAnalyticsDataCommandOutput extends ListSessionAnalyt
|
|
|
68
68
|
* // botAliasId: "STRING_VALUE",
|
|
69
69
|
* // botVersion: "STRING_VALUE",
|
|
70
70
|
* // localeId: "STRING_VALUE",
|
|
71
|
-
* // channel: "
|
|
71
|
+
* // channel: "STRING_VALUE",
|
|
72
72
|
* // sessionId: "STRING_VALUE",
|
|
73
73
|
* // conversationStartTime: new Date("TIMESTAMP"),
|
|
74
74
|
* // conversationEndTime: new Date("TIMESTAMP"),
|
|
@@ -23,7 +23,20 @@ export interface ListUtteranceAnalyticsDataCommandOutput extends ListUtteranceAn
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <
|
|
26
|
+
* <note>
|
|
27
|
+
* <p>To use this API operation, your IAM role must have permissions to
|
|
28
|
+
* perform the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html">ListAggregatedUtterances</a> operation, which provides access to
|
|
29
|
+
* utterance-related analytics. See <a href="https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html">Viewing utterance
|
|
30
|
+
* statistics</a> for the IAM policy to apply to the IAM role.</p>
|
|
31
|
+
* </note>
|
|
32
|
+
* <p>Retrieves a list of metadata for individual user utterances to your bot. The following fields are required:</p>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>startDateTime</code> and <code>endDateTime</code> – Define a time range for which you want to retrieve results.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* </ul>
|
|
39
|
+
* <p>Of the optional fields, you can organize the results in the following ways:</p>
|
|
27
40
|
* <ul>
|
|
28
41
|
* <li>
|
|
29
42
|
* <p>Use the <code>filters</code> field to filter the results and the <code>sortBy</code> field to specify the values by which to sort the results.</p>
|
|
@@ -69,7 +82,7 @@ export interface ListUtteranceAnalyticsDataCommandOutput extends ListUtteranceAn
|
|
|
69
82
|
* // botVersion: "STRING_VALUE",
|
|
70
83
|
* // localeId: "STRING_VALUE",
|
|
71
84
|
* // sessionId: "STRING_VALUE",
|
|
72
|
-
* // channel: "
|
|
85
|
+
* // channel: "STRING_VALUE",
|
|
73
86
|
* // mode: "Speech" || "Text" || "DTMF" || "MultiMode",
|
|
74
87
|
* // conversationStartTime: new Date("TIMESTAMP"),
|
|
75
88
|
* // conversationEndTime: new Date("TIMESTAMP"),
|
|
@@ -23,7 +23,13 @@ export interface ListUtteranceMetricsCommandOutput extends ListUtteranceMetricsR
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <
|
|
26
|
+
* <note>
|
|
27
|
+
* <p>To use this API operation, your IAM role must have permissions to
|
|
28
|
+
* perform the <a href="https://docs.aws.amazon.com/lexv2/latest/APIReference/API_ListAggregatedUtterances.html">ListAggregatedUtterances</a> operation, which provides access to
|
|
29
|
+
* utterance-related analytics. See <a href="https://docs.aws.amazon.com/lexv2/latest/dg/monitoring-utterances.html">Viewing utterance
|
|
30
|
+
* statistics</a> for the IAM policy to apply to the IAM role.</p>
|
|
31
|
+
* </note>
|
|
32
|
+
* <p>Retrieves summary metrics for the utterances in your bot. The following fields are required:</p>
|
|
27
33
|
* <ul>
|
|
28
34
|
* <li>
|
|
29
35
|
* <p>
|
|
@@ -1963,7 +1963,7 @@ export interface AnalyticsUtteranceMetricResult {
|
|
|
1963
1963
|
* </li>
|
|
1964
1964
|
* <li>
|
|
1965
1965
|
* <p>
|
|
1966
|
-
* <code>
|
|
1966
|
+
* <code>UtteranceTimestamp</code> – The date and time of the utterance.</p>
|
|
1967
1967
|
* </li>
|
|
1968
1968
|
* </ul>
|
|
1969
1969
|
*/
|
|
@@ -2639,19 +2639,6 @@ export interface BotAliasTestExecutionTarget {
|
|
|
2639
2639
|
*/
|
|
2640
2640
|
localeId: string | undefined;
|
|
2641
2641
|
}
|
|
2642
|
-
/**
|
|
2643
|
-
* @public
|
|
2644
|
-
* @enum
|
|
2645
|
-
*/
|
|
2646
|
-
export declare const BotChannelType: {
|
|
2647
|
-
readonly Facebook: "Facebook";
|
|
2648
|
-
readonly Slack: "Slack";
|
|
2649
|
-
readonly TwilioSms: "TwilioSms";
|
|
2650
|
-
};
|
|
2651
|
-
/**
|
|
2652
|
-
* @public
|
|
2653
|
-
*/
|
|
2654
|
-
export type BotChannelType = (typeof BotChannelType)[keyof typeof BotChannelType];
|
|
2655
2642
|
/**
|
|
2656
2643
|
* @public
|
|
2657
2644
|
* <p>Provides the identity of a the bot that was exported.</p>
|
|
@@ -6897,6 +6884,29 @@ export interface DescribeSlotRequest {
|
|
|
6897
6884
|
*/
|
|
6898
6885
|
intentId: string | undefined;
|
|
6899
6886
|
}
|
|
6887
|
+
/**
|
|
6888
|
+
* @public
|
|
6889
|
+
*/
|
|
6890
|
+
export interface DescribeSlotTypeRequest {
|
|
6891
|
+
/**
|
|
6892
|
+
* <p>The identifier of the slot type.</p>
|
|
6893
|
+
*/
|
|
6894
|
+
slotTypeId: string | undefined;
|
|
6895
|
+
/**
|
|
6896
|
+
* <p>The identifier of the bot associated with the slot type.</p>
|
|
6897
|
+
*/
|
|
6898
|
+
botId: string | undefined;
|
|
6899
|
+
/**
|
|
6900
|
+
* <p>The version of the bot associated with the slot type.</p>
|
|
6901
|
+
*/
|
|
6902
|
+
botVersion: string | undefined;
|
|
6903
|
+
/**
|
|
6904
|
+
* <p>The identifier of the language and locale of the slot type to
|
|
6905
|
+
* describe. The string must match one of the supported locales. For more
|
|
6906
|
+
* information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.</p>
|
|
6907
|
+
*/
|
|
6908
|
+
localeId: string | undefined;
|
|
6909
|
+
}
|
|
6900
6910
|
/**
|
|
6901
6911
|
* @internal
|
|
6902
6912
|
*/
|
|
@@ -1,27 +1,4 @@
|
|
|
1
|
-
import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget,
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
*/
|
|
5
|
-
export interface DescribeSlotTypeRequest {
|
|
6
|
-
/**
|
|
7
|
-
* <p>The identifier of the slot type.</p>
|
|
8
|
-
*/
|
|
9
|
-
slotTypeId: string | undefined;
|
|
10
|
-
/**
|
|
11
|
-
* <p>The identifier of the bot associated with the slot type.</p>
|
|
12
|
-
*/
|
|
13
|
-
botId: string | undefined;
|
|
14
|
-
/**
|
|
15
|
-
* <p>The version of the bot associated with the slot type.</p>
|
|
16
|
-
*/
|
|
17
|
-
botVersion: string | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* <p>The identifier of the language and locale of the slot type to
|
|
20
|
-
* describe. The string must match one of the supported locales. For more
|
|
21
|
-
* information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.</p>
|
|
22
|
-
*/
|
|
23
|
-
localeId: string | undefined;
|
|
24
|
-
}
|
|
1
|
+
import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget, BotFilter, BotLocaleFilter, BotLocaleSortBy, BotLocaleStatus, BotLocaleSummary, BotMember, BotRecommendationStatus, BotRecommendationSummary, BotSortBy, BotStatus, BotSummary, BotType, BotVersionSortBy, BotVersionSummary, BuiltInIntentSortBy, BuiltInIntentSummary, BuiltInSlotTypeSortBy, BuiltInSlotTypeSummary, CompositeSlotTypeSetting, Condition, ConversationEndState, ConversationLevelResultDetail, ConversationLevelTestResults, ConversationLevelTestResultsFilterBy, ConversationLogsDataSource, ConversationLogSettings, CustomVocabularyItem, DataPrivacy, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, EncryptionSetting, ExecutionErrorDetails, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, ImageResponseCard, ImportExportFileFormat, ImportResourceSpecification, ImportStatus, InputContext, KendraConfiguration, MergeStrategy, MultipleValuesSetting, ObfuscationSetting, OutputContext, PromptSpecification, ResponseSpecification, SampleUtterance, SentimentAnalysisSettings, SlotConstraint, SlotDefaultValueSpecification, SlotPriority, SlotShape, SlotTypeValue, SlotValue, SlotValueSelectionSetting, SortOrder, SubSlotSetting, TestResultMatchStatus, TestSetDiscrepancyReportResourceTarget, TestSetModality, TestSetStorageLocation, TranscriptSourceSetting, VoiceSettings, WaitAndContinueSpecification } from "./models_0";
|
|
25
2
|
/**
|
|
26
3
|
* @public
|
|
27
4
|
*/
|
|
@@ -2264,7 +2241,7 @@ export interface SessionSpecification {
|
|
|
2264
2241
|
/**
|
|
2265
2242
|
* <p>The channel that is integrated with the bot that the session was held with.</p>
|
|
2266
2243
|
*/
|
|
2267
|
-
channel?:
|
|
2244
|
+
channel?: string;
|
|
2268
2245
|
/**
|
|
2269
2246
|
* <p>The identifier of the session.</p>
|
|
2270
2247
|
*/
|
|
@@ -3211,7 +3188,7 @@ export interface UtteranceDataSortBy {
|
|
|
3211
3188
|
* </li>
|
|
3212
3189
|
* <li>
|
|
3213
3190
|
* <p>
|
|
3214
|
-
* <code>
|
|
3191
|
+
* <code>UtteranceTimestamp</code> – The date and time of the utterance.</p>
|
|
3215
3192
|
* </li>
|
|
3216
3193
|
* </ul>
|
|
3217
3194
|
*/
|
|
@@ -3332,7 +3309,7 @@ export interface UtteranceSpecification {
|
|
|
3332
3309
|
/**
|
|
3333
3310
|
* <p>The channel that is integrated with the bot that the utterance was made to.</p>
|
|
3334
3311
|
*/
|
|
3335
|
-
channel?:
|
|
3312
|
+
channel?: string;
|
|
3336
3313
|
/**
|
|
3337
3314
|
* <p>The mode of the session. The possible values are as follows:</p>
|
|
3338
3315
|
* <ul>
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../LexModelsV2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeSlotTypeResponse,
|
|
17
|
-
} from "../models/models_1";
|
|
14
|
+
import { DescribeSlotTypeRequest } from "../models/models_0";
|
|
15
|
+
import { DescribeSlotTypeResponse } from "../models/models_1";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface DescribeSlotTypeCommandInput extends DescribeSlotTypeRequest {}
|
|
20
18
|
export interface DescribeSlotTypeCommandOutput
|
|
@@ -570,13 +570,6 @@ export interface BotAliasTestExecutionTarget {
|
|
|
570
570
|
botAliasId: string | undefined;
|
|
571
571
|
localeId: string | undefined;
|
|
572
572
|
}
|
|
573
|
-
export declare const BotChannelType: {
|
|
574
|
-
readonly Facebook: "Facebook";
|
|
575
|
-
readonly Slack: "Slack";
|
|
576
|
-
readonly TwilioSms: "TwilioSms";
|
|
577
|
-
};
|
|
578
|
-
export type BotChannelType =
|
|
579
|
-
(typeof BotChannelType)[keyof typeof BotChannelType];
|
|
580
573
|
export interface BotExportSpecification {
|
|
581
574
|
botId: string | undefined;
|
|
582
575
|
botVersion: string | undefined;
|
|
@@ -1692,6 +1685,12 @@ export interface DescribeSlotRequest {
|
|
|
1692
1685
|
localeId: string | undefined;
|
|
1693
1686
|
intentId: string | undefined;
|
|
1694
1687
|
}
|
|
1688
|
+
export interface DescribeSlotTypeRequest {
|
|
1689
|
+
slotTypeId: string | undefined;
|
|
1690
|
+
botId: string | undefined;
|
|
1691
|
+
botVersion: string | undefined;
|
|
1692
|
+
localeId: string | undefined;
|
|
1693
|
+
}
|
|
1695
1694
|
export declare const CreateExportRequestFilterSensitiveLog: (
|
|
1696
1695
|
obj: CreateExportRequest
|
|
1697
1696
|
) => any;
|
|
@@ -35,7 +35,6 @@ import {
|
|
|
35
35
|
BotAliasStatus,
|
|
36
36
|
BotAliasSummary,
|
|
37
37
|
BotAliasTestExecutionTarget,
|
|
38
|
-
BotChannelType,
|
|
39
38
|
BotFilter,
|
|
40
39
|
BotLocaleFilter,
|
|
41
40
|
BotLocaleSortBy,
|
|
@@ -104,12 +103,6 @@ import {
|
|
|
104
103
|
VoiceSettings,
|
|
105
104
|
WaitAndContinueSpecification,
|
|
106
105
|
} from "./models_0";
|
|
107
|
-
export interface DescribeSlotTypeRequest {
|
|
108
|
-
slotTypeId: string | undefined;
|
|
109
|
-
botId: string | undefined;
|
|
110
|
-
botVersion: string | undefined;
|
|
111
|
-
localeId: string | undefined;
|
|
112
|
-
}
|
|
113
106
|
export interface DescribeSlotTypeResponse {
|
|
114
107
|
slotTypeId?: string;
|
|
115
108
|
slotTypeName?: string;
|
|
@@ -672,7 +665,7 @@ export interface SessionSpecification {
|
|
|
672
665
|
botAliasId?: string;
|
|
673
666
|
botVersion?: string;
|
|
674
667
|
localeId?: string;
|
|
675
|
-
channel?:
|
|
668
|
+
channel?: string;
|
|
676
669
|
sessionId?: string;
|
|
677
670
|
conversationStartTime?: Date;
|
|
678
671
|
conversationEndTime?: Date;
|
|
@@ -954,7 +947,7 @@ export interface UtteranceSpecification {
|
|
|
954
947
|
botVersion?: string;
|
|
955
948
|
localeId?: string;
|
|
956
949
|
sessionId?: string;
|
|
957
|
-
channel?:
|
|
950
|
+
channel?: string;
|
|
958
951
|
mode?: AnalyticsModality | string;
|
|
959
952
|
conversationStartTime?: Date;
|
|
960
953
|
conversationEndTime?: Date;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-models-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.374.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|