@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.
Files changed (46) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +96 -0
  3. package/dist-cjs/schemas/schemas_0.js +138 -23
  4. package/dist-es/LexModelsV2.js +14 -0
  5. package/dist-es/commands/DeleteBotAnalyzerRecommendationCommand.js +16 -0
  6. package/dist-es/commands/DescribeBotAnalyzerRecommendationCommand.js +16 -0
  7. package/dist-es/commands/ListBotAnalyzerHistoryCommand.js +16 -0
  8. package/dist-es/commands/StartBotAnalyzerCommand.js +16 -0
  9. package/dist-es/commands/StopBotAnalyzerCommand.js +16 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/enums.js +15 -0
  12. package/dist-es/pagination/DescribeBotAnalyzerRecommendationPaginator.js +4 -0
  13. package/dist-es/pagination/ListBotAnalyzerHistoryPaginator.js +4 -0
  14. package/dist-es/pagination/index.js +2 -0
  15. package/dist-es/schemas/schemas_0.js +127 -12
  16. package/dist-types/LexModelsV2.d.ts +49 -0
  17. package/dist-types/LexModelsV2Client.d.ts +7 -2
  18. package/dist-types/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +90 -0
  19. package/dist-types/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +111 -0
  20. package/dist-types/commands/ListBotAnalyzerHistoryCommand.d.ts +105 -0
  21. package/dist-types/commands/StartBotAnalyzerCommand.d.ts +104 -0
  22. package/dist-types/commands/StopBotAnalyzerCommand.d.ts +95 -0
  23. package/dist-types/commands/index.d.ts +5 -0
  24. package/dist-types/models/enums.d.ts +39 -0
  25. package/dist-types/models/models_0.d.ts +160 -164
  26. package/dist-types/models/models_1.d.ts +336 -2
  27. package/dist-types/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +7 -0
  28. package/dist-types/pagination/ListBotAnalyzerHistoryPaginator.d.ts +7 -0
  29. package/dist-types/pagination/index.d.ts +2 -0
  30. package/dist-types/schemas/schemas_0.d.ts +18 -0
  31. package/dist-types/ts3.4/LexModelsV2.d.ts +105 -0
  32. package/dist-types/ts3.4/LexModelsV2Client.d.ts +30 -0
  33. package/dist-types/ts3.4/commands/DeleteBotAnalyzerRecommendationCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/DescribeBotAnalyzerRecommendationCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/ListBotAnalyzerHistoryCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/StartBotAnalyzerCommand.d.ts +50 -0
  37. package/dist-types/ts3.4/commands/StopBotAnalyzerCommand.d.ts +50 -0
  38. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  39. package/dist-types/ts3.4/models/enums.d.ts +19 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +38 -47
  41. package/dist-types/ts3.4/models/models_1.d.ts +89 -5
  42. package/dist-types/ts3.4/pagination/DescribeBotAnalyzerRecommendationPaginator.d.ts +11 -0
  43. package/dist-types/ts3.4/pagination/ListBotAnalyzerHistoryPaginator.d.ts +11 -0
  44. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -0
  46. package/package.json +2 -2
@@ -1,5 +1,168 @@
1
- import { AnalyticsModality, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceSortByName, BotAliasStatus, BotLocaleStatus, BotRecommendationStatus, BotStatus, BotType, ConversationEndState, ExportStatus, GenerationStatus, ImportExportFileFormat, ImportStatus, IntentSortAttribute, IntentState, MergeStrategy, SearchOrder, SlotConstraint, SlotFilterName, SlotFilterOperator, SlotShape, SlotSortAttribute, SlotTypeCategory, SlotTypeFilterName, SlotTypeFilterOperator, SlotTypeSortAttribute, SortOrder, SpeechDetectionSensitivity, TestExecutionApiMode, TestExecutionModality, TestExecutionSortAttribute, TestExecutionStatus, TestResultMatchStatus, TestResultTypeFilter, TestSetGenerationStatus, TestSetModality, TestSetSortAttribute, TestSetStatus, TimeDimension, UtteranceContentType } from "./enums";
2
- import { type AgentTurnResult, type AgentTurnSpecification, type AggregatedUtterancesSortBy, type BotLocaleSortBy, type BotSortBy, type BotVersionReplicaSortBy, type BotVersionSortBy, type BuiltInIntentSortBy, type BuiltInSlotTypeSortBy, type CompositeSlotTypeSetting, type Condition, type ConversationLevelResultDetail, type ConversationLevelTestResults, type ConversationLevelTestResultsFilterBy, type ConversationLogSettings, type DataPrivacy, type DialogAction, type DialogCodeHookSettings, type ElicitationCodeHookInvocationSetting, type EncryptionSetting, type ErrorLogSettings, type ExecutionErrorDetails, type ExportResourceSpecification, type ExportSortBy, type ExternalSourceSetting, type FulfillmentUpdatesSpecification, type GenerationSortBy, type GenerativeAISettings, type ImageResponseCard, type ImportResourceSpecification, type ImportSortBy, type IntentClassificationTestResults, type KendraConfiguration, type MultipleValuesSetting, type ObfuscationSetting, type PromptSpecification, type QInConnectIntentConfiguration, type QnAIntentConfiguration, type ResponseSpecification, type SentimentAnalysisSettings, type SlotDefaultValueSpecification, type SlotResolutionSetting, type SlotResolutionTestResultItemCounts, type SlotValue, type SlotValueSelectionSetting, type SpeechRecognitionSettings, type SubSlotSetting, type TestExecutionTarget, type TestSetGenerationDataSource, type TestSetStorageLocation, type TranscriptSourceSetting, type UnifiedSpeechSettings, type VoiceSettings, type WaitAndContinueSpecification, ActiveContext, AggregatedUtterancesFilter, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasReplicaSummary, BotAliasSummary, BotFilter, BotLocaleFilter, BotLocaleSummary, BotMember, BotRecommendationSummary, BotReplicaSummary, BotSummary, BotVersionReplicaSummary, BotVersionSummary, BuiltInIntentSummary, BuiltInSlotTypeSummary, CustomVocabularyItem, ExportFilter, ExportSummary, GenerationSummary, ImportFilter, ImportSummary, InputContext, IntentFilter, OutputContext, RuntimeHintValue, SampleUtterance, SlotPriority, SlotTypeValue } from "./models_0";
1
+ import { AnalysisScope, AnalyticsModality, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceSortByName, BotAliasStatus, BotAnalyzerStatus, BotLocaleStatus, BotRecommendationStatus, BotStatus, BotType, ConversationEndState, ExportStatus, GenerationStatus, ImportExportFileFormat, ImportResourceType, ImportStatus, IntentFilterName, IntentFilterOperator, IntentSortAttribute, IntentState, MergeStrategy, SearchOrder, SlotConstraint, SlotFilterName, SlotFilterOperator, SlotShape, SlotSortAttribute, SlotTypeCategory, SlotTypeFilterName, SlotTypeFilterOperator, SlotTypeSortAttribute, SortOrder, SpeechDetectionSensitivity, TestExecutionApiMode, TestExecutionModality, TestExecutionSortAttribute, TestExecutionStatus, TestResultMatchStatus, TestResultTypeFilter, TestSetGenerationStatus, TestSetModality, TestSetSortAttribute, TestSetStatus, TimeDimension, UtteranceContentType } from "./enums";
2
+ import { type AgentTurnResult, type AgentTurnSpecification, type AggregatedUtterancesSortBy, type BotLocaleSortBy, type BotSortBy, type BotVersionReplicaSortBy, type BotVersionSortBy, type BuiltInIntentSortBy, type BuiltInSlotTypeSortBy, type CompositeSlotTypeSetting, type Condition, type ConversationLevelResultDetail, type ConversationLevelTestResults, type ConversationLevelTestResultsFilterBy, type ConversationLogSettings, type DataPrivacy, type DialogAction, type DialogCodeHookSettings, type ElicitationCodeHookInvocationSetting, type EncryptionSetting, type ErrorLogSettings, type ExecutionErrorDetails, type ExportResourceSpecification, type ExportSortBy, type ExternalSourceSetting, type FulfillmentUpdatesSpecification, type GenerationSortBy, type GenerativeAISettings, type ImageResponseCard, type ImportResourceSpecification, type ImportSortBy, type KendraConfiguration, type MultipleValuesSetting, type ObfuscationSetting, type PromptSpecification, type QInConnectIntentConfiguration, type QnAIntentConfiguration, type ResponseSpecification, type SentimentAnalysisSettings, type SlotDefaultValueSpecification, type SlotResolutionSetting, type SlotValue, type SlotValueSelectionSetting, type SpeechRecognitionSettings, type SubSlotSetting, type TestExecutionTarget, type TestSetGenerationDataSource, type TestSetStorageLocation, type TranscriptSourceSetting, type UnifiedSpeechSettings, type VoiceSettings, type WaitAndContinueSpecification, ActiveContext, AggregatedUtterancesFilter, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasReplicaSummary, BotAliasSummary, BotAnalyzerHistorySummary, BotFilter, BotLocaleFilter, BotLocaleSummary, BotMember, BotRecommendationSummary, BotReplicaSummary, BotSummary, BotVersionReplicaSummary, BotVersionSummary, BuiltInIntentSummary, BuiltInSlotTypeSummary, CustomVocabularyItem, ExportFilter, ExportSummary, GenerationSummary, ImportFilter, InputContext, OutputContext, SampleUtterance, SlotPriority, SlotTypeValue } from "./models_0";
3
+ /**
4
+ * <p>Provides summary information about an import in an import
5
+ * list.</p>
6
+ * @public
7
+ */
8
+ export interface ImportSummary {
9
+ /**
10
+ * <p>The unique identifier that Amazon Lex assigned to the import.</p>
11
+ * @public
12
+ */
13
+ importId?: string | undefined;
14
+ /**
15
+ * <p>The unique identifier that Amazon Lex assigned to the imported
16
+ * resource.</p>
17
+ * @public
18
+ */
19
+ importedResourceId?: string | undefined;
20
+ /**
21
+ * <p>The name that you gave the imported resource.</p>
22
+ * @public
23
+ */
24
+ importedResourceName?: string | undefined;
25
+ /**
26
+ * <p>The status of the resource. When the status is
27
+ * <code>Completed</code> the resource is ready to build.</p>
28
+ * @public
29
+ */
30
+ importStatus?: ImportStatus | undefined;
31
+ /**
32
+ * <p>The strategy used to merge existing bot or bot locale definitions
33
+ * with the imported definition.</p>
34
+ * @public
35
+ */
36
+ mergeStrategy?: MergeStrategy | undefined;
37
+ /**
38
+ * <p>The date and time that the import was created.</p>
39
+ * @public
40
+ */
41
+ creationDateTime?: Date | undefined;
42
+ /**
43
+ * <p>The date and time that the import was last updated.</p>
44
+ * @public
45
+ */
46
+ lastUpdatedDateTime?: Date | undefined;
47
+ /**
48
+ * <p>The type of resource that was imported.</p>
49
+ * @public
50
+ */
51
+ importedResourceType?: ImportResourceType | undefined;
52
+ }
53
+ /**
54
+ * <p>Provides the phrase that Amazon Lex should look for in the user's input
55
+ * to the bot.</p>
56
+ * @public
57
+ */
58
+ export interface RuntimeHintValue {
59
+ /**
60
+ * <p>The phrase that Amazon Lex should look for in the user's input to the
61
+ * bot.</p>
62
+ * @public
63
+ */
64
+ phrase: string | undefined;
65
+ }
66
+ /**
67
+ * <p>The number of items in the intent classification test.</p>
68
+ * @public
69
+ */
70
+ export interface IntentClassificationTestResultItemCounts {
71
+ /**
72
+ * <p>The total number of results in the intent classification test.</p>
73
+ * @public
74
+ */
75
+ totalResultCount: number | undefined;
76
+ /**
77
+ * <p>The number of matched, mismatched, and execution error results for speech transcription for the intent.</p>
78
+ * @public
79
+ */
80
+ speechTranscriptionResultCounts?: Partial<Record<TestResultMatchStatus, number>> | undefined;
81
+ /**
82
+ * <p>The number of matched and mismatched results for intent recognition for the intent.</p>
83
+ * @public
84
+ */
85
+ intentMatchResultCounts: Partial<Record<TestResultMatchStatus, number>> | undefined;
86
+ }
87
+ /**
88
+ * <p>Information for an intent that is classified by the test workbench.</p>
89
+ * @public
90
+ */
91
+ export interface IntentClassificationTestResultItem {
92
+ /**
93
+ * <p>The name of the intent.</p>
94
+ * @public
95
+ */
96
+ intentName: string | undefined;
97
+ /**
98
+ * <p>Indicates whether the conversation involves multiple turns or not.</p>
99
+ * @public
100
+ */
101
+ multiTurnConversation: boolean | undefined;
102
+ /**
103
+ * <p>The result of the intent classification test.</p>
104
+ * @public
105
+ */
106
+ resultCounts: IntentClassificationTestResultItemCounts | undefined;
107
+ }
108
+ /**
109
+ * <p>Information for the results of the intent classification test. </p>
110
+ * @public
111
+ */
112
+ export interface IntentClassificationTestResults {
113
+ /**
114
+ * <p>A list of the results for the intent classification test.</p>
115
+ * @public
116
+ */
117
+ items: IntentClassificationTestResultItem[] | undefined;
118
+ }
119
+ /**
120
+ * <p>Filters the response from the <code>ListIntents</code>
121
+ * operation.</p>
122
+ * @public
123
+ */
124
+ export interface IntentFilter {
125
+ /**
126
+ * <p>The name of the field to use for the filter.</p>
127
+ * @public
128
+ */
129
+ name: IntentFilterName | undefined;
130
+ /**
131
+ * <p>The value to use for the filter.</p>
132
+ * @public
133
+ */
134
+ values: string[] | undefined;
135
+ /**
136
+ * <p>The operator to use for the filter. Specify <code>EQ</code> when the
137
+ * <code>ListIntents</code> operation should return only aliases that
138
+ * equal the specified value. Specify <code>CO</code> when the
139
+ * <code>ListIntents</code> operation should return aliases that
140
+ * contain the specified value.</p>
141
+ * @public
142
+ */
143
+ operator: IntentFilterOperator | undefined;
144
+ }
145
+ /**
146
+ * <p>Information about the counts for a slot resolution in the results of a test execution.</p>
147
+ * @public
148
+ */
149
+ export interface SlotResolutionTestResultItemCounts {
150
+ /**
151
+ * <p>The total number of results.</p>
152
+ * @public
153
+ */
154
+ totalResultCount: number | undefined;
155
+ /**
156
+ * <p>The number of matched, mismatched and execution error results for speech transcription for the slot.</p>
157
+ * @public
158
+ */
159
+ speechTranscriptionResultCounts?: Partial<Record<TestResultMatchStatus, number>> | undefined;
160
+ /**
161
+ * <p>The number of matched and mismatched results for slot resolution for the slot.</p>
162
+ * @public
163
+ */
164
+ slotMatchResultCounts: Partial<Record<TestResultMatchStatus, number>> | undefined;
165
+ }
3
166
  /**
4
167
  * <p>Information about the success and failure rate of slot resolution
5
168
  * in the results of a test execution.</p>
@@ -467,6 +630,66 @@ export interface ListBotAliasReplicasResponse {
467
630
  */
468
631
  nextToken?: string | undefined;
469
632
  }
633
+ /**
634
+ * @public
635
+ */
636
+ export interface ListBotAnalyzerHistoryRequest {
637
+ /**
638
+ * <p>The unique identifier of the bot.</p>
639
+ * @public
640
+ */
641
+ botId: string | undefined;
642
+ /**
643
+ * <p>The locale identifier to filter the history. If not specified, returns history for all locales.</p>
644
+ * @public
645
+ */
646
+ localeId?: string | undefined;
647
+ /**
648
+ * <p>The bot version to filter the history. If not specified, defaults to <code>DRAFT</code>.</p>
649
+ * @public
650
+ */
651
+ botVersion?: string | undefined;
652
+ /**
653
+ * <p>If the response from a previous request was truncated, the <code>nextToken</code> value is used to retrieve the next page of history entries.</p>
654
+ * @public
655
+ */
656
+ nextToken?: string | undefined;
657
+ /**
658
+ * <p>The maximum number of history entries to return in the response. The default is 10.</p>
659
+ * @public
660
+ */
661
+ maxResults?: number | undefined;
662
+ }
663
+ /**
664
+ * @public
665
+ */
666
+ export interface ListBotAnalyzerHistoryResponse {
667
+ /**
668
+ * <p>The unique identifier of the bot.</p>
669
+ * @public
670
+ */
671
+ botId?: string | undefined;
672
+ /**
673
+ * <p>The locale identifier used to filter the history.</p>
674
+ * @public
675
+ */
676
+ localeId?: string | undefined;
677
+ /**
678
+ * <p>The bot version used to filter the history.</p>
679
+ * @public
680
+ */
681
+ botVersion?: string | undefined;
682
+ /**
683
+ * <p>A list of historical analysis executions, ordered by creation date with the most recent first.</p>
684
+ * @public
685
+ */
686
+ botAnalyzerHistoryList?: BotAnalyzerHistorySummary[] | undefined;
687
+ /**
688
+ * <p>If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.</p>
689
+ * @public
690
+ */
691
+ nextToken?: string | undefined;
692
+ }
470
693
  /**
471
694
  * @public
472
695
  */
@@ -3281,6 +3504,70 @@ export interface SearchAssociatedTranscriptsResponse {
3281
3504
  */
3282
3505
  totalResults?: number | undefined;
3283
3506
  }
3507
+ /**
3508
+ * @public
3509
+ */
3510
+ export interface StartBotAnalyzerRequest {
3511
+ /**
3512
+ * <p>The unique identifier of the bot to analyze.</p>
3513
+ * @public
3514
+ */
3515
+ botId: string | undefined;
3516
+ /**
3517
+ * <p>The scope of analysis to perform. Currently only <code>BotLocale</code> scope is supported.</p>
3518
+ * <p>Valid Values: <code>BotLocale</code>
3519
+ * </p>
3520
+ * @public
3521
+ */
3522
+ analysisScope: AnalysisScope | undefined;
3523
+ /**
3524
+ * <p>The locale identifier for the bot locale to analyze. Required when <code>analysisScope</code> is <code>BotLocale</code>.</p>
3525
+ * @public
3526
+ */
3527
+ localeId?: string | undefined;
3528
+ /**
3529
+ * <p>The version of the bot to analyze. Defaults to <code>DRAFT</code> if not specified.</p>
3530
+ * @public
3531
+ */
3532
+ botVersion?: string | undefined;
3533
+ }
3534
+ /**
3535
+ * @public
3536
+ */
3537
+ export interface StartBotAnalyzerResponse {
3538
+ /**
3539
+ * <p>The unique identifier of the bot being analyzed.</p>
3540
+ * @public
3541
+ */
3542
+ botId?: string | undefined;
3543
+ /**
3544
+ * <p>The version of the bot being analyzed.</p>
3545
+ * @public
3546
+ */
3547
+ botVersion?: string | undefined;
3548
+ /**
3549
+ * <p>The locale identifier of the bot locale being analyzed.</p>
3550
+ * @public
3551
+ */
3552
+ localeId?: string | undefined;
3553
+ /**
3554
+ * <p>The current status of the analysis. The initial status is <code>Processing</code>.</p>
3555
+ * <p>Valid Values: <code>Processing | Available | Failed | Stopping | Stopped</code>
3556
+ * </p>
3557
+ * @public
3558
+ */
3559
+ botAnalyzerStatus?: BotAnalyzerStatus | undefined;
3560
+ /**
3561
+ * <p>A unique identifier for this analysis request. Use this identifier to check the status and retrieve results.</p>
3562
+ * @public
3563
+ */
3564
+ botAnalyzerRequestId?: string | undefined;
3565
+ /**
3566
+ * <p>The date and time when the analysis was initiated.</p>
3567
+ * @public
3568
+ */
3569
+ creationDateTime?: Date | undefined;
3570
+ }
3284
3571
  /**
3285
3572
  * @public
3286
3573
  */
@@ -3658,6 +3945,53 @@ export interface StartTestSetGenerationResponse {
3658
3945
  */
3659
3946
  testSetTags?: Record<string, string> | undefined;
3660
3947
  }
3948
+ /**
3949
+ * @public
3950
+ */
3951
+ export interface StopBotAnalyzerRequest {
3952
+ /**
3953
+ * <p>The unique identifier of the bot.</p>
3954
+ * @public
3955
+ */
3956
+ botId: string | undefined;
3957
+ /**
3958
+ * <p>The unique identifier of the analysis request to stop.</p>
3959
+ * @public
3960
+ */
3961
+ botAnalyzerRequestId: string | undefined;
3962
+ }
3963
+ /**
3964
+ * @public
3965
+ */
3966
+ export interface StopBotAnalyzerResponse {
3967
+ /**
3968
+ * <p>The unique identifier of the bot.</p>
3969
+ * @public
3970
+ */
3971
+ botId?: string | undefined;
3972
+ /**
3973
+ * <p>The version of the bot.</p>
3974
+ * @public
3975
+ */
3976
+ botVersion?: string | undefined;
3977
+ /**
3978
+ * <p>The locale identifier of the bot locale.</p>
3979
+ * @public
3980
+ */
3981
+ localeId?: string | undefined;
3982
+ /**
3983
+ * <p>The updated status of the analysis. The status will be <code>Stopping</code> and will eventually transition to <code>Stopped</code>.</p>
3984
+ * <p>Valid Values: <code>Processing | Available | Failed | Stopping | Stopped</code>
3985
+ * </p>
3986
+ * @public
3987
+ */
3988
+ botAnalyzerStatus?: BotAnalyzerStatus | undefined;
3989
+ /**
3990
+ * <p>The unique identifier of the analysis request.</p>
3991
+ * @public
3992
+ */
3993
+ botAnalyzerRequestId?: string | undefined;
3994
+ }
3661
3995
  /**
3662
3996
  * @public
3663
3997
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { DescribeBotAnalyzerRecommendationCommandInput, DescribeBotAnalyzerRecommendationCommandOutput } from "../commands/DescribeBotAnalyzerRecommendationCommand";
3
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeBotAnalyzerRecommendation: (config: LexModelsV2PaginationConfiguration, input: DescribeBotAnalyzerRecommendationCommandInput, ...rest: any[]) => Paginator<DescribeBotAnalyzerRecommendationCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListBotAnalyzerHistoryCommandInput, ListBotAnalyzerHistoryCommandOutput } from "../commands/ListBotAnalyzerHistoryCommand";
3
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListBotAnalyzerHistory: (config: LexModelsV2PaginationConfiguration, input: ListBotAnalyzerHistoryCommandInput, ...rest: any[]) => Paginator<ListBotAnalyzerHistoryCommandOutput>;
@@ -1,7 +1,9 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./DescribeBotAnalyzerRecommendationPaginator";
2
3
  export * from "./ListAggregatedUtterancesPaginator";
3
4
  export * from "./ListBotAliasesPaginator";
4
5
  export * from "./ListBotAliasReplicasPaginator";
6
+ export * from "./ListBotAnalyzerHistoryPaginator";
5
7
  export * from "./ListBotLocalesPaginator";
6
8
  export * from "./ListBotRecommendationsPaginator";
7
9
  export * from "./ListBotResourceGenerationsPaginator";
@@ -73,6 +73,8 @@ export declare var BotAliasLocaleSettings$: StaticStructureSchema;
73
73
  export declare var BotAliasReplicaSummary$: StaticStructureSchema;
74
74
  export declare var BotAliasSummary$: StaticStructureSchema;
75
75
  export declare var BotAliasTestExecutionTarget$: StaticStructureSchema;
76
+ export declare var BotAnalyzerHistorySummary$: StaticStructureSchema;
77
+ export declare var BotAnalyzerRecommendation$: StaticStructureSchema;
76
78
  export declare var BotExportSpecification$: StaticStructureSchema;
77
79
  export declare var BotFilter$: StaticStructureSchema;
78
80
  export declare var BotImportSpecification$: StaticStructureSchema;
@@ -155,6 +157,8 @@ export declare var DeepgramSpeechModelConfig$: StaticStructureSchema;
155
157
  export declare var DefaultConditionalBranch$: StaticStructureSchema;
156
158
  export declare var DeleteBotAliasRequest$: StaticStructureSchema;
157
159
  export declare var DeleteBotAliasResponse$: StaticStructureSchema;
160
+ export declare var DeleteBotAnalyzerRecommendationRequest$: StaticStructureSchema;
161
+ export declare var DeleteBotAnalyzerRecommendationResponse$: StaticStructureSchema;
158
162
  export declare var DeleteBotLocaleRequest$: StaticStructureSchema;
159
163
  export declare var DeleteBotLocaleResponse$: StaticStructureSchema;
160
164
  export declare var DeleteBotReplicaRequest$: StaticStructureSchema;
@@ -181,6 +185,8 @@ export declare var DeleteUtterancesRequest$: StaticStructureSchema;
181
185
  export declare var DeleteUtterancesResponse$: StaticStructureSchema;
182
186
  export declare var DescribeBotAliasRequest$: StaticStructureSchema;
183
187
  export declare var DescribeBotAliasResponse$: StaticStructureSchema;
188
+ export declare var DescribeBotAnalyzerRecommendationRequest$: StaticStructureSchema;
189
+ export declare var DescribeBotAnalyzerRecommendationResponse$: StaticStructureSchema;
184
190
  export declare var DescribeBotLocaleRequest$: StaticStructureSchema;
185
191
  export declare var DescribeBotLocaleResponse$: StaticStructureSchema;
186
192
  export declare var DescribeBotRecommendationRequest$: StaticStructureSchema;
@@ -267,6 +273,7 @@ export declare var IntentSortBy$: StaticStructureSchema;
267
273
  export declare var IntentStatistics$: StaticStructureSchema;
268
274
  export declare var IntentSummary$: StaticStructureSchema;
269
275
  export declare var InvokedIntentSample$: StaticStructureSchema;
276
+ export declare var IssueLocation$: StaticStructureSchema;
270
277
  export declare var KendraConfiguration$: StaticStructureSchema;
271
278
  export declare var LambdaCodeHook$: StaticStructureSchema;
272
279
  export declare var LexTranscriptFilter$: StaticStructureSchema;
@@ -276,6 +283,8 @@ export declare var ListBotAliasesRequest$: StaticStructureSchema;
276
283
  export declare var ListBotAliasesResponse$: StaticStructureSchema;
277
284
  export declare var ListBotAliasReplicasRequest$: StaticStructureSchema;
278
285
  export declare var ListBotAliasReplicasResponse$: StaticStructureSchema;
286
+ export declare var ListBotAnalyzerHistoryRequest$: StaticStructureSchema;
287
+ export declare var ListBotAnalyzerHistoryResponse$: StaticStructureSchema;
279
288
  export declare var ListBotLocalesRequest$: StaticStructureSchema;
280
289
  export declare var ListBotLocalesResponse$: StaticStructureSchema;
281
290
  export declare var ListBotRecommendationsRequest$: StaticStructureSchema;
@@ -397,6 +406,8 @@ export declare var SpeechFoundationModel$: StaticStructureSchema;
397
406
  export declare var SpeechModelConfig$: StaticStructureSchema;
398
407
  export declare var SpeechRecognitionSettings$: StaticStructureSchema;
399
408
  export declare var SSMLMessage$: StaticStructureSchema;
409
+ export declare var StartBotAnalyzerRequest$: StaticStructureSchema;
410
+ export declare var StartBotAnalyzerResponse$: StaticStructureSchema;
400
411
  export declare var StartBotRecommendationRequest$: StaticStructureSchema;
401
412
  export declare var StartBotRecommendationResponse$: StaticStructureSchema;
402
413
  export declare var StartBotResourceGenerationRequest$: StaticStructureSchema;
@@ -408,6 +419,8 @@ export declare var StartTestExecutionResponse$: StaticStructureSchema;
408
419
  export declare var StartTestSetGenerationRequest$: StaticStructureSchema;
409
420
  export declare var StartTestSetGenerationResponse$: StaticStructureSchema;
410
421
  export declare var StillWaitingResponseSpecification$: StaticStructureSchema;
422
+ export declare var StopBotAnalyzerRequest$: StaticStructureSchema;
423
+ export declare var StopBotAnalyzerResponse$: StaticStructureSchema;
411
424
  export declare var StopBotRecommendationRequest$: StaticStructureSchema;
412
425
  export declare var StopBotRecommendationResponse$: StaticStructureSchema;
413
426
  export declare var SubSlotSetting$: StaticStructureSchema;
@@ -498,6 +511,7 @@ export declare var CreateTestSetDiscrepancyReport$: StaticOperationSchema;
498
511
  export declare var CreateUploadUrl$: StaticOperationSchema;
499
512
  export declare var DeleteBot$: StaticOperationSchema;
500
513
  export declare var DeleteBotAlias$: StaticOperationSchema;
514
+ export declare var DeleteBotAnalyzerRecommendation$: StaticOperationSchema;
501
515
  export declare var DeleteBotLocale$: StaticOperationSchema;
502
516
  export declare var DeleteBotReplica$: StaticOperationSchema;
503
517
  export declare var DeleteBotVersion$: StaticOperationSchema;
@@ -513,6 +527,7 @@ export declare var DeleteTestSet$: StaticOperationSchema;
513
527
  export declare var DeleteUtterances$: StaticOperationSchema;
514
528
  export declare var DescribeBot$: StaticOperationSchema;
515
529
  export declare var DescribeBotAlias$: StaticOperationSchema;
530
+ export declare var DescribeBotAnalyzerRecommendation$: StaticOperationSchema;
516
531
  export declare var DescribeBotLocale$: StaticOperationSchema;
517
532
  export declare var DescribeBotRecommendation$: StaticOperationSchema;
518
533
  export declare var DescribeBotReplica$: StaticOperationSchema;
@@ -534,6 +549,7 @@ export declare var GetTestExecutionArtifactsUrl$: StaticOperationSchema;
534
549
  export declare var ListAggregatedUtterances$: StaticOperationSchema;
535
550
  export declare var ListBotAliases$: StaticOperationSchema;
536
551
  export declare var ListBotAliasReplicas$: StaticOperationSchema;
552
+ export declare var ListBotAnalyzerHistory$: StaticOperationSchema;
537
553
  export declare var ListBotLocales$: StaticOperationSchema;
538
554
  export declare var ListBotRecommendations$: StaticOperationSchema;
539
555
  export declare var ListBotReplicas$: StaticOperationSchema;
@@ -563,11 +579,13 @@ export declare var ListTestSets$: StaticOperationSchema;
563
579
  export declare var ListUtteranceAnalyticsData$: StaticOperationSchema;
564
580
  export declare var ListUtteranceMetrics$: StaticOperationSchema;
565
581
  export declare var SearchAssociatedTranscripts$: StaticOperationSchema;
582
+ export declare var StartBotAnalyzer$: StaticOperationSchema;
566
583
  export declare var StartBotRecommendation$: StaticOperationSchema;
567
584
  export declare var StartBotResourceGeneration$: StaticOperationSchema;
568
585
  export declare var StartImport$: StaticOperationSchema;
569
586
  export declare var StartTestExecution$: StaticOperationSchema;
570
587
  export declare var StartTestSetGeneration$: StaticOperationSchema;
588
+ export declare var StopBotAnalyzer$: StaticOperationSchema;
571
589
  export declare var StopBotRecommendation$: StaticOperationSchema;
572
590
  export declare var TagResource$: StaticOperationSchema;
573
591
  export declare var UntagResource$: StaticOperationSchema;
@@ -77,6 +77,10 @@ import {
77
77
  DeleteBotAliasCommandInput,
78
78
  DeleteBotAliasCommandOutput,
79
79
  } from "./commands/DeleteBotAliasCommand";
80
+ import {
81
+ DeleteBotAnalyzerRecommendationCommandInput,
82
+ DeleteBotAnalyzerRecommendationCommandOutput,
83
+ } from "./commands/DeleteBotAnalyzerRecommendationCommand";
80
84
  import {
81
85
  DeleteBotCommandInput,
82
86
  DeleteBotCommandOutput,
@@ -137,6 +141,10 @@ import {
137
141
  DescribeBotAliasCommandInput,
138
142
  DescribeBotAliasCommandOutput,
139
143
  } from "./commands/DescribeBotAliasCommand";
144
+ import {
145
+ DescribeBotAnalyzerRecommendationCommandInput,
146
+ DescribeBotAnalyzerRecommendationCommandOutput,
147
+ } from "./commands/DescribeBotAnalyzerRecommendationCommand";
140
148
  import {
141
149
  DescribeBotCommandInput,
142
150
  DescribeBotCommandOutput,
@@ -225,6 +233,10 @@ import {
225
233
  ListBotAliasReplicasCommandInput,
226
234
  ListBotAliasReplicasCommandOutput,
227
235
  } from "./commands/ListBotAliasReplicasCommand";
236
+ import {
237
+ ListBotAnalyzerHistoryCommandInput,
238
+ ListBotAnalyzerHistoryCommandOutput,
239
+ } from "./commands/ListBotAnalyzerHistoryCommand";
228
240
  import {
229
241
  ListBotLocalesCommandInput,
230
242
  ListBotLocalesCommandOutput,
@@ -341,6 +353,10 @@ import {
341
353
  SearchAssociatedTranscriptsCommandInput,
342
354
  SearchAssociatedTranscriptsCommandOutput,
343
355
  } from "./commands/SearchAssociatedTranscriptsCommand";
356
+ import {
357
+ StartBotAnalyzerCommandInput,
358
+ StartBotAnalyzerCommandOutput,
359
+ } from "./commands/StartBotAnalyzerCommand";
344
360
  import {
345
361
  StartBotRecommendationCommandInput,
346
362
  StartBotRecommendationCommandOutput,
@@ -361,6 +377,10 @@ import {
361
377
  StartTestSetGenerationCommandInput,
362
378
  StartTestSetGenerationCommandOutput,
363
379
  } from "./commands/StartTestSetGenerationCommand";
380
+ import {
381
+ StopBotAnalyzerCommandInput,
382
+ StopBotAnalyzerCommandOutput,
383
+ } from "./commands/StopBotAnalyzerCommand";
364
384
  import {
365
385
  StopBotRecommendationCommandInput,
366
386
  StopBotRecommendationCommandOutput,
@@ -663,6 +683,19 @@ export interface LexModelsV2 {
663
683
  options: __HttpHandlerOptions,
664
684
  cb: (err: any, data?: DeleteBotAliasCommandOutput) => void
665
685
  ): void;
686
+ deleteBotAnalyzerRecommendation(
687
+ args: DeleteBotAnalyzerRecommendationCommandInput,
688
+ options?: __HttpHandlerOptions
689
+ ): Promise<DeleteBotAnalyzerRecommendationCommandOutput>;
690
+ deleteBotAnalyzerRecommendation(
691
+ args: DeleteBotAnalyzerRecommendationCommandInput,
692
+ cb: (err: any, data?: DeleteBotAnalyzerRecommendationCommandOutput) => void
693
+ ): void;
694
+ deleteBotAnalyzerRecommendation(
695
+ args: DeleteBotAnalyzerRecommendationCommandInput,
696
+ options: __HttpHandlerOptions,
697
+ cb: (err: any, data?: DeleteBotAnalyzerRecommendationCommandOutput) => void
698
+ ): void;
666
699
  deleteBotLocale(
667
700
  args: DeleteBotLocaleCommandInput,
668
701
  options?: __HttpHandlerOptions
@@ -858,6 +891,25 @@ export interface LexModelsV2 {
858
891
  options: __HttpHandlerOptions,
859
892
  cb: (err: any, data?: DescribeBotAliasCommandOutput) => void
860
893
  ): void;
894
+ describeBotAnalyzerRecommendation(
895
+ args: DescribeBotAnalyzerRecommendationCommandInput,
896
+ options?: __HttpHandlerOptions
897
+ ): Promise<DescribeBotAnalyzerRecommendationCommandOutput>;
898
+ describeBotAnalyzerRecommendation(
899
+ args: DescribeBotAnalyzerRecommendationCommandInput,
900
+ cb: (
901
+ err: any,
902
+ data?: DescribeBotAnalyzerRecommendationCommandOutput
903
+ ) => void
904
+ ): void;
905
+ describeBotAnalyzerRecommendation(
906
+ args: DescribeBotAnalyzerRecommendationCommandInput,
907
+ options: __HttpHandlerOptions,
908
+ cb: (
909
+ err: any,
910
+ data?: DescribeBotAnalyzerRecommendationCommandOutput
911
+ ) => void
912
+ ): void;
861
913
  describeBotLocale(
862
914
  args: DescribeBotLocaleCommandInput,
863
915
  options?: __HttpHandlerOptions
@@ -1131,6 +1183,19 @@ export interface LexModelsV2 {
1131
1183
  options: __HttpHandlerOptions,
1132
1184
  cb: (err: any, data?: ListBotAliasReplicasCommandOutput) => void
1133
1185
  ): void;
1186
+ listBotAnalyzerHistory(
1187
+ args: ListBotAnalyzerHistoryCommandInput,
1188
+ options?: __HttpHandlerOptions
1189
+ ): Promise<ListBotAnalyzerHistoryCommandOutput>;
1190
+ listBotAnalyzerHistory(
1191
+ args: ListBotAnalyzerHistoryCommandInput,
1192
+ cb: (err: any, data?: ListBotAnalyzerHistoryCommandOutput) => void
1193
+ ): void;
1194
+ listBotAnalyzerHistory(
1195
+ args: ListBotAnalyzerHistoryCommandInput,
1196
+ options: __HttpHandlerOptions,
1197
+ cb: (err: any, data?: ListBotAnalyzerHistoryCommandOutput) => void
1198
+ ): void;
1134
1199
  listBotLocales(
1135
1200
  args: ListBotLocalesCommandInput,
1136
1201
  options?: __HttpHandlerOptions
@@ -1513,6 +1578,19 @@ export interface LexModelsV2 {
1513
1578
  options: __HttpHandlerOptions,
1514
1579
  cb: (err: any, data?: SearchAssociatedTranscriptsCommandOutput) => void
1515
1580
  ): void;
1581
+ startBotAnalyzer(
1582
+ args: StartBotAnalyzerCommandInput,
1583
+ options?: __HttpHandlerOptions
1584
+ ): Promise<StartBotAnalyzerCommandOutput>;
1585
+ startBotAnalyzer(
1586
+ args: StartBotAnalyzerCommandInput,
1587
+ cb: (err: any, data?: StartBotAnalyzerCommandOutput) => void
1588
+ ): void;
1589
+ startBotAnalyzer(
1590
+ args: StartBotAnalyzerCommandInput,
1591
+ options: __HttpHandlerOptions,
1592
+ cb: (err: any, data?: StartBotAnalyzerCommandOutput) => void
1593
+ ): void;
1516
1594
  startBotRecommendation(
1517
1595
  args: StartBotRecommendationCommandInput,
1518
1596
  options?: __HttpHandlerOptions
@@ -1578,6 +1656,19 @@ export interface LexModelsV2 {
1578
1656
  options: __HttpHandlerOptions,
1579
1657
  cb: (err: any, data?: StartTestSetGenerationCommandOutput) => void
1580
1658
  ): void;
1659
+ stopBotAnalyzer(
1660
+ args: StopBotAnalyzerCommandInput,
1661
+ options?: __HttpHandlerOptions
1662
+ ): Promise<StopBotAnalyzerCommandOutput>;
1663
+ stopBotAnalyzer(
1664
+ args: StopBotAnalyzerCommandInput,
1665
+ cb: (err: any, data?: StopBotAnalyzerCommandOutput) => void
1666
+ ): void;
1667
+ stopBotAnalyzer(
1668
+ args: StopBotAnalyzerCommandInput,
1669
+ options: __HttpHandlerOptions,
1670
+ cb: (err: any, data?: StopBotAnalyzerCommandOutput) => void
1671
+ ): void;
1581
1672
  stopBotRecommendation(
1582
1673
  args: StopBotRecommendationCommandInput,
1583
1674
  options?: __HttpHandlerOptions
@@ -1747,6 +1838,13 @@ export interface LexModelsV2 {
1747
1838
  options: __HttpHandlerOptions,
1748
1839
  cb: (err: any, data?: UpdateTestSetCommandOutput) => void
1749
1840
  ): void;
1841
+ paginateDescribeBotAnalyzerRecommendation(
1842
+ args: DescribeBotAnalyzerRecommendationCommandInput,
1843
+ paginationConfig?: Pick<
1844
+ PaginationConfiguration,
1845
+ Exclude<keyof PaginationConfiguration, "client">
1846
+ >
1847
+ ): Paginator<DescribeBotAnalyzerRecommendationCommandOutput>;
1750
1848
  paginateListAggregatedUtterances(
1751
1849
  args: ListAggregatedUtterancesCommandInput,
1752
1850
  paginationConfig?: Pick<
@@ -1768,6 +1866,13 @@ export interface LexModelsV2 {
1768
1866
  Exclude<keyof PaginationConfiguration, "client">
1769
1867
  >
1770
1868
  ): Paginator<ListBotAliasReplicasCommandOutput>;
1869
+ paginateListBotAnalyzerHistory(
1870
+ args: ListBotAnalyzerHistoryCommandInput,
1871
+ paginationConfig?: Pick<
1872
+ PaginationConfiguration,
1873
+ Exclude<keyof PaginationConfiguration, "client">
1874
+ >
1875
+ ): Paginator<ListBotAnalyzerHistoryCommandOutput>;
1771
1876
  paginateListBotLocales(
1772
1877
  args: ListBotLocalesCommandInput,
1773
1878
  paginationConfig?: Pick<