aws_sdk_lexmodelsv2/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchCreateCustomVocabularyItem` operation.
5pub mod batch_create_custom_vocabulary_item;
6
7/// Types for the `BatchDeleteCustomVocabularyItem` operation.
8pub mod batch_delete_custom_vocabulary_item;
9
10/// Types for the `BatchUpdateCustomVocabularyItem` operation.
11pub mod batch_update_custom_vocabulary_item;
12
13/// Types for the `BuildBotLocale` operation.
14pub mod build_bot_locale;
15
16/// Types for the `CreateBot` operation.
17pub mod create_bot;
18
19/// Types for the `CreateBotAlias` operation.
20pub mod create_bot_alias;
21
22/// Types for the `CreateBotLocale` operation.
23pub mod create_bot_locale;
24
25/// Types for the `CreateBotReplica` operation.
26pub mod create_bot_replica;
27
28/// Types for the `CreateBotVersion` operation.
29pub mod create_bot_version;
30
31/// Types for the `CreateExport` operation.
32pub mod create_export;
33
34/// Types for the `CreateIntent` operation.
35pub mod create_intent;
36
37/// Types for the `CreateResourcePolicy` operation.
38pub mod create_resource_policy;
39
40/// Types for the `CreateResourcePolicyStatement` operation.
41pub mod create_resource_policy_statement;
42
43/// Types for the `CreateSlot` operation.
44pub mod create_slot;
45
46/// Types for the `CreateSlotType` operation.
47pub mod create_slot_type;
48
49/// Types for the `CreateTestSetDiscrepancyReport` operation.
50pub mod create_test_set_discrepancy_report;
51
52/// Types for the `CreateUploadUrl` operation.
53pub mod create_upload_url;
54
55/// Types for the `DeleteBot` operation.
56pub mod delete_bot;
57
58/// Types for the `DeleteBotAlias` operation.
59pub mod delete_bot_alias;
60
61/// Types for the `DeleteBotLocale` operation.
62pub mod delete_bot_locale;
63
64/// Types for the `DeleteBotReplica` operation.
65pub mod delete_bot_replica;
66
67/// Types for the `DeleteBotVersion` operation.
68pub mod delete_bot_version;
69
70/// Types for the `DeleteCustomVocabulary` operation.
71pub mod delete_custom_vocabulary;
72
73/// Types for the `DeleteExport` operation.
74pub mod delete_export;
75
76/// Types for the `DeleteImport` operation.
77pub mod delete_import;
78
79/// Types for the `DeleteIntent` operation.
80pub mod delete_intent;
81
82/// Types for the `DeleteResourcePolicy` operation.
83pub mod delete_resource_policy;
84
85/// Types for the `DeleteResourcePolicyStatement` operation.
86pub mod delete_resource_policy_statement;
87
88/// Types for the `DeleteSlot` operation.
89pub mod delete_slot;
90
91/// Types for the `DeleteSlotType` operation.
92pub mod delete_slot_type;
93
94/// Types for the `DeleteTestSet` operation.
95pub mod delete_test_set;
96
97/// Types for the `DeleteUtterances` operation.
98pub mod delete_utterances;
99
100/// Types for the `DescribeBot` operation.
101pub mod describe_bot;
102
103/// Types for the `DescribeBotAlias` operation.
104pub mod describe_bot_alias;
105
106/// Types for the `DescribeBotLocale` operation.
107pub mod describe_bot_locale;
108
109/// Types for the `DescribeBotRecommendation` operation.
110pub mod describe_bot_recommendation;
111
112/// Types for the `DescribeBotReplica` operation.
113pub mod describe_bot_replica;
114
115/// Types for the `DescribeBotResourceGeneration` operation.
116pub mod describe_bot_resource_generation;
117
118/// Types for the `DescribeBotVersion` operation.
119pub mod describe_bot_version;
120
121/// Types for the `DescribeCustomVocabularyMetadata` operation.
122pub mod describe_custom_vocabulary_metadata;
123
124/// Types for the `DescribeExport` operation.
125pub mod describe_export;
126
127/// Types for the `DescribeImport` operation.
128pub mod describe_import;
129
130/// Types for the `DescribeIntent` operation.
131pub mod describe_intent;
132
133/// Types for the `DescribeResourcePolicy` operation.
134pub mod describe_resource_policy;
135
136/// Types for the `DescribeSlot` operation.
137pub mod describe_slot;
138
139/// Types for the `DescribeSlotType` operation.
140pub mod describe_slot_type;
141
142/// Types for the `DescribeTestExecution` operation.
143pub mod describe_test_execution;
144
145/// Types for the `DescribeTestSet` operation.
146pub mod describe_test_set;
147
148/// Types for the `DescribeTestSetDiscrepancyReport` operation.
149pub mod describe_test_set_discrepancy_report;
150
151/// Types for the `DescribeTestSetGeneration` operation.
152pub mod describe_test_set_generation;
153
154/// Types for the `GenerateBotElement` operation.
155pub mod generate_bot_element;
156
157/// Types for the `GetTestExecutionArtifactsUrl` operation.
158pub mod get_test_execution_artifacts_url;
159
160/// Types for the `ListAggregatedUtterances` operation.
161pub mod list_aggregated_utterances;
162
163/// Types for the `ListBotAliasReplicas` operation.
164pub mod list_bot_alias_replicas;
165
166/// Types for the `ListBotAliases` operation.
167pub mod list_bot_aliases;
168
169/// Types for the `ListBotLocales` operation.
170pub mod list_bot_locales;
171
172/// Types for the `ListBotRecommendations` operation.
173pub mod list_bot_recommendations;
174
175/// Types for the `ListBotReplicas` operation.
176pub mod list_bot_replicas;
177
178/// Types for the `ListBotResourceGenerations` operation.
179pub mod list_bot_resource_generations;
180
181/// Types for the `ListBotVersionReplicas` operation.
182pub mod list_bot_version_replicas;
183
184/// Types for the `ListBotVersions` operation.
185pub mod list_bot_versions;
186
187/// Types for the `ListBots` operation.
188pub mod list_bots;
189
190/// Types for the `ListBuiltInIntents` operation.
191pub mod list_built_in_intents;
192
193/// Types for the `ListBuiltInSlotTypes` operation.
194pub mod list_built_in_slot_types;
195
196/// Types for the `ListCustomVocabularyItems` operation.
197pub mod list_custom_vocabulary_items;
198
199/// Types for the `ListExports` operation.
200pub mod list_exports;
201
202/// Types for the `ListImports` operation.
203pub mod list_imports;
204
205/// Types for the `ListIntentMetrics` operation.
206pub mod list_intent_metrics;
207
208/// Types for the `ListIntentPaths` operation.
209pub mod list_intent_paths;
210
211/// Types for the `ListIntentStageMetrics` operation.
212pub mod list_intent_stage_metrics;
213
214/// Types for the `ListIntents` operation.
215pub mod list_intents;
216
217/// Types for the `ListRecommendedIntents` operation.
218pub mod list_recommended_intents;
219
220/// Types for the `ListSessionAnalyticsData` operation.
221pub mod list_session_analytics_data;
222
223/// Types for the `ListSessionMetrics` operation.
224pub mod list_session_metrics;
225
226/// Types for the `ListSlotTypes` operation.
227pub mod list_slot_types;
228
229/// Types for the `ListSlots` operation.
230pub mod list_slots;
231
232/// Types for the `ListTagsForResource` operation.
233pub mod list_tags_for_resource;
234
235/// Types for the `ListTestExecutionResultItems` operation.
236pub mod list_test_execution_result_items;
237
238/// Types for the `ListTestExecutions` operation.
239pub mod list_test_executions;
240
241/// Types for the `ListTestSetRecords` operation.
242pub mod list_test_set_records;
243
244/// Types for the `ListTestSets` operation.
245pub mod list_test_sets;
246
247/// Types for the `ListUtteranceAnalyticsData` operation.
248pub mod list_utterance_analytics_data;
249
250/// Types for the `ListUtteranceMetrics` operation.
251pub mod list_utterance_metrics;
252
253/// Types for the `SearchAssociatedTranscripts` operation.
254pub mod search_associated_transcripts;
255
256/// Types for the `StartBotRecommendation` operation.
257pub mod start_bot_recommendation;
258
259/// Types for the `StartBotResourceGeneration` operation.
260pub mod start_bot_resource_generation;
261
262/// Types for the `StartImport` operation.
263pub mod start_import;
264
265/// Types for the `StartTestExecution` operation.
266pub mod start_test_execution;
267
268/// Types for the `StartTestSetGeneration` operation.
269pub mod start_test_set_generation;
270
271/// Types for the `StopBotRecommendation` operation.
272pub mod stop_bot_recommendation;
273
274/// Types for the `TagResource` operation.
275pub mod tag_resource;
276
277/// Types for the `UntagResource` operation.
278pub mod untag_resource;
279
280/// Types for the `UpdateBot` operation.
281pub mod update_bot;
282
283/// Types for the `UpdateBotAlias` operation.
284pub mod update_bot_alias;
285
286/// Types for the `UpdateBotLocale` operation.
287pub mod update_bot_locale;
288
289/// Types for the `UpdateBotRecommendation` operation.
290pub mod update_bot_recommendation;
291
292/// Types for the `UpdateExport` operation.
293pub mod update_export;
294
295/// Types for the `UpdateIntent` operation.
296pub mod update_intent;
297
298/// Types for the `UpdateResourcePolicy` operation.
299pub mod update_resource_policy;
300
301/// Types for the `UpdateSlot` operation.
302pub mod update_slot;
303
304/// Types for the `UpdateSlotType` operation.
305pub mod update_slot_type;
306
307/// Types for the `UpdateTestSet` operation.
308pub mod update_test_set;