@aws-sdk/client-lex-models-v2 3.1005.0 → 3.1007.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/README.md +35 -0
- package/dist-cjs/index.js +96 -0
- package/dist-cjs/schemas/schemas_0.js +138 -23
- package/dist-es/LexModelsV2.js +14 -0
- package/dist-es/commands/DeleteBotAnalyzerRecommendationCommand.js +16 -0
- package/dist-es/commands/DescribeBotAnalyzerRecommendationCommand.js +16 -0
- package/dist-es/commands/ListBotAnalyzerHistoryCommand.js +16 -0
- package/dist-es/commands/StartBotAnalyzerCommand.js +16 -0
- package/dist-es/commands/StopBotAnalyzerCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +15 -0
- package/dist-es/pagination/DescribeBotAnalyzerRecommendationPaginator.js +4 -0
- package/dist-es/pagination/ListBotAnalyzerHistoryPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +127 -12
- package/dist-types/LexModelsV2.d.ts +49 -0
- package/dist-types/LexModelsV2Client.d.ts +7 -2
- package/dist-types/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +90 -0
- package/dist-types/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +111 -0
- package/dist-types/commands/ListBotAnalyzerHistoryCommand.d.ts +105 -0
- package/dist-types/commands/StartBotAnalyzerCommand.d.ts +104 -0
- package/dist-types/commands/StopBotAnalyzerCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +39 -0
- package/dist-types/models/models_0.d.ts +160 -164
- package/dist-types/models/models_1.d.ts +336 -2
- package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +18 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +105 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBotAnalyzerHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartBotAnalyzerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StopBotAnalyzerCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -47
- package/dist-types/ts3.4/models/models_1.d.ts +89 -5
- package/dist-types/ts3.4/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBotAnalyzerHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
- package/package.json +2 -2
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AudioAndDTMFInputSpecification$ = exports.AssociatedTranscriptFilter$ = exports.AssociatedTranscript$ = exports.AnalyticsUtteranceResult$ = exports.AnalyticsUtteranceMetricResult$ = exports.AnalyticsUtteranceMetric$ = exports.AnalyticsUtteranceGroupBySpecification$ = exports.AnalyticsUtteranceGroupByKey$ = exports.AnalyticsUtteranceFilter$ = exports.AnalyticsUtteranceAttributeResult$ = exports.AnalyticsUtteranceAttribute$ = exports.AnalyticsSessionResult$ = exports.AnalyticsSessionMetricResult$ = exports.AnalyticsSessionMetric$ = exports.AnalyticsSessionGroupBySpecification$ = exports.AnalyticsSessionGroupByKey$ = exports.AnalyticsSessionFilter$ = exports.AnalyticsPathFilter$ = exports.AnalyticsIntentStageResult$ = exports.AnalyticsIntentStageMetricResult$ = exports.AnalyticsIntentStageMetric$ = exports.AnalyticsIntentStageGroupBySpecification$ = exports.AnalyticsIntentStageGroupByKey$ = exports.AnalyticsIntentStageFilter$ = exports.AnalyticsIntentResult$ = exports.AnalyticsIntentNodeSummary$ = exports.AnalyticsIntentMetricResult$ = exports.AnalyticsIntentMetric$ = exports.AnalyticsIntentGroupBySpecification$ = exports.AnalyticsIntentGroupByKey$ = exports.AnalyticsIntentFilter$ = exports.AnalyticsBinKey$ = exports.AnalyticsBinBySpecification$ = exports.AllowedInputTypes$ = exports.AggregatedUtterancesSummary$ = exports.AggregatedUtterancesSortBy$ = exports.AggregatedUtterancesFilter$ = exports.AgentTurnSpecification$ = exports.AgentTurnResult$ = exports.AdvancedRecognitionSetting$ = exports.ActiveContext$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.PreconditionFailedException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.LexModelsV2ServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.UpdateTestSet$ = exports.UpdateSlotType$ = exports.UpdateSlot$ = exports.UpdateResourcePolicy$ = exports.UpdateIntent$ = exports.UpdateExport$ = exports.UpdateBotRecommendation$ = exports.UpdateBotLocale$ = exports.UpdateBotAlias$ = exports.UpdateBot$ = exports.UntagResource$ = exports.TagResource$ = exports.StopBotRecommendation$ = exports.StartTestSetGeneration$ = exports.StartTestExecution$ = exports.StartImport$ = exports.StartBotResourceGeneration$ = exports.StartBotRecommendation$ = exports.SearchAssociatedTranscripts$ = exports.ListUtteranceMetrics$ = exports.ListUtteranceAnalyticsData$ = exports.ListTestSets$ = exports.ListTestSetRecords$ = exports.ListTestExecutions$ = exports.ListTestExecutionResultItems$ = exports.ListTagsForResource$ = void 0;
|
|
4
|
+
exports.CloudWatchLogGroupLogDestination$ = exports.Button$ = exports.BuiltInSlotTypeSummary$ = exports.BuiltInSlotTypeSortBy$ = exports.BuiltInIntentSummary$ = exports.BuiltInIntentSortBy$ = exports.BuildtimeSettings$ = exports.BuildBotLocaleResponse$ = exports.BuildBotLocaleRequest$ = exports.BotVersionSummary$ = exports.BotVersionSortBy$ = exports.BotVersionReplicaSummary$ = exports.BotVersionReplicaSortBy$ = exports.BotVersionLocaleDetails$ = exports.BotSummary$ = exports.BotSortBy$ = exports.BotReplicaSummary$ = exports.BotRecommendationSummary$ = exports.BotRecommendationResultStatistics$ = exports.BotRecommendationResults$ = exports.BotMember$ = exports.BotLocaleSummary$ = exports.BotLocaleSortBy$ = exports.BotLocaleImportSpecification$ = exports.BotLocaleHistoryEvent$ = exports.BotLocaleFilter$ = exports.BotLocaleExportSpecification$ = exports.BotImportSpecification$ = exports.BotFilter$ = exports.BotExportSpecification$ = exports.BotAnalyzerRecommendation$ = exports.BotAnalyzerHistorySummary$ = exports.BotAliasTestExecutionTarget$ = exports.BotAliasSummary$ = exports.BotAliasReplicaSummary$ = exports.BotAliasLocaleSettings$ = exports.BotAliasHistoryEvent$ = exports.BedrockModelSpecification$ = exports.BedrockKnowledgeStoreExactResponseFields$ = exports.BedrockKnowledgeStoreConfiguration$ = exports.BedrockGuardrailConfiguration$ = exports.BatchUpdateCustomVocabularyItemResponse$ = exports.BatchUpdateCustomVocabularyItemRequest$ = exports.BatchDeleteCustomVocabularyItemResponse$ = exports.BatchDeleteCustomVocabularyItemRequest$ = exports.BatchCreateCustomVocabularyItemResponse$ = exports.BatchCreateCustomVocabularyItemRequest$ = exports.AudioSpecification$ = exports.AudioLogSetting$ = exports.AudioLogDestination$ = void 0;
|
|
5
|
+
exports.DefaultConditionalBranch$ = exports.DeepgramSpeechModelConfig$ = exports.DateRangeFilter$ = exports.DataSourceConfiguration$ = exports.DataPrivacy$ = exports.CustomVocabularyItem$ = exports.CustomVocabularyImportSpecification$ = exports.CustomVocabularyExportSpecification$ = exports.CustomVocabularyEntryId$ = exports.CustomPayload$ = exports.CreateUploadUrlResponse$ = exports.CreateUploadUrlRequest$ = exports.CreateTestSetDiscrepancyReportResponse$ = exports.CreateTestSetDiscrepancyReportRequest$ = exports.CreateSlotTypeResponse$ = exports.CreateSlotTypeRequest$ = exports.CreateSlotResponse$ = exports.CreateSlotRequest$ = exports.CreateResourcePolicyStatementResponse$ = exports.CreateResourcePolicyStatementRequest$ = exports.CreateResourcePolicyResponse$ = exports.CreateResourcePolicyRequest$ = exports.CreateIntentResponse$ = exports.CreateIntentRequest$ = exports.CreateExportResponse$ = exports.CreateExportRequest$ = exports.CreateBotVersionResponse$ = exports.CreateBotVersionRequest$ = exports.CreateBotResponse$ = exports.CreateBotRequest$ = exports.CreateBotReplicaResponse$ = exports.CreateBotReplicaRequest$ = exports.CreateBotLocaleResponse$ = exports.CreateBotLocaleRequest$ = exports.CreateBotAliasResponse$ = exports.CreateBotAliasRequest$ = exports.ConversationLogSettings$ = exports.ConversationLogsDataSourceFilterBy$ = exports.ConversationLogsDataSource$ = exports.ConversationLevelTestResultsFilterBy$ = exports.ConversationLevelTestResults$ = exports.ConversationLevelTestResultItem$ = exports.ConversationLevelSlotResolutionResultItem$ = exports.ConversationLevelResultDetail$ = exports.ConversationLevelIntentClassificationResultItem$ = exports.ConditionalSpecification$ = exports.ConditionalBranch$ = exports.Condition$ = exports.CompositeSlotTypeSetting$ = exports.CodeHookSpecification$ = void 0;
|
|
6
|
+
exports.DescribeImportResponse$ = exports.DescribeImportRequest$ = exports.DescribeExportResponse$ = exports.DescribeExportRequest$ = exports.DescribeCustomVocabularyMetadataResponse$ = exports.DescribeCustomVocabularyMetadataRequest$ = exports.DescribeBotVersionResponse$ = exports.DescribeBotVersionRequest$ = exports.DescribeBotResponse$ = exports.DescribeBotResourceGenerationResponse$ = exports.DescribeBotResourceGenerationRequest$ = exports.DescribeBotRequest$ = exports.DescribeBotReplicaResponse$ = exports.DescribeBotReplicaRequest$ = exports.DescribeBotRecommendationResponse$ = exports.DescribeBotRecommendationRequest$ = exports.DescribeBotLocaleResponse$ = exports.DescribeBotLocaleRequest$ = exports.DescribeBotAnalyzerRecommendationResponse$ = exports.DescribeBotAnalyzerRecommendationRequest$ = exports.DescribeBotAliasResponse$ = exports.DescribeBotAliasRequest$ = exports.DeleteUtterancesResponse$ = exports.DeleteUtterancesRequest$ = exports.DeleteTestSetRequest$ = exports.DeleteSlotTypeRequest$ = exports.DeleteSlotRequest$ = exports.DeleteResourcePolicyStatementResponse$ = exports.DeleteResourcePolicyStatementRequest$ = exports.DeleteResourcePolicyResponse$ = exports.DeleteResourcePolicyRequest$ = exports.DeleteIntentRequest$ = exports.DeleteImportResponse$ = exports.DeleteImportRequest$ = exports.DeleteExportResponse$ = exports.DeleteExportRequest$ = exports.DeleteCustomVocabularyResponse$ = exports.DeleteCustomVocabularyRequest$ = exports.DeleteBotVersionResponse$ = exports.DeleteBotVersionRequest$ = exports.DeleteBotResponse$ = exports.DeleteBotRequest$ = exports.DeleteBotReplicaResponse$ = exports.DeleteBotReplicaRequest$ = exports.DeleteBotLocaleResponse$ = exports.DeleteBotLocaleRequest$ = exports.DeleteBotAnalyzerRecommendationResponse$ = exports.DeleteBotAnalyzerRecommendationRequest$ = exports.DeleteBotAliasResponse$ = exports.DeleteBotAliasRequest$ = void 0;
|
|
7
|
+
exports.ImportSortBy$ = exports.ImportResourceSpecification$ = exports.ImportFilter$ = exports.ImageResponseCard$ = exports.GrammarSlotTypeSource$ = exports.GrammarSlotTypeSetting$ = exports.GetTestExecutionArtifactsUrlResponse$ = exports.GetTestExecutionArtifactsUrlRequest$ = exports.GenerativeAISettings$ = exports.GenerationSummary$ = exports.GenerationSortBy$ = exports.GenerateBotElementResponse$ = exports.GenerateBotElementRequest$ = exports.FulfillmentUpdatesSpecification$ = exports.FulfillmentUpdateResponseSpecification$ = exports.FulfillmentStartResponseSpecification$ = exports.FulfillmentCodeHookSettings$ = exports.FailedCustomVocabularyItem$ = exports.ExternalSourceSetting$ = exports.ExportSummary$ = exports.ExportSortBy$ = exports.ExportResourceSpecification$ = exports.ExportFilter$ = exports.ExecutionErrorDetails$ = exports.ExactResponseFields$ = exports.ErrorLogSettings$ = exports.EncryptionSetting$ = exports.ElicitationCodeHookInvocationSetting$ = exports.DTMFSpecification$ = exports.DialogState$ = exports.DialogCodeHookSettings$ = exports.DialogCodeHookInvocationSetting$ = exports.DialogAction$ = exports.DescriptiveBotBuilderSpecification$ = exports.DescribeTestSetResponse$ = exports.DescribeTestSetRequest$ = exports.DescribeTestSetGenerationResponse$ = exports.DescribeTestSetGenerationRequest$ = exports.DescribeTestSetDiscrepancyReportResponse$ = exports.DescribeTestSetDiscrepancyReportRequest$ = exports.DescribeTestExecutionResponse$ = exports.DescribeTestExecutionRequest$ = exports.DescribeSlotTypeResponse$ = exports.DescribeSlotTypeRequest$ = exports.DescribeSlotResponse$ = exports.DescribeSlotRequest$ = exports.DescribeResourcePolicyResponse$ = exports.DescribeResourcePolicyRequest$ = exports.DescribeIntentResponse$ = exports.DescribeIntentRequest$ = void 0;
|
|
8
|
+
exports.ListCustomVocabularyItemsResponse$ = exports.ListCustomVocabularyItemsRequest$ = exports.ListBuiltInSlotTypesResponse$ = exports.ListBuiltInSlotTypesRequest$ = exports.ListBuiltInIntentsResponse$ = exports.ListBuiltInIntentsRequest$ = exports.ListBotVersionsResponse$ = exports.ListBotVersionsRequest$ = exports.ListBotVersionReplicasResponse$ = exports.ListBotVersionReplicasRequest$ = exports.ListBotsResponse$ = exports.ListBotsRequest$ = exports.ListBotResourceGenerationsResponse$ = exports.ListBotResourceGenerationsRequest$ = exports.ListBotReplicasResponse$ = exports.ListBotReplicasRequest$ = exports.ListBotRecommendationsResponse$ = exports.ListBotRecommendationsRequest$ = exports.ListBotLocalesResponse$ = exports.ListBotLocalesRequest$ = exports.ListBotAnalyzerHistoryResponse$ = exports.ListBotAnalyzerHistoryRequest$ = exports.ListBotAliasReplicasResponse$ = exports.ListBotAliasReplicasRequest$ = exports.ListBotAliasesResponse$ = exports.ListBotAliasesRequest$ = exports.ListAggregatedUtterancesResponse$ = exports.ListAggregatedUtterancesRequest$ = exports.LexTranscriptFilter$ = exports.LambdaCodeHook$ = exports.KendraConfiguration$ = exports.IssueLocation$ = exports.InvokedIntentSample$ = exports.IntentSummary$ = exports.IntentStatistics$ = exports.IntentSortBy$ = exports.IntentOverride$ = exports.IntentLevelSlotResolutionTestResults$ = exports.IntentLevelSlotResolutionTestResultItem$ = exports.IntentFilter$ = exports.IntentDisambiguationSettings$ = exports.IntentConfirmationSetting$ = exports.IntentClosingSetting$ = exports.IntentClassificationTestResults$ = exports.IntentClassificationTestResultItemCounts$ = exports.IntentClassificationTestResultItem$ = exports.InputSessionStateSpecification$ = exports.InputContext$ = exports.InitialResponseSetting$ = exports.ImportSummary$ = void 0;
|
|
9
|
+
exports.PostDialogCodeHookInvocationSpecification$ = exports.PlainTextMessage$ = exports.PathFormat$ = exports.ParentBotNetwork$ = exports.OverallTestResults$ = exports.OverallTestResultItem$ = exports.OutputContext$ = exports.OpensearchConfiguration$ = exports.ObfuscationSetting$ = exports.NluImprovementSpecification$ = exports.NewCustomVocabularyItem$ = exports.MultipleValuesSetting$ = exports.MessageGroup$ = exports.Message$ = exports.ListUtteranceMetricsResponse$ = exports.ListUtteranceMetricsRequest$ = exports.ListUtteranceAnalyticsDataResponse$ = exports.ListUtteranceAnalyticsDataRequest$ = exports.ListTestSetsResponse$ = exports.ListTestSetsRequest$ = exports.ListTestSetRecordsResponse$ = exports.ListTestSetRecordsRequest$ = exports.ListTestExecutionsResponse$ = exports.ListTestExecutionsRequest$ = exports.ListTestExecutionResultItemsResponse$ = exports.ListTestExecutionResultItemsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSlotTypesResponse$ = exports.ListSlotTypesRequest$ = exports.ListSlotsResponse$ = exports.ListSlotsRequest$ = exports.ListSessionMetricsResponse$ = exports.ListSessionMetricsRequest$ = exports.ListSessionAnalyticsDataResponse$ = exports.ListSessionAnalyticsDataRequest$ = exports.ListRecommendedIntentsResponse$ = exports.ListRecommendedIntentsRequest$ = exports.ListIntentStageMetricsResponse$ = exports.ListIntentStageMetricsRequest$ = exports.ListIntentsResponse$ = exports.ListIntentsRequest$ = exports.ListIntentPathsResponse$ = exports.ListIntentPathsRequest$ = exports.ListIntentMetricsResponse$ = exports.ListIntentMetricsRequest$ = exports.ListImportsResponse$ = exports.ListImportsRequest$ = exports.ListExportsResponse$ = exports.ListExportsRequest$ = void 0;
|
|
10
|
+
exports.SpeechRecognitionSettings$ = exports.SpeechModelConfig$ = exports.SpeechFoundationModel$ = exports.Specifications$ = exports.SlotValueSelectionSetting$ = exports.SlotValueRegexFilter$ = exports.SlotValueOverride$ = exports.SlotValueElicitationSetting$ = exports.SlotValue$ = exports.SlotTypeValue$ = exports.SlotTypeSummary$ = exports.SlotTypeStatistics$ = exports.SlotTypeSortBy$ = exports.SlotTypeFilter$ = exports.SlotSummary$ = exports.SlotSortBy$ = exports.SlotResolutionTestResultItemCounts$ = exports.SlotResolutionTestResultItem$ = exports.SlotResolutionSetting$ = exports.SlotResolutionImprovementSpecification$ = exports.SlotPriority$ = exports.SlotFilter$ = exports.SlotDefaultValueSpecification$ = exports.SlotDefaultValue$ = exports.SlotCaptureSetting$ = exports.SessionSpecification$ = exports.SessionDataSortBy$ = exports.SentimentAnalysisSettings$ = exports.SearchAssociatedTranscriptsResponse$ = exports.SearchAssociatedTranscriptsRequest$ = exports.SampleValue$ = exports.SampleUtteranceGenerationSpecification$ = exports.SampleUtterance$ = exports.S3BucketTranscriptSource$ = exports.S3BucketLogDestination$ = exports.RuntimeSettings$ = exports.RuntimeHintValue$ = exports.RuntimeHints$ = exports.RuntimeHintDetails$ = exports.ResponseSpecification$ = exports.RelativeAggregationDuration$ = exports.RecommendedIntentSummary$ = exports.QnAKendraConfiguration$ = exports.QnAIntentConfiguration$ = exports.QInConnectIntentConfiguration$ = exports.QInConnectAssistantConfiguration$ = exports.PromptSpecification$ = exports.PromptAttemptSpecification$ = exports.Principal$ = exports.PostFulfillmentStatusSpecification$ = void 0;
|
|
11
|
+
exports.UntagResourceRequest$ = exports.UnifiedSpeechSettings$ = exports.TurnSpecification$ = exports.TranscriptSourceSetting$ = exports.TranscriptFilter$ = exports.TextLogSetting$ = exports.TextLogDestination$ = exports.TextInputSpecification$ = exports.TestSetTurnResult$ = exports.TestSetTurnRecord$ = exports.TestSetSummary$ = exports.TestSetStorageLocation$ = exports.TestSetSortBy$ = exports.TestSetSlotDiscrepancyItem$ = exports.TestSetIntentDiscrepancyItem$ = exports.TestSetImportResourceSpecification$ = exports.TestSetImportInputLocation$ = exports.TestSetGenerationDataSource$ = exports.TestSetExportSpecification$ = exports.TestSetDiscrepancyReportResourceTarget$ = exports.TestSetDiscrepancyReportBotAliasTarget$ = exports.TestSetDiscrepancyErrors$ = exports.TestExecutionTarget$ = exports.TestExecutionSummary$ = exports.TestExecutionSortBy$ = exports.TestExecutionResultItems$ = exports.TestExecutionResultFilterBy$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SubSlotValueElicitationSetting$ = exports.SubSlotTypeComposition$ = exports.SubSlotSetting$ = exports.StopBotRecommendationResponse$ = exports.StopBotRecommendationRequest$ = exports.StopBotAnalyzerResponse$ = exports.StopBotAnalyzerRequest$ = exports.StillWaitingResponseSpecification$ = exports.StartTestSetGenerationResponse$ = exports.StartTestSetGenerationRequest$ = exports.StartTestExecutionResponse$ = exports.StartTestExecutionRequest$ = exports.StartImportResponse$ = exports.StartImportRequest$ = exports.StartBotResourceGenerationResponse$ = exports.StartBotResourceGenerationRequest$ = exports.StartBotRecommendationResponse$ = exports.StartBotRecommendationRequest$ = exports.StartBotAnalyzerResponse$ = exports.StartBotAnalyzerRequest$ = exports.SSMLMessage$ = void 0;
|
|
12
|
+
exports.CreateResourcePolicyStatement$ = exports.CreateResourcePolicy$ = exports.CreateIntent$ = exports.CreateExport$ = exports.CreateBotVersion$ = exports.CreateBotReplica$ = exports.CreateBotLocale$ = exports.CreateBotAlias$ = exports.CreateBot$ = exports.BuildBotLocale$ = exports.BatchUpdateCustomVocabularyItem$ = exports.BatchDeleteCustomVocabularyItem$ = exports.BatchCreateCustomVocabularyItem$ = exports.WaitAndContinueSpecification$ = exports.VoiceSettings$ = exports.UtteranceSpecification$ = exports.UtteranceLevelTestResults$ = exports.UtteranceLevelTestResultItem$ = exports.UtteranceInputSpecification$ = exports.UtteranceDataSortBy$ = exports.UtteranceBotResponse$ = exports.UtteranceAudioInputSpecification$ = exports.UtteranceAggregationDuration$ = exports.UserTurnSpecification$ = exports.UserTurnSlotOutput$ = exports.UserTurnResult$ = exports.UserTurnOutputSpecification$ = exports.UserTurnIntentOutput$ = exports.UserTurnInputSpecification$ = exports.UpdateTestSetResponse$ = exports.UpdateTestSetRequest$ = exports.UpdateSlotTypeResponse$ = exports.UpdateSlotTypeRequest$ = exports.UpdateSlotResponse$ = exports.UpdateSlotRequest$ = exports.UpdateResourcePolicyResponse$ = exports.UpdateResourcePolicyRequest$ = exports.UpdateIntentResponse$ = exports.UpdateIntentRequest$ = exports.UpdateExportResponse$ = exports.UpdateExportRequest$ = exports.UpdateBotResponse$ = exports.UpdateBotRequest$ = exports.UpdateBotRecommendationResponse$ = exports.UpdateBotRecommendationRequest$ = exports.UpdateBotLocaleResponse$ = exports.UpdateBotLocaleRequest$ = exports.UpdateBotAliasResponse$ = exports.UpdateBotAliasRequest$ = exports.UntagResourceResponse$ = void 0;
|
|
13
|
+
exports.ListBots$ = exports.ListBotResourceGenerations$ = exports.ListBotReplicas$ = exports.ListBotRecommendations$ = exports.ListBotLocales$ = exports.ListBotAnalyzerHistory$ = exports.ListBotAliasReplicas$ = exports.ListBotAliases$ = exports.ListAggregatedUtterances$ = exports.GetTestExecutionArtifactsUrl$ = exports.GenerateBotElement$ = exports.DescribeTestSetGeneration$ = exports.DescribeTestSetDiscrepancyReport$ = exports.DescribeTestSet$ = exports.DescribeTestExecution$ = exports.DescribeSlotType$ = exports.DescribeSlot$ = exports.DescribeResourcePolicy$ = exports.DescribeIntent$ = exports.DescribeImport$ = exports.DescribeExport$ = exports.DescribeCustomVocabularyMetadata$ = exports.DescribeBotVersion$ = exports.DescribeBotResourceGeneration$ = exports.DescribeBotReplica$ = exports.DescribeBotRecommendation$ = exports.DescribeBotLocale$ = exports.DescribeBotAnalyzerRecommendation$ = exports.DescribeBotAlias$ = exports.DescribeBot$ = exports.DeleteUtterances$ = exports.DeleteTestSet$ = exports.DeleteSlotType$ = exports.DeleteSlot$ = exports.DeleteResourcePolicyStatement$ = exports.DeleteResourcePolicy$ = exports.DeleteIntent$ = exports.DeleteImport$ = exports.DeleteExport$ = exports.DeleteCustomVocabulary$ = exports.DeleteBotVersion$ = exports.DeleteBotReplica$ = exports.DeleteBotLocale$ = exports.DeleteBotAnalyzerRecommendation$ = exports.DeleteBotAlias$ = exports.DeleteBot$ = exports.CreateUploadUrl$ = exports.CreateTestSetDiscrepancyReport$ = exports.CreateSlotType$ = exports.CreateSlot$ = void 0;
|
|
14
|
+
exports.UpdateTestSet$ = exports.UpdateSlotType$ = exports.UpdateSlot$ = exports.UpdateResourcePolicy$ = exports.UpdateIntent$ = exports.UpdateExport$ = exports.UpdateBotRecommendation$ = exports.UpdateBotLocale$ = exports.UpdateBotAlias$ = exports.UpdateBot$ = exports.UntagResource$ = exports.TagResource$ = exports.StopBotRecommendation$ = exports.StopBotAnalyzer$ = exports.StartTestSetGeneration$ = exports.StartTestExecution$ = exports.StartImport$ = exports.StartBotResourceGeneration$ = exports.StartBotRecommendation$ = exports.StartBotAnalyzer$ = exports.SearchAssociatedTranscripts$ = exports.ListUtteranceMetrics$ = exports.ListUtteranceAnalyticsData$ = exports.ListTestSets$ = exports.ListTestSetRecords$ = exports.ListTestExecutions$ = exports.ListTestExecutionResultItems$ = exports.ListTagsForResource$ = exports.ListSlotTypes$ = exports.ListSlots$ = exports.ListSessionMetrics$ = exports.ListSessionAnalyticsData$ = exports.ListRecommendedIntents$ = exports.ListIntentStageMetrics$ = exports.ListIntents$ = exports.ListIntentPaths$ = exports.ListIntentMetrics$ = exports.ListImports$ = exports.ListExports$ = exports.ListCustomVocabularyItems$ = exports.ListBuiltInSlotTypes$ = exports.ListBuiltInIntents$ = exports.ListBotVersions$ = exports.ListBotVersionReplicas$ = void 0;
|
|
15
15
|
const _AADTMFIS = "AudioAndDTMFInputSpecification";
|
|
16
16
|
const _ABBL = "AnalyticsBinByList";
|
|
17
17
|
const _ABBS = "AnalyticsBinBySpecification";
|
|
@@ -95,8 +95,12 @@ const _AUSL = "AggregatedUtterancesSummaryList";
|
|
|
95
95
|
const _B = "Button";
|
|
96
96
|
const _BAHE = "BotAliasHistoryEvent";
|
|
97
97
|
const _BAHEL = "BotAliasHistoryEventsList";
|
|
98
|
+
const _BAHL = "BotAnalyzerHistoryList";
|
|
99
|
+
const _BAHS = "BotAnalyzerHistorySummary";
|
|
98
100
|
const _BALS = "BotAliasLocaleSettings";
|
|
99
101
|
const _BALSM = "BotAliasLocaleSettingsMap";
|
|
102
|
+
const _BAR = "BotAnalyzerRecommendation";
|
|
103
|
+
const _BARL = "BotAnalyzerRecommendationList";
|
|
100
104
|
const _BARS = "BotAliasReplicaSummary";
|
|
101
105
|
const _BARSL = "BotAliasReplicaSummaryList";
|
|
102
106
|
const _BAS = "BotAliasSummary";
|
|
@@ -229,9 +233,15 @@ const _DA = "DialogAction";
|
|
|
229
233
|
const _DB = "DeleteBot";
|
|
230
234
|
const _DBA = "DeleteBotAlias";
|
|
231
235
|
const _DBAR = "DeleteBotAliasRequest";
|
|
236
|
+
const _DBARR = "DeleteBotAnalyzerRecommendationRequest";
|
|
237
|
+
const _DBARRe = "DeleteBotAnalyzerRecommendationResponse";
|
|
238
|
+
const _DBARRes = "DescribeBotAnalyzerRecommendationRequest";
|
|
239
|
+
const _DBARResc = "DescribeBotAnalyzerRecommendationResponse";
|
|
232
240
|
const _DBARe = "DeleteBotAliasResponse";
|
|
241
|
+
const _DBARel = "DeleteBotAnalyzerRecommendation";
|
|
233
242
|
const _DBARes = "DescribeBotAliasRequest";
|
|
234
243
|
const _DBAResc = "DescribeBotAliasResponse";
|
|
244
|
+
const _DBARescr = "DescribeBotAnalyzerRecommendation";
|
|
235
245
|
const _DBAe = "DescribeBotAlias";
|
|
236
246
|
const _DBBS = "DescriptiveBotBuilderSpecification";
|
|
237
247
|
const _DBL = "DeleteBotLocale";
|
|
@@ -379,6 +389,7 @@ const _IFn = "IntentFilter";
|
|
|
379
389
|
const _IFnt = "IntentFilters";
|
|
380
390
|
const _IIS = "InvokedIntentSample";
|
|
381
391
|
const _IISn = "InvokedIntentSamples";
|
|
392
|
+
const _IL = "IssueLocation";
|
|
382
393
|
const _ILSRTR = "IntentLevelSlotResolutionTestResults";
|
|
383
394
|
const _ILSRTRI = "IntentLevelSlotResolutionTestResultItem";
|
|
384
395
|
const _ILSRTRIL = "IntentLevelSlotResolutionTestResultItemList";
|
|
@@ -401,6 +412,9 @@ const _LAUR = "ListAggregatedUtterancesRequest";
|
|
|
401
412
|
const _LAURi = "ListAggregatedUtterancesResponse";
|
|
402
413
|
const _LB = "ListBots";
|
|
403
414
|
const _LBA = "ListBotAliases";
|
|
415
|
+
const _LBAH = "ListBotAnalyzerHistory";
|
|
416
|
+
const _LBAHR = "ListBotAnalyzerHistoryRequest";
|
|
417
|
+
const _LBAHRi = "ListBotAnalyzerHistoryResponse";
|
|
404
418
|
const _LBAR = "ListBotAliasesRequest";
|
|
405
419
|
const _LBARR = "ListBotAliasReplicasRequest";
|
|
406
420
|
const _LBARRi = "ListBotAliasReplicasResponse";
|
|
@@ -537,6 +551,12 @@ const _SAS = "SentimentAnalysisSettings";
|
|
|
537
551
|
const _SAT = "SearchAssociatedTranscripts";
|
|
538
552
|
const _SATR = "SearchAssociatedTranscriptsRequest";
|
|
539
553
|
const _SATRe = "SearchAssociatedTranscriptsResponse";
|
|
554
|
+
const _SBA = "StartBotAnalyzer";
|
|
555
|
+
const _SBAR = "StartBotAnalyzerRequest";
|
|
556
|
+
const _SBARt = "StartBotAnalyzerResponse";
|
|
557
|
+
const _SBARto = "StopBotAnalyzerRequest";
|
|
558
|
+
const _SBARtop = "StopBotAnalyzerResponse";
|
|
559
|
+
const _SBAt = "StopBotAnalyzer";
|
|
540
560
|
const _SBLD = "S3BucketLogDestination";
|
|
541
561
|
const _SBR = "StartBotRecommendation";
|
|
542
562
|
const _SBRG = "StartBotResourceGeneration";
|
|
@@ -729,6 +749,7 @@ const _aRS = "audioRecognitionStrategy";
|
|
|
729
749
|
const _aRSd = "advancedRecognitionSetting";
|
|
730
750
|
const _aS = "audioSpecification";
|
|
731
751
|
const _aSN = "associatedSlotName";
|
|
752
|
+
const _aSn = "analysisScope";
|
|
732
753
|
const _aT = "associatedTranscripts";
|
|
733
754
|
const _aTP = "associatedTranscriptsPassword";
|
|
734
755
|
const _aTSA = "apiTokenSecretArn";
|
|
@@ -745,13 +766,17 @@ const _ar = "arn";
|
|
|
745
766
|
const _at = "attributes";
|
|
746
767
|
const _b = "buttons";
|
|
747
768
|
const _bAHE = "botAliasHistoryEvents";
|
|
769
|
+
const _bAHL = "botAnalyzerHistoryList";
|
|
748
770
|
const _bAI = "botAliasId";
|
|
749
771
|
const _bALS = "botAliasLocaleSettings";
|
|
750
772
|
const _bAN = "botAliasName";
|
|
773
|
+
const _bARI = "botAnalyzerRequestId";
|
|
774
|
+
const _bARL = "botAnalyzerRecommendationList";
|
|
751
775
|
const _bARS = "botAliasReplicationStatus";
|
|
752
776
|
const _bARSo = "botAliasReplicaSummaries";
|
|
753
777
|
const _bAS = "botAliasStatus";
|
|
754
|
-
const _bASo = "
|
|
778
|
+
const _bASo = "botAnalyzerStatus";
|
|
779
|
+
const _bASot = "botAliasSummaries";
|
|
755
780
|
const _bAT = "botAliasTarget";
|
|
756
781
|
const _bB = "binBy";
|
|
757
782
|
const _bES = "botExportSpecification";
|
|
@@ -762,6 +787,7 @@ const _bISTS = "builtInSlotTypeSummaries";
|
|
|
762
787
|
const _bK = "binKeys";
|
|
763
788
|
const _bKBA = "bedrockKnowledgeBaseArn";
|
|
764
789
|
const _bKSC = "bedrockKnowledgeStoreConfiguration";
|
|
790
|
+
const _bL = "botLocale";
|
|
765
791
|
const _bLEP = "botLocaleExportPassword";
|
|
766
792
|
const _bLES = "botLocaleExportSpecification";
|
|
767
793
|
const _bLEU = "botLocaleExportUrl";
|
|
@@ -933,9 +959,10 @@ const _iCSn = "intentClosingSetting";
|
|
|
933
959
|
const _iCTR = "intentClassificationTestResults";
|
|
934
960
|
const _iCn = "inputContexts";
|
|
935
961
|
const _iCnt = "intentsCount";
|
|
936
|
-
const _iD = "
|
|
962
|
+
const _iD = "issueDescription";
|
|
937
963
|
const _iDN = "intentDisplayName";
|
|
938
964
|
const _iDS = "intentDisambiguationSettings";
|
|
965
|
+
const _iDn = "intentDiscrepancies";
|
|
939
966
|
const _iF = "includeFields";
|
|
940
967
|
const _iI = "intentId";
|
|
941
968
|
const _iIL = "importInputLocation";
|
|
@@ -945,6 +972,7 @@ const _iIt = "itemId";
|
|
|
945
972
|
const _iL = "intentLevel";
|
|
946
973
|
const _iLSRTR = "intentLevelSlotResolutionTestResults";
|
|
947
974
|
const _iLn = "invocationLabel";
|
|
975
|
+
const _iLs = "issueLocation";
|
|
948
976
|
const _iM = "inputMode";
|
|
949
977
|
const _iMR = "intentMatchResult";
|
|
950
978
|
const _iMRC = "intentMatchResultCounts";
|
|
@@ -1024,20 +1052,21 @@ const _oST = "obfuscationSettingType";
|
|
|
1024
1052
|
const _oT = "outputType";
|
|
1025
1053
|
const _oTR = "overallTestResults";
|
|
1026
1054
|
const _or = "order";
|
|
1027
|
-
const _p = "
|
|
1055
|
+
const _p = "priority";
|
|
1028
1056
|
const _pAS = "promptAttemptsSpecification";
|
|
1029
1057
|
const _pBN = "parentBotNetworks";
|
|
1030
1058
|
const _pCHS = "postCodeHookSpecification";
|
|
1031
|
-
const _pF = "
|
|
1059
|
+
const _pF = "proposedFix";
|
|
1032
1060
|
const _pFSS = "postFulfillmentStatusSpecification";
|
|
1061
|
+
const _pFa = "pathFormat";
|
|
1033
1062
|
const _pIS = "parentIntentSignature";
|
|
1034
1063
|
const _pS = "promptSpecification";
|
|
1035
1064
|
const _pSTS = "parentSlotTypeSignature";
|
|
1036
1065
|
const _pTM = "plainTextMessage";
|
|
1037
1066
|
const _pa = "pattern";
|
|
1038
1067
|
const _ph = "phrase";
|
|
1068
|
+
const _po = "policy";
|
|
1039
1069
|
const _pr = "principal";
|
|
1040
|
-
const _pri = "priority";
|
|
1041
1070
|
const _qAIC = "qnAIntentConfiguration";
|
|
1042
1071
|
const _qF = "questionField";
|
|
1043
1072
|
const _qFS = "queryFilterString";
|
|
@@ -1570,6 +1599,16 @@ exports.BotAliasTestExecutionTarget$ = [3, n0, _BATET,
|
|
|
1570
1599
|
[_bI, _bAI, _lI],
|
|
1571
1600
|
[0, 0, 0], 3
|
|
1572
1601
|
];
|
|
1602
|
+
exports.BotAnalyzerHistorySummary$ = [3, n0, _BAHS,
|
|
1603
|
+
0,
|
|
1604
|
+
[_bASo, _bARI, _cDT],
|
|
1605
|
+
[0, 0, 4], 2
|
|
1606
|
+
];
|
|
1607
|
+
exports.BotAnalyzerRecommendation$ = [3, n0, _BAR,
|
|
1608
|
+
0,
|
|
1609
|
+
[_iLs, _p, _iD, _pF],
|
|
1610
|
+
[() => exports.IssueLocation$, 0, 0, 0], 4
|
|
1611
|
+
];
|
|
1573
1612
|
exports.BotExportSpecification$ = [3, n0, _BES,
|
|
1574
1613
|
0,
|
|
1575
1614
|
[_bI, _bV],
|
|
@@ -1862,7 +1901,7 @@ exports.CreateIntentResponse$ = [3, n0, _CIRr,
|
|
|
1862
1901
|
];
|
|
1863
1902
|
exports.CreateResourcePolicyRequest$ = [3, n0, _CRPR,
|
|
1864
1903
|
0,
|
|
1865
|
-
[_rAe,
|
|
1904
|
+
[_rAe, _po],
|
|
1866
1905
|
[[0, 1], 0], 2
|
|
1867
1906
|
];
|
|
1868
1907
|
exports.CreateResourcePolicyResponse$ = [3, n0, _CRPRr,
|
|
@@ -1980,6 +2019,16 @@ exports.DeleteBotAliasResponse$ = [3, n0, _DBARe,
|
|
|
1980
2019
|
[_bAI, _bI, _bAS],
|
|
1981
2020
|
[0, 0, 0]
|
|
1982
2021
|
];
|
|
2022
|
+
exports.DeleteBotAnalyzerRecommendationRequest$ = [3, n0, _DBARR,
|
|
2023
|
+
0,
|
|
2024
|
+
[_bI, _bARI],
|
|
2025
|
+
[[0, 1], [0, 1]], 2
|
|
2026
|
+
];
|
|
2027
|
+
exports.DeleteBotAnalyzerRecommendationResponse$ = [3, n0, _DBARRe,
|
|
2028
|
+
0,
|
|
2029
|
+
[],
|
|
2030
|
+
[]
|
|
2031
|
+
];
|
|
1983
2032
|
exports.DeleteBotLocaleRequest$ = [3, n0, _DBLR,
|
|
1984
2033
|
0,
|
|
1985
2034
|
[_bI, _bV, _lI],
|
|
@@ -2110,6 +2159,16 @@ exports.DescribeBotAliasResponse$ = [3, n0, _DBAResc,
|
|
|
2110
2159
|
[_bAI, _bAN, _de, _bV, _bALS, _cLS, _sAS, _bAHE, _bAS, _bI, _cDT, _lUDT, _pBN],
|
|
2111
2160
|
[0, 0, 0, 0, () => BotAliasLocaleSettingsMap, () => exports.ConversationLogSettings$, () => exports.SentimentAnalysisSettings$, () => BotAliasHistoryEventsList, 0, 0, 4, 4, () => ParentBotNetworks]
|
|
2112
2161
|
];
|
|
2162
|
+
exports.DescribeBotAnalyzerRecommendationRequest$ = [3, n0, _DBARRes,
|
|
2163
|
+
0,
|
|
2164
|
+
[_bI, _bARI, _nTe, _mRax],
|
|
2165
|
+
[[0, 1], [0, 1], 0, 1], 2
|
|
2166
|
+
];
|
|
2167
|
+
exports.DescribeBotAnalyzerRecommendationResponse$ = [3, n0, _DBARResc,
|
|
2168
|
+
0,
|
|
2169
|
+
[_bI, _bV, _lI, _bASo, _cDT, _bARL, _nTe],
|
|
2170
|
+
[0, 0, 0, 0, 4, () => BotAnalyzerRecommendationList, 0]
|
|
2171
|
+
];
|
|
2113
2172
|
exports.DescribeBotLocaleRequest$ = [3, n0, _DBLRes,
|
|
2114
2173
|
0,
|
|
2115
2174
|
[_bI, _bV, _lI],
|
|
@@ -2217,7 +2276,7 @@ exports.DescribeResourcePolicyRequest$ = [3, n0, _DRPRes,
|
|
|
2217
2276
|
];
|
|
2218
2277
|
exports.DescribeResourcePolicyResponse$ = [3, n0, _DRPResc,
|
|
2219
2278
|
0,
|
|
2220
|
-
[_rAe,
|
|
2279
|
+
[_rAe, _po, _rI],
|
|
2221
2280
|
[0, 0, 0]
|
|
2222
2281
|
];
|
|
2223
2282
|
exports.DescribeSlotRequest$ = [3, n0, _DSRe,
|
|
@@ -2540,6 +2599,11 @@ exports.InvokedIntentSample$ = [3, n0, _IIS,
|
|
|
2540
2599
|
[_iN],
|
|
2541
2600
|
[0]
|
|
2542
2601
|
];
|
|
2602
|
+
exports.IssueLocation$ = [3, n0, _IL,
|
|
2603
|
+
0,
|
|
2604
|
+
[_bL, _iI, _sIl],
|
|
2605
|
+
[0, 0, 0]
|
|
2606
|
+
];
|
|
2543
2607
|
exports.KendraConfiguration$ = [3, n0, _KC,
|
|
2544
2608
|
0,
|
|
2545
2609
|
[_kI, _qFSE, _qFS],
|
|
@@ -2572,7 +2636,7 @@ exports.ListBotAliasesRequest$ = [3, n0, _LBAR,
|
|
|
2572
2636
|
];
|
|
2573
2637
|
exports.ListBotAliasesResponse$ = [3, n0, _LBARi,
|
|
2574
2638
|
0,
|
|
2575
|
-
[
|
|
2639
|
+
[_bASot, _nTe, _bI],
|
|
2576
2640
|
[() => BotAliasSummaryList, 0, 0]
|
|
2577
2641
|
];
|
|
2578
2642
|
exports.ListBotAliasReplicasRequest$ = [3, n0, _LBARR,
|
|
@@ -2585,6 +2649,16 @@ exports.ListBotAliasReplicasResponse$ = [3, n0, _LBARRi,
|
|
|
2585
2649
|
[_bI, _sR, _rR, _bARSo, _nTe],
|
|
2586
2650
|
[0, 0, 0, () => BotAliasReplicaSummaryList, 0]
|
|
2587
2651
|
];
|
|
2652
|
+
exports.ListBotAnalyzerHistoryRequest$ = [3, n0, _LBAHR,
|
|
2653
|
+
0,
|
|
2654
|
+
[_bI, _lI, _bV, _nTe, _mRax],
|
|
2655
|
+
[[0, 1], 0, 0, 0, 1], 1
|
|
2656
|
+
];
|
|
2657
|
+
exports.ListBotAnalyzerHistoryResponse$ = [3, n0, _LBAHRi,
|
|
2658
|
+
0,
|
|
2659
|
+
[_bI, _lI, _bV, _bAHL, _nTe],
|
|
2660
|
+
[0, 0, 0, () => BotAnalyzerHistoryList, 0]
|
|
2661
|
+
];
|
|
2588
2662
|
exports.ListBotLocalesRequest$ = [3, n0, _LBLR,
|
|
2589
2663
|
0,
|
|
2590
2664
|
[_bI, _bV, _sBo, _fi, _mRax, _nTe],
|
|
@@ -3017,7 +3091,7 @@ exports.S3BucketLogDestination$ = [3, n0, _SBLD,
|
|
|
3017
3091
|
];
|
|
3018
3092
|
exports.S3BucketTranscriptSource$ = [3, n0, _SBTS,
|
|
3019
3093
|
0,
|
|
3020
|
-
[_sBN, _tF,
|
|
3094
|
+
[_sBN, _tF, _pFa, _tFr, _kKA],
|
|
3021
3095
|
[0, 0, () => exports.PathFormat$, () => exports.TranscriptFilter$, 0], 2
|
|
3022
3096
|
];
|
|
3023
3097
|
exports.SampleUtterance$ = [3, n0, _SU,
|
|
@@ -3082,7 +3156,7 @@ exports.SlotFilter$ = [3, n0, _SF,
|
|
|
3082
3156
|
];
|
|
3083
3157
|
exports.SlotPriority$ = [3, n0, _SP,
|
|
3084
3158
|
0,
|
|
3085
|
-
[
|
|
3159
|
+
[_p, _sIl],
|
|
3086
3160
|
[1, 0], 2
|
|
3087
3161
|
];
|
|
3088
3162
|
exports.SlotResolutionImprovementSpecification$ = [3, n0, _SRIS,
|
|
@@ -3190,6 +3264,16 @@ exports.SSMLMessage$ = [3, n0, _SSMLM,
|
|
|
3190
3264
|
[_va],
|
|
3191
3265
|
[0], 1
|
|
3192
3266
|
];
|
|
3267
|
+
exports.StartBotAnalyzerRequest$ = [3, n0, _SBAR,
|
|
3268
|
+
0,
|
|
3269
|
+
[_bI, _aSn, _lI, _bV],
|
|
3270
|
+
[[0, 1], 0, 0, 0], 2
|
|
3271
|
+
];
|
|
3272
|
+
exports.StartBotAnalyzerResponse$ = [3, n0, _SBARt,
|
|
3273
|
+
0,
|
|
3274
|
+
[_bI, _bV, _lI, _bASo, _bARI, _cDT],
|
|
3275
|
+
[0, 0, 0, 0, 0, 4]
|
|
3276
|
+
];
|
|
3193
3277
|
exports.StartBotRecommendationRequest$ = [3, n0, _SBRR,
|
|
3194
3278
|
0,
|
|
3195
3279
|
[_bI, _bV, _lI, _tSS, _eSn],
|
|
@@ -3245,6 +3329,16 @@ exports.StillWaitingResponseSpecification$ = [3, n0, _SWRS,
|
|
|
3245
3329
|
[_mG, _fIS, _tIS, _aIl],
|
|
3246
3330
|
[() => MessageGroupsList, 1, 1, 2], 3
|
|
3247
3331
|
];
|
|
3332
|
+
exports.StopBotAnalyzerRequest$ = [3, n0, _SBARto,
|
|
3333
|
+
0,
|
|
3334
|
+
[_bI, _bARI],
|
|
3335
|
+
[[0, 1], [0, 1]], 2
|
|
3336
|
+
];
|
|
3337
|
+
exports.StopBotAnalyzerResponse$ = [3, n0, _SBARtop,
|
|
3338
|
+
0,
|
|
3339
|
+
[_bI, _bV, _lI, _bASo, _bARI],
|
|
3340
|
+
[0, 0, 0, 0, 0]
|
|
3341
|
+
];
|
|
3248
3342
|
exports.StopBotRecommendationRequest$ = [3, n0, _SBRRto,
|
|
3249
3343
|
0,
|
|
3250
3344
|
[_bI, _bV, _lI, _bRI],
|
|
@@ -3307,7 +3401,7 @@ exports.TestExecutionTarget$ = [3, n0, _TET,
|
|
|
3307
3401
|
];
|
|
3308
3402
|
exports.TestSetDiscrepancyErrors$ = [3, n0, _TSDE,
|
|
3309
3403
|
0,
|
|
3310
|
-
[
|
|
3404
|
+
[_iDn, _sDl],
|
|
3311
3405
|
[() => TestSetIntentDiscrepancyList, () => TestSetSlotDiscrepancyList], 2
|
|
3312
3406
|
];
|
|
3313
3407
|
exports.TestSetDiscrepancyReportBotAliasTarget$ = [3, n0, _TSDRBAT,
|
|
@@ -3482,7 +3576,7 @@ exports.UpdateIntentResponse$ = [3, n0, _UIRp,
|
|
|
3482
3576
|
];
|
|
3483
3577
|
exports.UpdateResourcePolicyRequest$ = [3, n0, _URPR,
|
|
3484
3578
|
0,
|
|
3485
|
-
[_rAe,
|
|
3579
|
+
[_rAe, _po, _eRI],
|
|
3486
3580
|
[[0, 1], 0, [0, { [_hQ]: _eRI }]], 2
|
|
3487
3581
|
];
|
|
3488
3582
|
exports.UpdateResourcePolicyResponse$ = [3, n0, _URPRp,
|
|
@@ -3719,6 +3813,12 @@ var BotAliasReplicaSummaryList = [1, n0, _BARSL,
|
|
|
3719
3813
|
var BotAliasSummaryList = [1, n0, _BASL,
|
|
3720
3814
|
0, () => exports.BotAliasSummary$
|
|
3721
3815
|
];
|
|
3816
|
+
var BotAnalyzerHistoryList = [1, n0, _BAHL,
|
|
3817
|
+
0, () => exports.BotAnalyzerHistorySummary$
|
|
3818
|
+
];
|
|
3819
|
+
var BotAnalyzerRecommendationList = [1, n0, _BARL,
|
|
3820
|
+
0, () => exports.BotAnalyzerRecommendation$
|
|
3821
|
+
];
|
|
3722
3822
|
var BotFilters = [1, n0, _BFo,
|
|
3723
3823
|
0, () => exports.BotFilter$
|
|
3724
3824
|
];
|
|
@@ -4006,6 +4106,9 @@ exports.DeleteBot$ = [9, n0, _DB,
|
|
|
4006
4106
|
exports.DeleteBotAlias$ = [9, n0, _DBA,
|
|
4007
4107
|
{ [_h]: ["DELETE", "/bots/{botId}/botaliases/{botAliasId}", 202] }, () => exports.DeleteBotAliasRequest$, () => exports.DeleteBotAliasResponse$
|
|
4008
4108
|
];
|
|
4109
|
+
exports.DeleteBotAnalyzerRecommendation$ = [9, n0, _DBARel,
|
|
4110
|
+
{ [_h]: ["DELETE", "/bots/{botId}/botanalyzer/{botAnalyzerRequestId}", 204] }, () => exports.DeleteBotAnalyzerRecommendationRequest$, () => exports.DeleteBotAnalyzerRecommendationResponse$
|
|
4111
|
+
];
|
|
4009
4112
|
exports.DeleteBotLocale$ = [9, n0, _DBL,
|
|
4010
4113
|
{ [_h]: ["DELETE", "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}", 202] }, () => exports.DeleteBotLocaleRequest$, () => exports.DeleteBotLocaleResponse$
|
|
4011
4114
|
];
|
|
@@ -4051,6 +4154,9 @@ exports.DescribeBot$ = [9, n0, _DBe,
|
|
|
4051
4154
|
exports.DescribeBotAlias$ = [9, n0, _DBAe,
|
|
4052
4155
|
{ [_h]: ["GET", "/bots/{botId}/botaliases/{botAliasId}", 200] }, () => exports.DescribeBotAliasRequest$, () => exports.DescribeBotAliasResponse$
|
|
4053
4156
|
];
|
|
4157
|
+
exports.DescribeBotAnalyzerRecommendation$ = [9, n0, _DBARescr,
|
|
4158
|
+
{ [_h]: ["POST", "/bots/{botId}/botanalyzer/describe/{botAnalyzerRequestId}", 200] }, () => exports.DescribeBotAnalyzerRecommendationRequest$, () => exports.DescribeBotAnalyzerRecommendationResponse$
|
|
4159
|
+
];
|
|
4054
4160
|
exports.DescribeBotLocale$ = [9, n0, _DBLe,
|
|
4055
4161
|
{ [_h]: ["GET", "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}", 200] }, () => exports.DescribeBotLocaleRequest$, () => exports.DescribeBotLocaleResponse$
|
|
4056
4162
|
];
|
|
@@ -4114,6 +4220,9 @@ exports.ListBotAliases$ = [9, n0, _LBA,
|
|
|
4114
4220
|
exports.ListBotAliasReplicas$ = [9, n0, _LBARis,
|
|
4115
4221
|
{ [_h]: ["POST", "/bots/{botId}/replicas/{replicaRegion}/botaliases", 200] }, () => exports.ListBotAliasReplicasRequest$, () => exports.ListBotAliasReplicasResponse$
|
|
4116
4222
|
];
|
|
4223
|
+
exports.ListBotAnalyzerHistory$ = [9, n0, _LBAH,
|
|
4224
|
+
{ [_h]: ["POST", "/bots/{botId}/botanalyzer/history", 200] }, () => exports.ListBotAnalyzerHistoryRequest$, () => exports.ListBotAnalyzerHistoryResponse$
|
|
4225
|
+
];
|
|
4117
4226
|
exports.ListBotLocales$ = [9, n0, _LBL,
|
|
4118
4227
|
{ [_h]: ["POST", "/bots/{botId}/botversions/{botVersion}/botlocales", 200] }, () => exports.ListBotLocalesRequest$, () => exports.ListBotLocalesResponse$
|
|
4119
4228
|
];
|
|
@@ -4201,6 +4310,9 @@ exports.ListUtteranceMetrics$ = [9, n0, _LUM,
|
|
|
4201
4310
|
exports.SearchAssociatedTranscripts$ = [9, n0, _SAT,
|
|
4202
4311
|
{ [_h]: ["POST", "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/associatedtranscripts", 200] }, () => exports.SearchAssociatedTranscriptsRequest$, () => exports.SearchAssociatedTranscriptsResponse$
|
|
4203
4312
|
];
|
|
4313
|
+
exports.StartBotAnalyzer$ = [9, n0, _SBA,
|
|
4314
|
+
{ [_h]: ["POST", "/bots/{botId}/botanalyzer", 202] }, () => exports.StartBotAnalyzerRequest$, () => exports.StartBotAnalyzerResponse$
|
|
4315
|
+
];
|
|
4204
4316
|
exports.StartBotRecommendation$ = [9, n0, _SBR,
|
|
4205
4317
|
{ [_h]: ["PUT", "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations", 202] }, () => exports.StartBotRecommendationRequest$, () => exports.StartBotRecommendationResponse$
|
|
4206
4318
|
];
|
|
@@ -4216,6 +4328,9 @@ exports.StartTestExecution$ = [9, n0, _STE,
|
|
|
4216
4328
|
exports.StartTestSetGeneration$ = [9, n0, _STSG,
|
|
4217
4329
|
{ [_h]: ["PUT", "/testsetgenerations", 202] }, () => exports.StartTestSetGenerationRequest$, () => exports.StartTestSetGenerationResponse$
|
|
4218
4330
|
];
|
|
4331
|
+
exports.StopBotAnalyzer$ = [9, n0, _SBAt,
|
|
4332
|
+
{ [_h]: ["PUT", "/bots/{botId}/botanalyzer/{botAnalyzerRequestId}/stop", 200] }, () => exports.StopBotAnalyzerRequest$, () => exports.StopBotAnalyzerResponse$
|
|
4333
|
+
];
|
|
4219
4334
|
exports.StopBotRecommendation$ = [9, n0, _SBRt,
|
|
4220
4335
|
{ [_h]: ["PUT", "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/botrecommendations/{botRecommendationId}/stopbotrecommendation", 202] }, () => exports.StopBotRecommendationRequest$, () => exports.StopBotRecommendationResponse$
|
|
4221
4336
|
];
|
package/dist-es/LexModelsV2.js
CHANGED
|
@@ -17,6 +17,7 @@ import { CreateSlotTypeCommand, } from "./commands/CreateSlotTypeCommand";
|
|
|
17
17
|
import { CreateTestSetDiscrepancyReportCommand, } from "./commands/CreateTestSetDiscrepancyReportCommand";
|
|
18
18
|
import { CreateUploadUrlCommand, } from "./commands/CreateUploadUrlCommand";
|
|
19
19
|
import { DeleteBotAliasCommand, } from "./commands/DeleteBotAliasCommand";
|
|
20
|
+
import { DeleteBotAnalyzerRecommendationCommand, } from "./commands/DeleteBotAnalyzerRecommendationCommand";
|
|
20
21
|
import { DeleteBotCommand } from "./commands/DeleteBotCommand";
|
|
21
22
|
import { DeleteBotLocaleCommand, } from "./commands/DeleteBotLocaleCommand";
|
|
22
23
|
import { DeleteBotReplicaCommand, } from "./commands/DeleteBotReplicaCommand";
|
|
@@ -32,6 +33,7 @@ import { DeleteSlotTypeCommand, } from "./commands/DeleteSlotTypeCommand";
|
|
|
32
33
|
import { DeleteTestSetCommand, } from "./commands/DeleteTestSetCommand";
|
|
33
34
|
import { DeleteUtterancesCommand, } from "./commands/DeleteUtterancesCommand";
|
|
34
35
|
import { DescribeBotAliasCommand, } from "./commands/DescribeBotAliasCommand";
|
|
36
|
+
import { DescribeBotAnalyzerRecommendationCommand, } from "./commands/DescribeBotAnalyzerRecommendationCommand";
|
|
35
37
|
import { DescribeBotCommand } from "./commands/DescribeBotCommand";
|
|
36
38
|
import { DescribeBotLocaleCommand, } from "./commands/DescribeBotLocaleCommand";
|
|
37
39
|
import { DescribeBotRecommendationCommand, } from "./commands/DescribeBotRecommendationCommand";
|
|
@@ -54,6 +56,7 @@ import { GetTestExecutionArtifactsUrlCommand, } from "./commands/GetTestExecutio
|
|
|
54
56
|
import { ListAggregatedUtterancesCommand, } from "./commands/ListAggregatedUtterancesCommand";
|
|
55
57
|
import { ListBotAliasesCommand, } from "./commands/ListBotAliasesCommand";
|
|
56
58
|
import { ListBotAliasReplicasCommand, } from "./commands/ListBotAliasReplicasCommand";
|
|
59
|
+
import { ListBotAnalyzerHistoryCommand, } from "./commands/ListBotAnalyzerHistoryCommand";
|
|
57
60
|
import { ListBotLocalesCommand, } from "./commands/ListBotLocalesCommand";
|
|
58
61
|
import { ListBotRecommendationsCommand, } from "./commands/ListBotRecommendationsCommand";
|
|
59
62
|
import { ListBotReplicasCommand, } from "./commands/ListBotReplicasCommand";
|
|
@@ -83,11 +86,13 @@ import { ListTestSetsCommand, } from "./commands/ListTestSetsCommand";
|
|
|
83
86
|
import { ListUtteranceAnalyticsDataCommand, } from "./commands/ListUtteranceAnalyticsDataCommand";
|
|
84
87
|
import { ListUtteranceMetricsCommand, } from "./commands/ListUtteranceMetricsCommand";
|
|
85
88
|
import { SearchAssociatedTranscriptsCommand, } from "./commands/SearchAssociatedTranscriptsCommand";
|
|
89
|
+
import { StartBotAnalyzerCommand, } from "./commands/StartBotAnalyzerCommand";
|
|
86
90
|
import { StartBotRecommendationCommand, } from "./commands/StartBotRecommendationCommand";
|
|
87
91
|
import { StartBotResourceGenerationCommand, } from "./commands/StartBotResourceGenerationCommand";
|
|
88
92
|
import { StartImportCommand } from "./commands/StartImportCommand";
|
|
89
93
|
import { StartTestExecutionCommand, } from "./commands/StartTestExecutionCommand";
|
|
90
94
|
import { StartTestSetGenerationCommand, } from "./commands/StartTestSetGenerationCommand";
|
|
95
|
+
import { StopBotAnalyzerCommand, } from "./commands/StopBotAnalyzerCommand";
|
|
91
96
|
import { StopBotRecommendationCommand, } from "./commands/StopBotRecommendationCommand";
|
|
92
97
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
93
98
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
@@ -102,9 +107,11 @@ import { UpdateSlotCommand } from "./commands/UpdateSlotCommand";
|
|
|
102
107
|
import { UpdateSlotTypeCommand, } from "./commands/UpdateSlotTypeCommand";
|
|
103
108
|
import { UpdateTestSetCommand, } from "./commands/UpdateTestSetCommand";
|
|
104
109
|
import { LexModelsV2Client } from "./LexModelsV2Client";
|
|
110
|
+
import { paginateDescribeBotAnalyzerRecommendation } from "./pagination/DescribeBotAnalyzerRecommendationPaginator";
|
|
105
111
|
import { paginateListAggregatedUtterances } from "./pagination/ListAggregatedUtterancesPaginator";
|
|
106
112
|
import { paginateListBotAliases } from "./pagination/ListBotAliasesPaginator";
|
|
107
113
|
import { paginateListBotAliasReplicas } from "./pagination/ListBotAliasReplicasPaginator";
|
|
114
|
+
import { paginateListBotAnalyzerHistory } from "./pagination/ListBotAnalyzerHistoryPaginator";
|
|
108
115
|
import { paginateListBotLocales } from "./pagination/ListBotLocalesPaginator";
|
|
109
116
|
import { paginateListBotRecommendations } from "./pagination/ListBotRecommendationsPaginator";
|
|
110
117
|
import { paginateListBotResourceGenerations } from "./pagination/ListBotResourceGenerationsPaginator";
|
|
@@ -158,6 +165,7 @@ const commands = {
|
|
|
158
165
|
CreateUploadUrlCommand,
|
|
159
166
|
DeleteBotCommand,
|
|
160
167
|
DeleteBotAliasCommand,
|
|
168
|
+
DeleteBotAnalyzerRecommendationCommand,
|
|
161
169
|
DeleteBotLocaleCommand,
|
|
162
170
|
DeleteBotReplicaCommand,
|
|
163
171
|
DeleteBotVersionCommand,
|
|
@@ -173,6 +181,7 @@ const commands = {
|
|
|
173
181
|
DeleteUtterancesCommand,
|
|
174
182
|
DescribeBotCommand,
|
|
175
183
|
DescribeBotAliasCommand,
|
|
184
|
+
DescribeBotAnalyzerRecommendationCommand,
|
|
176
185
|
DescribeBotLocaleCommand,
|
|
177
186
|
DescribeBotRecommendationCommand,
|
|
178
187
|
DescribeBotReplicaCommand,
|
|
@@ -194,6 +203,7 @@ const commands = {
|
|
|
194
203
|
ListAggregatedUtterancesCommand,
|
|
195
204
|
ListBotAliasesCommand,
|
|
196
205
|
ListBotAliasReplicasCommand,
|
|
206
|
+
ListBotAnalyzerHistoryCommand,
|
|
197
207
|
ListBotLocalesCommand,
|
|
198
208
|
ListBotRecommendationsCommand,
|
|
199
209
|
ListBotReplicasCommand,
|
|
@@ -223,11 +233,13 @@ const commands = {
|
|
|
223
233
|
ListUtteranceAnalyticsDataCommand,
|
|
224
234
|
ListUtteranceMetricsCommand,
|
|
225
235
|
SearchAssociatedTranscriptsCommand,
|
|
236
|
+
StartBotAnalyzerCommand,
|
|
226
237
|
StartBotRecommendationCommand,
|
|
227
238
|
StartBotResourceGenerationCommand,
|
|
228
239
|
StartImportCommand,
|
|
229
240
|
StartTestExecutionCommand,
|
|
230
241
|
StartTestSetGenerationCommand,
|
|
242
|
+
StopBotAnalyzerCommand,
|
|
231
243
|
StopBotRecommendationCommand,
|
|
232
244
|
TagResourceCommand,
|
|
233
245
|
UntagResourceCommand,
|
|
@@ -243,9 +255,11 @@ const commands = {
|
|
|
243
255
|
UpdateTestSetCommand,
|
|
244
256
|
};
|
|
245
257
|
const paginators = {
|
|
258
|
+
paginateDescribeBotAnalyzerRecommendation,
|
|
246
259
|
paginateListAggregatedUtterances,
|
|
247
260
|
paginateListBotAliases,
|
|
248
261
|
paginateListBotAliasReplicas,
|
|
262
|
+
paginateListBotAnalyzerHistory,
|
|
249
263
|
paginateListBotLocales,
|
|
250
264
|
paginateListBotRecommendations,
|
|
251
265
|
paginateListBotResourceGenerations,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteBotAnalyzerRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteBotAnalyzerRecommendationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LexModelBuildingServiceV2", "DeleteBotAnalyzerRecommendation", {})
|
|
13
|
+
.n("LexModelsV2Client", "DeleteBotAnalyzerRecommendationCommand")
|
|
14
|
+
.sc(DeleteBotAnalyzerRecommendation$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeBotAnalyzerRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeBotAnalyzerRecommendationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LexModelBuildingServiceV2", "DescribeBotAnalyzerRecommendation", {})
|
|
13
|
+
.n("LexModelsV2Client", "DescribeBotAnalyzerRecommendationCommand")
|
|
14
|
+
.sc(DescribeBotAnalyzerRecommendation$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListBotAnalyzerHistory$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListBotAnalyzerHistoryCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("LexModelBuildingServiceV2", "ListBotAnalyzerHistory", {})
|
|
13
|
+
.n("LexModelsV2Client", "ListBotAnalyzerHistoryCommand")
|
|
14
|
+
.sc(ListBotAnalyzerHistory$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|