1{
2  "version": "2.0",
3  "service": "<p/>",
4  "operations": {
5    "BuildBotLocale": "<p>Builds a bot, its intents, and its slot types into a specific locale. A bot can be built into multiple locales. At runtime the locale is used to choose a specific build of the bot.</p>",
6    "CreateBot": "<p>Creates an Amazon Lex conversational bot. </p>",
7    "CreateBotAlias": "<p>Creates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot.</p> <p>For example, you can create an alias called \"PROD\" that your applications use to call the Amazon Lex bot. </p>",
8    "CreateBotLocale": "<p>Creates a locale in the bot. The locale contains the intents and slot types that the bot uses in conversations with users in the specified language and locale. You must add a locale to a bot before you can add intents and slot types to the bot.</p>",
9    "CreateBotVersion": "<p>Creates a new version of the bot based on the <code>DRAFT</code> version. If the <code>DRAFT</code> version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version, it returns the last created version.</p> <p>When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1.</p>",
10    "CreateExport": "<p>Creates a zip archive containing the contents of a bot or a bot locale. The archive contains a directory structure that contains JSON files that define the bot.</p> <p>You can create an archive that contains the complete definition of a bot, or you can specify that the archive contain only the definition of a single bot locale.</p> <p>For more information about exporting bots, and about the structure of the export archive, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/importing-exporting.html\"> Importing and exporting bots </a> </p>",
11    "CreateIntent": "<p>Creates an intent.</p> <p>To define the interaction between the user and your bot, you define one or more intents. For example, for a pizza ordering bot you would create an <code>OrderPizza</code> intent.</p> <p>When you create an intent, you must provide a name. You can optionally provide the following:</p> <ul> <li> <p>Sample utterances. For example, \"I want to order a pizza\" and \"Can I order a pizza.\" You can't provide utterances for built-in intents.</p> </li> <li> <p>Information to be gathered. You specify slots for the information that you bot requests from the user. You can specify standard slot types, such as date and time, or custom slot types for your application.</p> </li> <li> <p>How the intent is fulfilled. You can provide a Lambda function or configure the intent to return the intent information to your client application. If you use a Lambda function, Amazon Lex invokes the function when all of the intent information is available.</p> </li> <li> <p>A confirmation prompt to send to the user to confirm an intent. For example, \"Shall I order your pizza?\"</p> </li> <li> <p>A conclusion statement to send to the user after the intent is fulfilled. For example, \"I ordered your pizza.\"</p> </li> <li> <p>A follow-up prompt that asks the user for additional activity. For example, \"Do you want a drink with your pizza?\"</p> </li> </ul>",
12    "CreateResourcePolicy": "<p>Creates a new resource policy with the specified policy statements.</p>",
13    "CreateResourcePolicyStatement": "<p>Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created.</p> <p>You can't create a resource policy statement that allows cross-account access.</p>",
14    "CreateSlot": "<p>Creates a slot in an intent. A slot is a variable needed to fulfill an intent. For example, an <code>OrderPizza</code> intent might need slots for size, crust, and number of pizzas. For each slot, you define one or more utterances that Amazon Lex uses to elicit a response from the user. </p>",
15    "CreateSlotType": "<p>Creates a custom slot type</p> <p> To create a custom slot type, specify a name for the slot type and a set of enumeration values, the values that a slot of this type can assume. </p>",
16    "CreateUploadUrl": "<p>Gets a pre-signed S3 write URL that you use to upload the zip archive when importing a bot or a bot locale. </p>",
17    "DeleteBot": "<p>Deletes all versions of a bot, including the <code>Draft</code> version. To delete a specific version, use the <code>DeleteBotVersion</code> operation.</p> <p>When you delete a bot, all of the resources contained in the bot are also deleted. Deleting a bot removes all locales, intents, slot, and slot types defined for the bot.</p> <p>If a bot has an alias, the <code>DeleteBot</code> operation returns a <code>ResourceInUseException</code> exception. If you want to delete the bot and the alias, set the <code>skipResourceInUseCheck</code> parameter to <code>true</code>.</p>",
18    "DeleteBotAlias": "<p>Deletes the specified bot alias.</p>",
19    "DeleteBotLocale": "<p>Removes a locale from a bot.</p> <p>When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.</p>",
20    "DeleteBotVersion": "<p>Deletes a specific version of a bot. To delete all version of a bot, use the <a>DeleteBot</a> operation.</p>",
21    "DeleteExport": "<p>Removes a previous export and the associated files stored in an S3 bucket.</p>",
22    "DeleteImport": "<p>Removes a previous import and the associated file stored in an S3 bucket.</p>",
23    "DeleteIntent": "<p>Removes the specified intent.</p> <p>Deleting an intent also deletes the slots associated with the intent.</p>",
24    "DeleteResourcePolicy": "<p>Removes an existing policy from a bot or bot alias. If the resource doesn't have a policy attached, Amazon Lex returns an exception.</p>",
25    "DeleteResourcePolicyStatement": "<p>Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.</p>",
26    "DeleteSlot": "<p>Deletes the specified slot from an intent.</p>",
27    "DeleteSlotType": "<p>Deletes a slot type from a bot locale.</p> <p>If a slot is using the slot type, Amazon Lex throws a <code>ResourceInUseException</code> exception. To avoid the exception, set the <code>skipResourceInUseCheck</code> parameter to <code>true</code>.</p>",
28    "DescribeBot": "<p>Provides metadata information about a bot. </p>",
29    "DescribeBotAlias": "<p>Get information about a specific bot alias.</p>",
30    "DescribeBotLocale": "<p>Describes the settings that a bot has for a specific locale. </p>",
31    "DescribeBotVersion": "<p>Provides metadata about a version of a bot.</p>",
32    "DescribeExport": "<p>Gets information about a specific export.</p>",
33    "DescribeImport": "<p>Gets information about a specific import.</p>",
34    "DescribeIntent": "<p>Returns metadata about an intent.</p>",
35    "DescribeResourcePolicy": "<p>Gets the resource policy and policy revision for a bot or bot alias.</p>",
36    "DescribeSlot": "<p>Gets metadata information about a slot.</p>",
37    "DescribeSlotType": "<p>Gets metadata information about a slot type.</p>",
38    "ListBotAliases": "<p>Gets a list of aliases for the specified bot.</p>",
39    "ListBotLocales": "<p>Gets a list of locales for the specified bot.</p>",
40    "ListBotVersions": "<p>Gets information about all of the versions of a bot.</p> <p>The <code>ListBotVersions</code> operation returns a summary of each version of a bot. For example, if a bot has three numbered versions, the <code>ListBotVersions</code> operation returns for summaries, one for each numbered version and one for the <code>DRAFT</code> version.</p> <p>The <code>ListBotVersions</code> operation always returns at least one version, the <code>DRAFT</code> version.</p>",
41    "ListBots": "<p>Gets a list of available bots.</p>",
42    "ListBuiltInIntents": "<p>Gets a list of built-in intents provided by Amazon Lex that you can use in your bot. </p> <p>To use a built-in intent as a the base for your own intent, include the built-in intent signature in the <code>parentIntentSignature</code> parameter when you call the <code>CreateIntent</code> operation. For more information, see <a>CreateIntent</a>.</p>",
43    "ListBuiltInSlotTypes": "<p>Gets a list of built-in slot types that meet the specified criteria.</p>",
44    "ListExports": "<p>Lists the exports for a bot or bot locale. Exports are kept in the list for 7 days.</p>",
45    "ListImports": "<p>Lists the imports for a bot or bot locale. Imports are kept in the list for 7 days.</p>",
46    "ListIntents": "<p>Get a list of intents that meet the specified criteria.</p>",
47    "ListSlotTypes": "<p>Gets a list of slot types that match the specified criteria.</p>",
48    "ListSlots": "<p>Gets a list of slots that match the specified criteria.</p>",
49    "ListTagsForResource": "<p>Gets a list of tags associated with a resource. Only bots, bot aliases, and bot channels can have tags associated with them.</p>",
50    "StartImport": "<p>Starts importing a bot or bot locale from a zip archive that you uploaded to an S3 bucket.</p>",
51    "TagResource": "<p>Adds the specified tags to the specified resource. If a tag key already exists, the existing value is replaced with the new value.</p>",
52    "UntagResource": "<p>Removes tags from a bot, bot alias, or bot channel.</p>",
53    "UpdateBot": "<p>Updates the configuration of an existing bot. </p>",
54    "UpdateBotAlias": "<p>Updates the configuration of an existing bot alias.</p>",
55    "UpdateBotLocale": "<p>Updates the settings that a bot has for a specific locale.</p>",
56    "UpdateExport": "<p>Updates the password used to protect an export zip archive.</p> <p>The password is not required. If you don't supply a password, Amazon Lex generates a zip file that is not protected by a password. This is the archive that is available at the pre-signed S3 URL provided by the operation.</p>",
57    "UpdateIntent": "<p>Updates the settings for an intent.</p>",
58    "UpdateResourcePolicy": "<p>Replaces the existing resource policy for a bot or bot alias with a new one. If the policy doesn't exist, Amazon Lex returns an exception.</p>",
59    "UpdateSlot": "<p>Updates the settings for a slot.</p>",
60    "UpdateSlotType": "<p>Updates the configuration of an existing slot type.</p>"
61  },
62  "shapes": {
63    "AmazonResourceName": {
64      "base": null,
65      "refs": {
66        "CreateResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
67        "CreateResourcePolicyResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was attached to.</p>",
68        "CreateResourcePolicyStatementRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
69        "CreateResourcePolicyStatementResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
70        "DeleteResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that has the resource policy attached.</p>",
71        "DeleteResourcePolicyResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy was deleted from.</p>",
72        "DeleteResourcePolicyStatementRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
73        "DeleteResourcePolicyStatementResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy statement was removed from.</p>",
74        "DescribeResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
75        "DescribeResourcePolicyResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
76        "ListTagsForResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the resource to get a list of tags for.</p>",
77        "TagResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag.</p>",
78        "UntagResourceRequest$resourceARN": "<p>The Amazon Resource Name (ARN) of the resource to remove the tags from.</p>",
79        "UpdateResourcePolicyRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>",
80        "UpdateResourcePolicyResponse$resourceArn": "<p>The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.</p>"
81      }
82    },
83    "AttachmentTitle": {
84      "base": null,
85      "refs": {
86        "ImageResponseCard$title": "<p>The title to display on the response card. The format of the title is determined by the platform displaying the response card.</p>",
87        "ImageResponseCard$subtitle": "<p>The subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.</p>"
88      }
89    },
90    "AttachmentUrl": {
91      "base": null,
92      "refs": {
93        "ImageResponseCard$imageUrl": "<p>The URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.</p>"
94      }
95    },
96    "AudioLogDestination": {
97      "base": "<p>The location of audio log files collected when conversation logging is enabled for a bot.</p>",
98      "refs": {
99        "AudioLogSetting$destination": null
100      }
101    },
102    "AudioLogSetting": {
103      "base": "<p>Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.</p>",
104      "refs": {
105        "AudioLogSettingsList$member": null
106      }
107    },
108    "AudioLogSettingsList": {
109      "base": null,
110      "refs": {
111        "ConversationLogSettings$audioLogSettings": "<p>The Amazon S3 settings for logging audio to an S3 bucket.</p>"
112      }
113    },
114    "Boolean": {
115      "base": null,
116      "refs": {
117        "AudioLogSetting$enabled": "<p>Determines whether audio logging in enabled for the bot.</p>",
118        "BotAliasLocaleSettings$enabled": "<p>Determines whether the locale is enabled for the bot. If the value is <code>false</code>, the locale isn't available for use.</p>",
119        "DialogCodeHookSettings$enabled": "<p>Enables the dialog code hook so that it processes user requests.</p>",
120        "FulfillmentCodeHookSettings$enabled": "<p>Indicates whether a Lambda function should be invoked to fulfill a specific intent.</p>",
121        "KendraConfiguration$queryFilterStringEnabled": "<p>Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.</p>",
122        "MultipleValuesSetting$allowMultipleValues": "<p>Indicates whether a slot can return multiple values. When <code>true</code>, the slot may return more than one value in a response. When <code>false</code>, the slot returns only a single value.</p> <p>Multi-value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</p> <p>If the <code>allowMutlipleValues</code> is not set, the default value is <code>false</code>.</p>",
123        "SentimentAnalysisSettings$detectSentiment": "<p>Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.</p>",
124        "TextLogSetting$enabled": "<p>Determines whether conversation logs should be stored for an alias.</p>"
125      }
126    },
127    "BotAliasHistoryEvent": {
128      "base": "<p>Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.</p>",
129      "refs": {
130        "BotAliasHistoryEventsList$member": null
131      }
132    },
133    "BotAliasHistoryEventsList": {
134      "base": null,
135      "refs": {
136        "DescribeBotAliasResponse$botAliasHistoryEvents": "<p>A list of events that affect a bot alias. For example, an event is recorded when the version that the alias points to changes.</p>"
137      }
138    },
139    "BotAliasId": {
140      "base": null,
141      "refs": {
142        "BotAliasSummary$botAliasId": "<p>The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the <a>DescribeBotAlias</a> operation.</p>",
143        "CreateBotAliasResponse$botAliasId": "<p>The unique identifier of the bot alias.</p>",
144        "DeleteBotAliasRequest$botAliasId": "<p>The unique identifier of the bot alias to delete.</p>",
145        "DeleteBotAliasResponse$botAliasId": "<p>The unique identifier of the bot alias to delete.</p>",
146        "DescribeBotAliasRequest$botAliasId": "<p>The identifier of the bot alias to describe.</p>",
147        "DescribeBotAliasResponse$botAliasId": "<p>The identifier of the bot alias.</p>",
148        "UpdateBotAliasRequest$botAliasId": "<p>The unique identifier of the bot alias.</p>",
149        "UpdateBotAliasResponse$botAliasId": "<p>The identifier of the updated bot alias.</p>"
150      }
151    },
152    "BotAliasLocaleSettings": {
153      "base": "<p>Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.</p>",
154      "refs": {
155        "BotAliasLocaleSettingsMap$value": null
156      }
157    },
158    "BotAliasLocaleSettingsMap": {
159      "base": null,
160      "refs": {
161        "CreateBotAliasRequest$botAliasLocaleSettings": "<p>Maps configuration information to a specific locale. You can use this parameter to specify a specific Lambda function to run different functions in different locales.</p>",
162        "CreateBotAliasResponse$botAliasLocaleSettings": "<p>Configuration information for a specific locale.</p>",
163        "DescribeBotAliasResponse$botAliasLocaleSettings": "<p>The locale settings that are unique to the alias.</p>",
164        "UpdateBotAliasRequest$botAliasLocaleSettings": "<p>The new Lambda functions to use in each locale for the bot alias.</p>",
165        "UpdateBotAliasResponse$botAliasLocaleSettings": "<p>The updated Lambda functions to use in each locale for the bot alias.</p>"
166      }
167    },
168    "BotAliasStatus": {
169      "base": null,
170      "refs": {
171        "BotAliasSummary$botAliasStatus": "<p>The current state of the bot alias. If the status is <code>Available</code>, the alias is ready for use.</p>",
172        "CreateBotAliasResponse$botAliasStatus": "<p>The current status of the alias. The alias is first put into the <code>Creating</code> state. When the alias is ready to be used, it is put into the <code>Available</code> state. You can use the <code>DescribeBotAlias</code> operation to get the current state of an alias.</p>",
173        "DeleteBotAliasResponse$botAliasStatus": "<p>The current status of the alias. The status is <code>Deleting</code> while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the <code>ListBotAliases</code> operation.</p>",
174        "DescribeBotAliasResponse$botAliasStatus": "<p>The current status of the alias. When the alias is <code>Available</code>, the alias is ready for use with your bot.</p>",
175        "UpdateBotAliasResponse$botAliasStatus": "<p>The current status of the bot alias. When the status is <code>Available</code> the alias is ready for use.</p>"
176      }
177    },
178    "BotAliasSummary": {
179      "base": "<p>Summary information about bot aliases returned from the <a>ListBotAliases</a> operation.</p>",
180      "refs": {
181        "BotAliasSummaryList$member": null
182      }
183    },
184    "BotAliasSummaryList": {
185      "base": null,
186      "refs": {
187        "ListBotAliasesResponse$botAliasSummaries": "<p>Summary information for the bot aliases that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more aliases available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
188      }
189    },
190    "BotExportSpecification": {
191      "base": "<p>Provides the identity of a the bot that was exported.</p>",
192      "refs": {
193        "ExportResourceSpecification$botExportSpecification": "<p>Parameters for exporting a bot.</p>"
194      }
195    },
196    "BotFilter": {
197      "base": "<p>Filters the responses returned by the <code>ListBots</code> operation.</p>",
198      "refs": {
199        "BotFilters$member": null
200      }
201    },
202    "BotFilterName": {
203      "base": null,
204      "refs": {
205        "BotFilter$name": "<p>The name of the field to filter the list of bots.</p>"
206      }
207    },
208    "BotFilterOperator": {
209      "base": null,
210      "refs": {
211        "BotFilter$operator": "<p>The operator to use for the filter. Specify <code>EQ</code> when the <code>ListBots</code> operation should return only aliases that equal the specified value. Specify <code>CO</code> when the <code>ListBots</code> operation should return aliases that contain the specified value.</p>"
212      }
213    },
214    "BotFilters": {
215      "base": null,
216      "refs": {
217        "ListBotsRequest$filters": "<p>Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.</p>"
218      }
219    },
220    "BotImportSpecification": {
221      "base": "<p>Provides the bot parameters required for importing a bot.</p>",
222      "refs": {
223        "ImportResourceSpecification$botImportSpecification": "<p>Parameters for importing a bot.</p>"
224      }
225    },
226    "BotLocaleExportSpecification": {
227      "base": "<p>Provides the bot locale parameters required for exporting a bot locale.</p>",
228      "refs": {
229        "ExportResourceSpecification$botLocaleExportSpecification": "<p>Parameters for exporting a bot locale.</p>"
230      }
231    },
232    "BotLocaleFilter": {
233      "base": "<p>Filters responses returned by the <code>ListBotLocales</code> operation.</p>",
234      "refs": {
235        "BotLocaleFilters$member": null
236      }
237    },
238    "BotLocaleFilterName": {
239      "base": null,
240      "refs": {
241        "BotLocaleFilter$name": "<p>The name of the field to filter the list of bots.</p>"
242      }
243    },
244    "BotLocaleFilterOperator": {
245      "base": null,
246      "refs": {
247        "BotLocaleFilter$operator": "<p>The operator to use for the filter. Specify <code>EQ</code> when the <code>ListBotLocales</code> operation should return only aliases that equal the specified value. Specify <code>CO</code> when the <code>ListBotLocales</code> operation should return aliases that contain the specified value.</p>"
248      }
249    },
250    "BotLocaleFilters": {
251      "base": null,
252      "refs": {
253        "ListBotLocalesRequest$filters": "<p>Provides the specification for a filter used to limit the response to only those locales that match the filter specification. You can only specify one filter and one value to filter on.</p>"
254      }
255    },
256    "BotLocaleHistoryEvent": {
257      "base": "<p>Provides information about an event that occurred affecting the bot locale.</p>",
258      "refs": {
259        "BotLocaleHistoryEventsList$member": null
260      }
261    },
262    "BotLocaleHistoryEventDescription": {
263      "base": null,
264      "refs": {
265        "BotLocaleHistoryEvent$event": "<p>A description of the event that occurred.</p>"
266      }
267    },
268    "BotLocaleHistoryEventsList": {
269      "base": null,
270      "refs": {
271        "DescribeBotLocaleResponse$botLocaleHistoryEvents": "<p>History of changes, such as when a locale is used in an alias, that have taken place for the locale.</p>"
272      }
273    },
274    "BotLocaleImportSpecification": {
275      "base": "<p>Provides the bot locale parameters required for importing a bot locale.</p>",
276      "refs": {
277        "ImportResourceSpecification$botLocaleImportSpecification": "<p>Parameters for importing a bot locale.</p>"
278      }
279    },
280    "BotLocaleSortAttribute": {
281      "base": null,
282      "refs": {
283        "BotLocaleSortBy$attribute": "<p>The bot locale attribute to sort by.</p>"
284      }
285    },
286    "BotLocaleSortBy": {
287      "base": "<p>Specifies attributes for sorting a list of bot locales.</p>",
288      "refs": {
289        "ListBotLocalesRequest$sortBy": "<p>Specifies sorting parameters for the list of locales. You can sort by locale name in ascending or descending order.</p>"
290      }
291    },
292    "BotLocaleStatus": {
293      "base": null,
294      "refs": {
295        "BotLocaleSummary$botLocaleStatus": "<p>The current status of the bot locale. When the status is <code>Built</code> the locale is ready for use.</p>",
296        "BuildBotLocaleResponse$botLocaleStatus": "<p>The bot's build status. When the status is <code>ReadyExpressTesting</code> you can test the bot using the utterances defined for the intents and slot types. When the status is <code>Built</code>, the bot is ready for use and can be tested using any utterance.</p>",
297        "CreateBotLocaleResponse$botLocaleStatus": "<p>The status of the bot.</p> <p>When the status is <code>Creating</code> the bot locale is being configured. When the status is <code>Building</code> Amazon Lex is building the bot for testing and use.</p> <p>If the status of the bot is <code>ReadyExpressTesting</code>, you can test the bot using the exact utterances specified in the bots' intents. When the bot is ready for full testing or to run, the status is <code>Built</code>.</p> <p>If there was a problem with building the bot, the status is <code>Failed</code>. If the bot was saved but not built, the status is <code>NotBuilt</code>.</p>",
298        "DeleteBotLocaleResponse$botLocaleStatus": "<p>The status of deleting the bot locale. The locale first enters the <code>Deleting</code> status. Once the locale is deleted it no longer appears in the list of locales for the bot.</p>",
299        "DescribeBotLocaleResponse$botLocaleStatus": "<p>The status of the bot. If the status is <code>Failed</code>, the reasons for the failure are listed in the <code>failureReasons</code> field.</p>",
300        "UpdateBotLocaleResponse$botLocaleStatus": "<p>The current status of the locale. When the bot status is <code>Built</code> the locale is ready for use.</p>"
301      }
302    },
303    "BotLocaleSummary": {
304      "base": "<p>Summary information about bot locales returned by the <a>ListBotLocales</a> operation.</p>",
305      "refs": {
306        "BotLocaleSummaryList$member": null
307      }
308    },
309    "BotLocaleSummaryList": {
310      "base": null,
311      "refs": {
312        "ListBotLocalesResponse$botLocaleSummaries": "<p>Summary information for the locales that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more locales available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
313      }
314    },
315    "BotSortAttribute": {
316      "base": null,
317      "refs": {
318        "BotSortBy$attribute": "<p>The attribute to use to sort the list of bots.</p>"
319      }
320    },
321    "BotSortBy": {
322      "base": "<p>Specifies attributes for sorting a list of bots.</p>",
323      "refs": {
324        "ListBotsRequest$sortBy": "<p>Specifies sorting parameters for the list of bots. You can specify that the list be sorted by bot name in ascending or descending order.</p>"
325      }
326    },
327    "BotStatus": {
328      "base": null,
329      "refs": {
330        "BotSummary$botStatus": "<p>The current status of the bot. When the status is <code>Available</code> the bot is ready for use.</p>",
331        "BotVersionSummary$botStatus": "<p>The status of the bot. When the status is available, the version of the bot is ready for use.</p>",
332        "CreateBotResponse$botStatus": "<p>Shows the current status of the bot. The bot is first in the <code>Creating</code> status. Once the bot is read for use, it changes to the <code>Available</code> status. After the bot is created, you can use the <code>Draft</code> version of the bot.</p>",
333        "CreateBotVersionResponse$botStatus": "<p>When you send a request to create or update a bot, Amazon Lex sets the status response element to <code>Creating</code>. After Amazon Lex builds the bot, it sets status to <code>Available</code>. If Amazon Lex can't build the bot, it sets status to <code>Failed</code>.</p>",
334        "DeleteBotResponse$botStatus": "<p>The current status of the bot. The status is <code>Deleting</code> while the bot and its associated resources are being deleted.</p>",
335        "DeleteBotVersionResponse$botStatus": "<p>The current status of the bot. </p>",
336        "DescribeBotResponse$botStatus": "<p>The current status of the bot. When the status is <code>Available</code> the bot is ready to be used in conversations with users.</p>",
337        "DescribeBotVersionResponse$botStatus": "<p>The current status of the bot. When the status is <code>Available</code>, the bot version is ready for use.</p>",
338        "UpdateBotResponse$botStatus": "<p>Shows the current status of the bot. The bot is first in the <code>Creating</code> status. Once the bot is read for use, it changes to the <code>Available</code> status. After the bot is created, you can use the <code>DRAFT</code> version of the bot.</p>"
339      }
340    },
341    "BotSummary": {
342      "base": "<p>Summary information about a bot returned by the <a>ListBots</a> operation.</p>",
343      "refs": {
344        "BotSummaryList$member": null
345      }
346    },
347    "BotSummaryList": {
348      "base": null,
349      "refs": {
350        "ListBotsResponse$botSummaries": "<p>Summary information for the bots that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more bots available, the <code>nextToken</code> field contains a token to the next page of results.</p>"
351      }
352    },
353    "BotVersion": {
354      "base": null,
355      "refs": {
356        "BotAliasHistoryEvent$botVersion": "<p>The version of the bot that was used in the event. </p>",
357        "BotAliasSummary$botVersion": "<p>The version of the bot that the bot alias references.</p>",
358        "BotExportSpecification$botVersion": "<p>The version of the bot that was exported. This will be either <code>DRAFT</code> or the version number.</p>",
359        "BotLocaleExportSpecification$botVersion": "<p>The version of the bot to export.</p>",
360        "BotVersionLocaleDetails$sourceBotVersion": "<p>The version of a bot used for a bot locale.</p>",
361        "BotVersionSummary$botVersion": "<p>The numeric version of the bot, or <code>DRAFT</code> to indicate that this is the version of the bot that can be updated..</p>",
362        "DescribeBotAliasResponse$botVersion": "<p>The version of the bot associated with the bot alias.</p>",
363        "DescribeBotLocaleRequest$botVersion": "<p>The identifier of the version of the bot associated with the locale.</p>",
364        "DescribeBotLocaleResponse$botVersion": "<p>The identifier of the version of the bot associated with the locale.</p>",
365        "DescribeIntentRequest$botVersion": "<p>The version of the bot associated with the intent.</p>",
366        "DescribeSlotRequest$botVersion": "<p>The version of the bot associated with the slot.</p>",
367        "DescribeSlotResponse$botVersion": "<p>The version of the bot associated with the slot.</p>",
368        "DescribeSlotTypeRequest$botVersion": "<p>The version of the bot associated with the slot type.</p>",
369        "DescribeSlotTypeResponse$botVersion": "<p>The version of the bot associated with the slot type.</p>",
370        "ListBotLocalesRequest$botVersion": "<p>The version of the bot to list locales for.</p>",
371        "ListBotLocalesResponse$botVersion": "<p>The version of the bot.</p>",
372        "ListExportsRequest$botVersion": "<p>The version of the bot to list exports for. </p>",
373        "ListExportsResponse$botVersion": "<p>The version of the bot that was exported.</p>",
374        "ListIntentsRequest$botVersion": "<p>The version of the bot that contains the intent.</p>",
375        "ListIntentsResponse$botVersion": "<p>The version of the bot that contains the intent.</p>",
376        "ListSlotTypesRequest$botVersion": "<p>The version of the bot that contains the slot type.</p>",
377        "ListSlotTypesResponse$botVersion": "<p>The version of the bot that contains the slot types.</p>",
378        "ListSlotsRequest$botVersion": "<p>The version of the bot that contains the slot.</p>",
379        "ListSlotsResponse$botVersion": "<p>The version of the bot that contains the slots.</p>",
380        "UpdateBotAliasRequest$botVersion": "<p>The new bot version to assign to the bot alias.</p>",
381        "UpdateBotAliasResponse$botVersion": "<p>The updated version of the bot that the alias points to.</p>"
382      }
383    },
384    "BotVersionLocaleDetails": {
385      "base": "<p>The version of a bot used for a bot locale.</p>",
386      "refs": {
387        "BotVersionLocaleSpecification$value": null
388      }
389    },
390    "BotVersionLocaleSpecification": {
391      "base": null,
392      "refs": {
393        "CreateBotVersionRequest$botVersionLocaleSpecification": "<p>Specifies the locales that Amazon Lex adds to this version. You can choose the <code>Draft</code> version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.</p>",
394        "CreateBotVersionResponse$botVersionLocaleSpecification": "<p>The source versions used for each locale in the new version.</p>"
395      }
396    },
397    "BotVersionSortAttribute": {
398      "base": null,
399      "refs": {
400        "BotVersionSortBy$attribute": "<p>The attribute to use to sort the list of versions.</p>"
401      }
402    },
403    "BotVersionSortBy": {
404      "base": "<p>Specifies attributes for sorting a list of bot versions.</p>",
405      "refs": {
406        "ListBotVersionsRequest$sortBy": "<p>Specifies sorting parameters for the list of versions. You can specify that the list be sorted by version name in either ascending or descending order.</p>"
407      }
408    },
409    "BotVersionSummary": {
410      "base": "<p>Summary information about a bot version returned by the <a>ListBotVersions</a> operation.</p>",
411      "refs": {
412        "BotVersionSummaryList$member": null
413      }
414    },
415    "BotVersionSummaryList": {
416      "base": null,
417      "refs": {
418        "ListBotVersionsResponse$botVersionSummaries": "<p>Summary information for the bot versions that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more versions available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
419      }
420    },
421    "BoxedBoolean": {
422      "base": null,
423      "refs": {
424        "IntentClosingSetting$active": "<p>Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user and no closing input from the user is used. If the <code>active</code> field isn't specified, the default is true.</p>",
425        "IntentConfirmationSetting$active": "<p>Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent and processing continues as if the responses aren't present. If the <code>active</code> field isn't specified, the default is true.</p>",
426        "PromptSpecification$allowInterrupt": "<p>Indicates whether the user can interrupt a speech prompt from the bot.</p>",
427        "ResponseSpecification$allowInterrupt": "<p>Indicates whether the user can interrupt a speech response from Amazon Lex.</p>",
428        "StillWaitingResponseSpecification$allowInterrupt": "<p>Indicates that the user can interrupt the response by speaking while the message is being played.</p>",
429        "WaitAndContinueSpecification$active": "<p>Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used and the bot expects an appropriate response within the configured timeout. If the <code>active</code> field isn't specified, the default is true.</p>"
430      }
431    },
432    "BuildBotLocaleRequest": {
433      "base": null,
434      "refs": {
435      }
436    },
437    "BuildBotLocaleResponse": {
438      "base": null,
439      "refs": {
440      }
441    },
442    "BuiltInIntentSortAttribute": {
443      "base": null,
444      "refs": {
445        "BuiltInIntentSortBy$attribute": "<p>The attribute to use to sort the list of built-in intents.</p>"
446      }
447    },
448    "BuiltInIntentSortBy": {
449      "base": "<p>Specifies attributes for sorting a list of built-in intents.</p>",
450      "refs": {
451        "ListBuiltInIntentsRequest$sortBy": "<p>Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.</p>"
452      }
453    },
454    "BuiltInIntentSummary": {
455      "base": "<p>Provides summary information about a built-in intent for the <a>ListBuiltInIntents</a> operation.</p>",
456      "refs": {
457        "BuiltInIntentSummaryList$member": null
458      }
459    },
460    "BuiltInIntentSummaryList": {
461      "base": null,
462      "refs": {
463        "ListBuiltInIntentsResponse$builtInIntentSummaries": "<p>Summary information for the built-in intents that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more intents available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
464      }
465    },
466    "BuiltInOrCustomSlotTypeId": {
467      "base": null,
468      "refs": {
469        "CreateSlotRequest$slotTypeId": "<p>The unique identifier for the slot type associated with this slot. The slot type determines the values that can be entered into the slot.</p>",
470        "CreateSlotResponse$slotTypeId": "<p>The unique identifier of the slot type associated with this slot.</p>",
471        "DescribeSlotResponse$slotTypeId": "<p>The identifier of the slot type that determines the values entered into the slot.</p>",
472        "SlotSummary$slotTypeId": "<p>The unique identifier for the slot type that defines the values for the slot.</p>",
473        "UpdateSlotRequest$slotTypeId": "<p>The unique identifier of the new slot type to associate with this slot. </p>",
474        "UpdateSlotResponse$slotTypeId": "<p>The updated identifier of the slot type that provides values for the slot.</p>"
475      }
476    },
477    "BuiltInSlotTypeSortAttribute": {
478      "base": null,
479      "refs": {
480        "BuiltInSlotTypeSortBy$attribute": "<p>The attribute to use to sort the list of built-in intents.</p>"
481      }
482    },
483    "BuiltInSlotTypeSortBy": {
484      "base": "<p>Specifies attributes for sorting a list of built-in slot types.</p>",
485      "refs": {
486        "ListBuiltInSlotTypesRequest$sortBy": "<p>Determines the sort order for the response from the <code>ListBuiltInSlotTypes</code> operation. You can choose to sort by the slot type signature in either ascending or descending order.</p>"
487      }
488    },
489    "BuiltInSlotTypeSummary": {
490      "base": "<p>Provides summary information about a built-in slot type for the <a>ListBuiltInSlotTypes</a> operation.</p>",
491      "refs": {
492        "BuiltInSlotTypeSummaryList$member": null
493      }
494    },
495    "BuiltInSlotTypeSummaryList": {
496      "base": null,
497      "refs": {
498        "ListBuiltInSlotTypesResponse$builtInSlotTypeSummaries": "<p>Summary information for the built-in slot types that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more slot types available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
499      }
500    },
501    "BuiltInsMaxResults": {
502      "base": null,
503      "refs": {
504        "ListBuiltInIntentsRequest$maxResults": "<p>The maximum number of built-in intents to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
505        "ListBuiltInSlotTypesRequest$maxResults": "<p>The maximum number of built-in slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>"
506      }
507    },
508    "Button": {
509      "base": "<p>Describes a button to use on a response card used to gather slot values from a user.</p>",
510      "refs": {
511        "ButtonsList$member": null
512      }
513    },
514    "ButtonText": {
515      "base": null,
516      "refs": {
517        "Button$text": "<p>The text that appears on the button. Use this to tell the user what value is returned when they choose this button.</p>"
518      }
519    },
520    "ButtonValue": {
521      "base": null,
522      "refs": {
523        "Button$value": "<p>The value returned to Amazon Lex when the user chooses this button. This must be one of the slot values configured for the slot.</p>"
524      }
525    },
526    "ButtonsList": {
527      "base": null,
528      "refs": {
529        "ImageResponseCard$buttons": "<p>A list of buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button.</p>"
530      }
531    },
532    "ChildDirected": {
533      "base": null,
534      "refs": {
535        "DataPrivacy$childDirected": "<p>For each Amazon Lex bot created with the Amazon Lex Model Building Service, you must specify whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to the Children's Online Privacy Protection Act (COPPA) by specifying <code>true</code> or <code>false</code> in the <code>childDirected</code> field. By specifying <code>true</code> in the <code>childDirected</code> field, you confirm that your use of Amazon Lex <b>is</b> related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. By specifying <code>false</code> in the <code>childDirected</code> field, you confirm that your use of Amazon Lex <b>is not</b> related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. You may not specify a default value for the <code>childDirected</code> field that does not accurately reflect whether your use of Amazon Lex is related to a website, program, or other application that is directed or targeted, in whole or in part, to children under age 13 and subject to COPPA. If your use of Amazon Lex relates to a website, program, or other application that is directed in whole or in part, to children under age 13, you must obtain any required verifiable parental consent under COPPA. For information regarding the use of Amazon Lex in connection with websites, programs, or other applications that are directed or targeted, in whole or in part, to children under age 13, see the <a href=\"https://aws.amazon.com/lex/faqs#data-security\">Amazon Lex FAQ</a>.</p>"
536      }
537    },
538    "CloudWatchLogGroupArn": {
539      "base": null,
540      "refs": {
541        "CloudWatchLogGroupLogDestination$cloudWatchLogGroupArn": "<p>The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.</p>"
542      }
543    },
544    "CloudWatchLogGroupLogDestination": {
545      "base": "<p>The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.</p>",
546      "refs": {
547        "TextLogDestination$cloudWatch": "<p>Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.</p>"
548      }
549    },
550    "CodeHookInterfaceVersion": {
551      "base": null,
552      "refs": {
553        "LambdaCodeHook$codeHookInterfaceVersion": "<p>The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.</p>"
554      }
555    },
556    "CodeHookSpecification": {
557      "base": "<p>Contains information about code hooks that Amazon Lex calls during a conversation.</p>",
558      "refs": {
559        "BotAliasLocaleSettings$codeHookSpecification": "<p>Specifies the Lambda function that should be used in the locale.</p>"
560      }
561    },
562    "ConditionKey": {
563      "base": null,
564      "refs": {
565        "ConditionKeyValueMap$key": null
566      }
567    },
568    "ConditionKeyValueMap": {
569      "base": null,
570      "refs": {
571        "ConditionMap$value": null
572      }
573    },
574    "ConditionMap": {
575      "base": null,
576      "refs": {
577        "CreateResourcePolicyStatementRequest$condition": "<p>Specifies a condition when the policy is in effect. If the principal of the policy is a service principal, you must provide two condition blocks, one with a SourceAccount global condition key and one with a SourceArn global condition key.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition.html\">IAM JSON policy elements: Condition </a>.</p>"
578      }
579    },
580    "ConditionOperator": {
581      "base": null,
582      "refs": {
583        "ConditionMap$key": null
584      }
585    },
586    "ConditionValue": {
587      "base": null,
588      "refs": {
589        "ConditionKeyValueMap$value": null
590      }
591    },
592    "ConfidenceThreshold": {
593      "base": null,
594      "refs": {
595        "BotLocaleImportSpecification$nluIntentConfidenceThreshold": "<p>Determines the threshold where Amazon Lex will insert the <code>AMAZON.FallbackIntent</code>, <code>AMAZON.KendraSearchIntent</code>, or both when returning alternative intents. <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> are only inserted if they are configured for the bot. </p> <p>For example, suppose a bot is configured with the confidence threshold of 0.80 and the <code>AMAZON.FallbackIntent</code>. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the <code>PostText</code> operation would be:</p> <ul> <li> <p> <code>AMAZON.FallbackIntent</code> </p> </li> <li> <p> <code>IntentA</code> </p> </li> <li> <p> <code>IntentB</code> </p> </li> <li> <p> <code>IntentC</code> </p> </li> </ul>",
596        "CreateBotLocaleRequest$nluIntentConfidenceThreshold": "<p>Determines the threshold where Amazon Lex will insert the <code>AMAZON.FallbackIntent</code>, <code>AMAZON.KendraSearchIntent</code>, or both when returning alternative intents. <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> are only inserted if they are configured for the bot.</p> <p>For example, suppose a bot is configured with the confidence threshold of 0.80 and the <code>AMAZON.FallbackIntent</code>. Amazon Lex returns three alternative intents with the following confidence scores: IntentA (0.70), IntentB (0.60), IntentC (0.50). The response from the PostText operation would be:</p> <ul> <li> <p>AMAZON.FallbackIntent</p> </li> <li> <p>IntentA</p> </li> <li> <p>IntentB</p> </li> <li> <p>IntentC</p> </li> </ul>",
597        "CreateBotLocaleResponse$nluIntentConfidenceThreshold": "<p>The specified confidence threshold for inserting the <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> intents.</p>",
598        "DescribeBotLocaleResponse$nluIntentConfidenceThreshold": "<p>The confidence threshold where Amazon Lex inserts the <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> intents in the list of possible intents for an utterance.</p>",
599        "UpdateBotLocaleRequest$nluIntentConfidenceThreshold": "<p>The new confidence threshold where Amazon Lex inserts the <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> intents in the list of possible intents for an utterance.</p>",
600        "UpdateBotLocaleResponse$nluIntentConfidenceThreshold": "<p>The updated confidence threshold for inserting the <code>AMAZON.FallbackIntent</code> and <code>AMAZON.KendraSearchIntent</code> intents in the list of possible intents for an utterance.</p>"
601      }
602    },
603    "ConflictException": {
604      "base": "<p/>",
605      "refs": {
606      }
607    },
608    "ContextTimeToLiveInSeconds": {
609      "base": null,
610      "refs": {
611        "OutputContext$timeToLiveInSeconds": "<p>The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.</p>"
612      }
613    },
614    "ContextTurnsToLive": {
615      "base": null,
616      "refs": {
617        "OutputContext$turnsToLive": "<p>The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.</p>"
618      }
619    },
620    "ConversationLogSettings": {
621      "base": "<p>Configures conversation logging that saves audio, text, and metadata for the conversations with your users.</p>",
622      "refs": {
623        "CreateBotAliasRequest$conversationLogSettings": "<p>Specifies whether Amazon Lex logs text and audio for a conversation with the bot. When you enable conversation logs, text logs store text input, transcripts of audio input, and associated metadata in Amazon CloudWatch Logs. Audio logs store audio input in Amazon S3.</p>",
624        "CreateBotAliasResponse$conversationLogSettings": "<p>The conversation log settings specified for the alias.</p>",
625        "DescribeBotAliasResponse$conversationLogSettings": "<p>Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.</p>",
626        "UpdateBotAliasRequest$conversationLogSettings": "<p>The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.</p>",
627        "UpdateBotAliasResponse$conversationLogSettings": "<p>The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.</p>"
628      }
629    },
630    "CreateBotAliasRequest": {
631      "base": null,
632      "refs": {
633      }
634    },
635    "CreateBotAliasResponse": {
636      "base": null,
637      "refs": {
638      }
639    },
640    "CreateBotLocaleRequest": {
641      "base": null,
642      "refs": {
643      }
644    },
645    "CreateBotLocaleResponse": {
646      "base": null,
647      "refs": {
648      }
649    },
650    "CreateBotRequest": {
651      "base": null,
652      "refs": {
653      }
654    },
655    "CreateBotResponse": {
656      "base": null,
657      "refs": {
658      }
659    },
660    "CreateBotVersionRequest": {
661      "base": null,
662      "refs": {
663      }
664    },
665    "CreateBotVersionResponse": {
666      "base": null,
667      "refs": {
668      }
669    },
670    "CreateExportRequest": {
671      "base": null,
672      "refs": {
673      }
674    },
675    "CreateExportResponse": {
676      "base": null,
677      "refs": {
678      }
679    },
680    "CreateIntentRequest": {
681      "base": null,
682      "refs": {
683      }
684    },
685    "CreateIntentResponse": {
686      "base": null,
687      "refs": {
688      }
689    },
690    "CreateResourcePolicyRequest": {
691      "base": null,
692      "refs": {
693      }
694    },
695    "CreateResourcePolicyResponse": {
696      "base": null,
697      "refs": {
698      }
699    },
700    "CreateResourcePolicyStatementRequest": {
701      "base": null,
702      "refs": {
703      }
704    },
705    "CreateResourcePolicyStatementResponse": {
706      "base": null,
707      "refs": {
708      }
709    },
710    "CreateSlotRequest": {
711      "base": null,
712      "refs": {
713      }
714    },
715    "CreateSlotResponse": {
716      "base": null,
717      "refs": {
718      }
719    },
720    "CreateSlotTypeRequest": {
721      "base": null,
722      "refs": {
723      }
724    },
725    "CreateSlotTypeResponse": {
726      "base": null,
727      "refs": {
728      }
729    },
730    "CreateUploadUrlRequest": {
731      "base": null,
732      "refs": {
733      }
734    },
735    "CreateUploadUrlResponse": {
736      "base": null,
737      "refs": {
738      }
739    },
740    "CustomPayload": {
741      "base": "<p>A custom response string that Amazon Lex sends to your application. You define the content and structure the string.</p>",
742      "refs": {
743        "Message$customPayload": "<p>A message in a custom format defined by the client application.</p>"
744      }
745    },
746    "CustomPayloadValue": {
747      "base": null,
748      "refs": {
749        "CustomPayload$value": "<p>The string that is sent to your application.</p>"
750      }
751    },
752    "DataPrivacy": {
753      "base": "<p>By default, data stored by Amazon Lex is encrypted. The <code>DataPrivacy</code> structure provides settings that determine how Amazon Lex handles special cases of securing the data for your bot. </p>",
754      "refs": {
755        "BotImportSpecification$dataPrivacy": null,
756        "CreateBotRequest$dataPrivacy": "<p>Provides information on additional privacy protections Amazon Lex should use with the bot's data.</p>",
757        "CreateBotResponse$dataPrivacy": "<p>The data privacy settings specified for the bot.</p>",
758        "DescribeBotResponse$dataPrivacy": "<p>Settings for managing data privacy of the bot and its conversations with users.</p>",
759        "DescribeBotVersionResponse$dataPrivacy": "<p>Data privacy settings for the bot version.</p>",
760        "UpdateBotRequest$dataPrivacy": "<p>Provides information on additional privacy protections Amazon Lex should use with the bot's data.</p>",
761        "UpdateBotResponse$dataPrivacy": "<p>The data privacy settings for the bot after the update.</p>"
762      }
763    },
764    "DeleteBotAliasRequest": {
765      "base": null,
766      "refs": {
767      }
768    },
769    "DeleteBotAliasResponse": {
770      "base": null,
771      "refs": {
772      }
773    },
774    "DeleteBotLocaleRequest": {
775      "base": null,
776      "refs": {
777      }
778    },
779    "DeleteBotLocaleResponse": {
780      "base": null,
781      "refs": {
782      }
783    },
784    "DeleteBotRequest": {
785      "base": null,
786      "refs": {
787      }
788    },
789    "DeleteBotResponse": {
790      "base": null,
791      "refs": {
792      }
793    },
794    "DeleteBotVersionRequest": {
795      "base": null,
796      "refs": {
797      }
798    },
799    "DeleteBotVersionResponse": {
800      "base": null,
801      "refs": {
802      }
803    },
804    "DeleteExportRequest": {
805      "base": null,
806      "refs": {
807      }
808    },
809    "DeleteExportResponse": {
810      "base": null,
811      "refs": {
812      }
813    },
814    "DeleteImportRequest": {
815      "base": null,
816      "refs": {
817      }
818    },
819    "DeleteImportResponse": {
820      "base": null,
821      "refs": {
822      }
823    },
824    "DeleteIntentRequest": {
825      "base": null,
826      "refs": {
827      }
828    },
829    "DeleteResourcePolicyRequest": {
830      "base": null,
831      "refs": {
832      }
833    },
834    "DeleteResourcePolicyResponse": {
835      "base": null,
836      "refs": {
837      }
838    },
839    "DeleteResourcePolicyStatementRequest": {
840      "base": null,
841      "refs": {
842      }
843    },
844    "DeleteResourcePolicyStatementResponse": {
845      "base": null,
846      "refs": {
847      }
848    },
849    "DeleteSlotRequest": {
850      "base": null,
851      "refs": {
852      }
853    },
854    "DeleteSlotTypeRequest": {
855      "base": null,
856      "refs": {
857      }
858    },
859    "DescribeBotAliasRequest": {
860      "base": null,
861      "refs": {
862      }
863    },
864    "DescribeBotAliasResponse": {
865      "base": null,
866      "refs": {
867      }
868    },
869    "DescribeBotLocaleRequest": {
870      "base": null,
871      "refs": {
872      }
873    },
874    "DescribeBotLocaleResponse": {
875      "base": null,
876      "refs": {
877      }
878    },
879    "DescribeBotRequest": {
880      "base": null,
881      "refs": {
882      }
883    },
884    "DescribeBotResponse": {
885      "base": null,
886      "refs": {
887      }
888    },
889    "DescribeBotVersionRequest": {
890      "base": null,
891      "refs": {
892      }
893    },
894    "DescribeBotVersionResponse": {
895      "base": null,
896      "refs": {
897      }
898    },
899    "DescribeExportRequest": {
900      "base": null,
901      "refs": {
902      }
903    },
904    "DescribeExportResponse": {
905      "base": null,
906      "refs": {
907      }
908    },
909    "DescribeImportRequest": {
910      "base": null,
911      "refs": {
912      }
913    },
914    "DescribeImportResponse": {
915      "base": null,
916      "refs": {
917      }
918    },
919    "DescribeIntentRequest": {
920      "base": null,
921      "refs": {
922      }
923    },
924    "DescribeIntentResponse": {
925      "base": null,
926      "refs": {
927      }
928    },
929    "DescribeResourcePolicyRequest": {
930      "base": null,
931      "refs": {
932      }
933    },
934    "DescribeResourcePolicyResponse": {
935      "base": null,
936      "refs": {
937      }
938    },
939    "DescribeSlotRequest": {
940      "base": null,
941      "refs": {
942      }
943    },
944    "DescribeSlotResponse": {
945      "base": null,
946      "refs": {
947      }
948    },
949    "DescribeSlotTypeRequest": {
950      "base": null,
951      "refs": {
952      }
953    },
954    "DescribeSlotTypeResponse": {
955      "base": null,
956      "refs": {
957      }
958    },
959    "Description": {
960      "base": null,
961      "refs": {
962        "BotAliasSummary$description": "<p>The description of the bot alias.</p>",
963        "BotLocaleSummary$description": "<p>The description of the bot locale.</p>",
964        "BotSummary$description": "<p>The description of the bot.</p>",
965        "BotVersionSummary$description": "<p>The description of the version.</p>",
966        "BuiltInIntentSummary$description": "<p>The description of the intent.</p>",
967        "BuiltInSlotTypeSummary$description": "<p>The description of the built-in slot type.</p>",
968        "CreateBotAliasRequest$description": "<p>A description of the alias. Use this description to help identify the alias.</p>",
969        "CreateBotAliasResponse$description": "<p>The description specified for the bot alias.</p>",
970        "CreateBotLocaleRequest$description": "<p>A description of the bot locale. Use this to help identify the bot locale in lists.</p>",
971        "CreateBotLocaleResponse$description": "<p>The specified description of the bot locale.</p>",
972        "CreateBotRequest$description": "<p>A description of the bot. It appears in lists to help you identify a particular bot.</p>",
973        "CreateBotResponse$description": "<p>The description specified for the bot.</p>",
974        "CreateBotVersionRequest$description": "<p>A description of the version. Use the description to help identify the version in lists.</p>",
975        "CreateBotVersionResponse$description": "<p>The description of the version specified in the request.</p>",
976        "CreateIntentRequest$description": "<p>A description of the intent. Use the description to help identify the intent in lists.</p>",
977        "CreateIntentResponse$description": "<p>The description specified for the intent.</p>",
978        "CreateSlotRequest$description": "<p>A description of the slot. Use this to help identify the slot in lists.</p>",
979        "CreateSlotResponse$description": "<p>The description associated with the slot.</p>",
980        "CreateSlotTypeRequest$description": "<p>A description of the slot type. Use the description to help identify the slot type in lists.</p>",
981        "CreateSlotTypeResponse$description": "<p>The description specified for the slot type.</p>",
982        "DescribeBotAliasResponse$description": "<p>The description of the bot alias.</p>",
983        "DescribeBotLocaleResponse$description": "<p>The description of the locale.</p>",
984        "DescribeBotResponse$description": "<p>The description of the bot. </p>",
985        "DescribeBotVersionResponse$description": "<p>The description specified for the bot.</p>",
986        "DescribeIntentResponse$description": "<p>The description of the intent.</p>",
987        "DescribeSlotResponse$description": "<p>The description specified for the slot.</p>",
988        "DescribeSlotTypeResponse$description": "<p>The description specified for the slot type.</p>",
989        "IntentSummary$description": "<p>The description of the intent.</p>",
990        "SlotSummary$description": "<p>The description of the slot.</p>",
991        "SlotTypeSummary$description": "<p>The description of the slot type.</p>",
992        "UpdateBotAliasRequest$description": "<p>The new description to assign to the bot alias.</p>",
993        "UpdateBotAliasResponse$description": "<p>The updated description of the bot alias.</p>",
994        "UpdateBotLocaleRequest$description": "<p>The new description of the locale.</p>",
995        "UpdateBotLocaleResponse$description": "<p>The updated description of the locale.</p>",
996        "UpdateBotRequest$description": "<p>A description of the bot.</p>",
997        "UpdateBotResponse$description": "<p>The description of the bot after the update.</p>",
998        "UpdateIntentRequest$description": "<p>The new description of the intent.</p>",
999        "UpdateIntentResponse$description": "<p>The updated description of the intent.</p>",
1000        "UpdateSlotRequest$description": "<p>The new description for the slot.</p>",
1001        "UpdateSlotResponse$description": "<p>The updated description of the bot.</p>",
1002        "UpdateSlotTypeRequest$description": "<p>The new description of the slot type.</p>",
1003        "UpdateSlotTypeResponse$description": "<p>The updated description of the slot type.</p>"
1004      }
1005    },
1006    "DialogCodeHookSettings": {
1007      "base": "<p>Settings that determine the Lambda function that Amazon Lex uses for processing user responses.</p>",
1008      "refs": {
1009        "CreateIntentRequest$dialogCodeHook": "<p>Specifies that Amazon Lex invokes the alias Lambda function for each user input. You can invoke this Lambda function to personalize user interaction.</p> <p>For example, suppose that your bot determines that the user's name is John. You Lambda function might retrieve John's information from a backend database and prepopulate some of the values. For example, if you find that John is gluten intolerant, you might set the corresponding intent slot, <code>glutenIntolerant</code> to <code>true</code>. You might find John's phone number and set the corresponding session attribute.</p>",
1010        "CreateIntentResponse$dialogCodeHook": "<p>The dialog Lambda function specified for the intent.</p>",
1011        "DescribeIntentResponse$dialogCodeHook": "<p>The Lambda function called during each turn of a conversation with the intent.</p>",
1012        "UpdateIntentRequest$dialogCodeHook": "<p>The new Lambda function to use between each turn of the conversation with the bot.</p>",
1013        "UpdateIntentResponse$dialogCodeHook": "<p>The updated Lambda function called during each turn of the conversation with the user.</p>"
1014      }
1015    },
1016    "DraftBotVersion": {
1017      "base": null,
1018      "refs": {
1019        "BotLocaleImportSpecification$botVersion": "<p>The version of the bot to import the locale to. This can only be the <code>DRAFT</code> version of the bot.</p>",
1020        "BuildBotLocaleRequest$botVersion": "<p>The version of the bot to build. This can only be the draft version of the bot.</p>",
1021        "BuildBotLocaleResponse$botVersion": "<p>The version of the bot that was built. This is only the draft version of the bot.</p>",
1022        "CreateBotLocaleRequest$botVersion": "<p>The version of the bot to create the locale for. This can only be the draft version of the bot.</p>",
1023        "CreateBotLocaleResponse$botVersion": "<p>The specified bot version.</p>",
1024        "CreateIntentRequest$botVersion": "<p>The identifier of the version of the bot associated with this intent.</p>",
1025        "CreateIntentResponse$botVersion": "<p>The identifier of the version of the bot associated with the intent.</p>",
1026        "CreateSlotRequest$botVersion": "<p>The version of the bot associated with the slot.</p>",
1027        "CreateSlotResponse$botVersion": "<p>The version of the bot associated with the slot.</p>",
1028        "CreateSlotTypeRequest$botVersion": "<p>The identifier of the bot version associated with this slot type.</p>",
1029        "CreateSlotTypeResponse$botVersion": "<p>The version of the bot associated with the slot type.</p>",
1030        "DeleteBotLocaleRequest$botVersion": "<p>The version of the bot that contains the locale. </p>",
1031        "DeleteBotLocaleResponse$botVersion": "<p>The version of the bot that contained the deleted locale.</p>",
1032        "DeleteIntentRequest$botVersion": "<p>The version of the bot associated with the intent.</p>",
1033        "DeleteSlotRequest$botVersion": "<p>The version of the bot associated with the slot to delete.</p>",
1034        "DeleteSlotTypeRequest$botVersion": "<p>The version of the bot associated with the slot type.</p>",
1035        "DescribeIntentResponse$botVersion": "<p>The version of the bot associated with the intent.</p>",
1036        "ListImportsRequest$botVersion": "<p>The version of the bot to list imports for.</p>",
1037        "ListImportsResponse$botVersion": "<p>The version of the bot that was imported. It will always be <code>DRAFT</code>.</p>",
1038        "UpdateBotLocaleRequest$botVersion": "<p>The version of the bot that contains the locale to be updated. The version can only be the <code>DRAFT</code> version.</p>",
1039        "UpdateBotLocaleResponse$botVersion": "<p>The version of the bot that contains the updated locale.</p>",
1040        "UpdateIntentRequest$botVersion": "<p>The version of the bot that contains the intent. Must be <code>DRAFT</code>.</p>",
1041        "UpdateIntentResponse$botVersion": "<p>The version of the bot that contains the intent. Will always be <code>DRAFT</code>.</p>",
1042        "UpdateSlotRequest$botVersion": "<p>The version of the bot that contains the slot. Must always be <code>DRAFT</code>.</p>",
1043        "UpdateSlotResponse$botVersion": "<p>The identifier of the slot version that contains the slot. Will always be <code>DRAFT</code>.</p>",
1044        "UpdateSlotTypeRequest$botVersion": "<p>The version of the bot that contains the slot type. Must be <code>DRAFT</code>.</p>",
1045        "UpdateSlotTypeResponse$botVersion": "<p>The version of the bot that contains the slot type. This is always <code>DRAFT</code>.</p>"
1046      }
1047    },
1048    "Effect": {
1049      "base": null,
1050      "refs": {
1051        "CreateResourcePolicyStatementRequest$effect": "<p>Determines whether the statement allows or denies access to the resource.</p>"
1052      }
1053    },
1054    "ExceptionMessage": {
1055      "base": null,
1056      "refs": {
1057        "ConflictException$message": null,
1058        "InternalServerException$message": null,
1059        "PreconditionFailedException$message": null,
1060        "ResourceNotFoundException$message": null,
1061        "ServiceQuotaExceededException$message": null,
1062        "ThrottlingException$message": null,
1063        "ValidationException$message": null
1064      }
1065    },
1066    "ExportFilter": {
1067      "base": "<p>Filtes the response form the operation</p>",
1068      "refs": {
1069        "ExportFilters$member": null
1070      }
1071    },
1072    "ExportFilterName": {
1073      "base": null,
1074      "refs": {
1075        "ExportFilter$name": "<p>The name of the field to use for filtering.</p>"
1076      }
1077    },
1078    "ExportFilterOperator": {
1079      "base": null,
1080      "refs": {
1081        "ExportFilter$operator": "<p>The operator to use for the filter. Specify EQ when the <code>ListExports</code> operation should return only resource types that equal the specified value. Specify CO when the <code>ListExports</code> operation should return resource types that contain the specified value.</p>"
1082      }
1083    },
1084    "ExportFilters": {
1085      "base": null,
1086      "refs": {
1087        "ListExportsRequest$filters": "<p>Provides the specification of a filter used to limit the exports in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.</p>"
1088      }
1089    },
1090    "ExportResourceSpecification": {
1091      "base": "<p>Provides information about the bot or bot locale that you want to export. You can specify the <code>botExportSpecification</code> or the <code>botLocaleExportSpecification</code>, but not both.</p>",
1092      "refs": {
1093        "CreateExportRequest$resourceSpecification": "<p>Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.</p>",
1094        "CreateExportResponse$resourceSpecification": "<p>A description of the type of resource that was exported, either a bot or a bot locale.</p>",
1095        "DescribeExportResponse$resourceSpecification": "<p>The bot, bot ID, and optional locale ID of the exported bot or bot locale.</p>",
1096        "ExportSummary$resourceSpecification": "<p>Information about the bot or bot locale that was exported.</p>",
1097        "UpdateExportResponse$resourceSpecification": "<p>A description of the type of resource that was exported, either a bot or a bot locale.</p>"
1098      }
1099    },
1100    "ExportSortAttribute": {
1101      "base": null,
1102      "refs": {
1103        "ExportSortBy$attribute": "<p>The export field to use for sorting.</p>"
1104      }
1105    },
1106    "ExportSortBy": {
1107      "base": "<p>Provides information about sorting a list of exports.</p>",
1108      "refs": {
1109        "ListExportsRequest$sortBy": "<p>Determines the field that the list of exports is sorted by. You can sort by the <code>LastUpdatedDateTime</code> field in ascending or descending order.</p>"
1110      }
1111    },
1112    "ExportStatus": {
1113      "base": null,
1114      "refs": {
1115        "CreateExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Completed</code>, you can use the operation to get the pre-signed S3 URL link to your exported bot or bot locale.</p>",
1116        "DeleteExportResponse$exportStatus": "<p>The current status of the deletion. When the deletion is complete, the export will no longer be returned by the operation and calls to the with the export identifier will fail.</p>",
1117        "DescribeExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Complete</code> the export archive file is available for download.</p>",
1118        "ExportSummary$exportStatus": "<p>The status of the export. When the status is <code>Completed</code> the export is ready to download.</p>",
1119        "UpdateExportResponse$exportStatus": "<p>The status of the export. When the status is <code>Completed</code> the export archive is available for download.</p>"
1120      }
1121    },
1122    "ExportSummary": {
1123      "base": "<p>Provides summary information about an export in an export list. </p>",
1124      "refs": {
1125        "ExportSummaryList$member": null
1126      }
1127    },
1128    "ExportSummaryList": {
1129      "base": null,
1130      "refs": {
1131        "ListExportsResponse$exportSummaries": "<p>Summary information for the exports that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter. If there are more exports available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
1132      }
1133    },
1134    "FailureReason": {
1135      "base": null,
1136      "refs": {
1137        "FailureReasons$member": null
1138      }
1139    },
1140    "FailureReasons": {
1141      "base": null,
1142      "refs": {
1143        "DescribeBotLocaleResponse$failureReasons": "<p>if <code>botLocaleStatus</code> is <code>Failed</code>, Amazon Lex explains why it failed to build the bot.</p>",
1144        "DescribeBotVersionResponse$failureReasons": "<p>If the <code>botStatus</code> is <code>Failed</code>, this contains a list of reasons that the version couldn't be built.</p>",
1145        "DescribeExportResponse$failureReasons": "<p>If the <code>exportStatus</code> is failed, contains one or more reasons why the export could not be completed.</p>",
1146        "DescribeImportResponse$failureReasons": "<p>If the <code>importStatus</code> field is <code>Failed</code>, this provides one or more reasons for the failture.</p>",
1147        "UpdateBotLocaleResponse$failureReasons": "<p>If the <code>botLocaleStatus</code> is <code>Failed</code>, the <code>failureReasons</code> field lists the errors that occurred while building the bot.</p>"
1148      }
1149    },
1150    "FilterValue": {
1151      "base": null,
1152      "refs": {
1153        "FilterValues$member": null
1154      }
1155    },
1156    "FilterValues": {
1157      "base": null,
1158      "refs": {
1159        "BotFilter$values": "<p>The value to use for filtering the list of bots.</p>",
1160        "BotLocaleFilter$values": "<p>The value to use for filtering the list of bots.</p>",
1161        "ExportFilter$values": "<p>The values to use to fileter the response.</p>",
1162        "ImportFilter$values": "<p>The values to use to filter the response.</p>",
1163        "IntentFilter$values": "<p>The value to use for the filter.</p>",
1164        "SlotFilter$values": "<p>The value to use to filter the response.</p>",
1165        "SlotTypeFilter$values": "<p>The value to use to filter the response.</p>"
1166      }
1167    },
1168    "FulfillmentCodeHookSettings": {
1169      "base": "<p>Determines if a Lambda function should be invoked for a specific intent.</p>",
1170      "refs": {
1171        "CreateIntentRequest$fulfillmentCodeHook": "<p>Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment. You can invoke this function to complete the bot's transaction with the user.</p> <p>For example, in a pizza ordering bot, the Lambda function can look up the closest pizza restaurant to the customer's location and then place an order on the customer's behalf.</p>",
1172        "CreateIntentResponse$fulfillmentCodeHook": "<p>The fulfillment Lambda function specified for the intent.</p>",
1173        "DescribeIntentResponse$fulfillmentCodeHook": "<p>The Lambda function called when the intent is complete and ready for fulfillment.</p>",
1174        "UpdateIntentRequest$fulfillmentCodeHook": "<p>The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment.</p>",
1175        "UpdateIntentResponse$fulfillmentCodeHook": "<p>The updated Lambda function called when the intent is ready for fulfillment.</p>"
1176      }
1177    },
1178    "Id": {
1179      "base": null,
1180      "refs": {
1181        "BotExportSpecification$botId": "<p>The identifier of the bot assigned by Amazon Lex.</p>",
1182        "BotLocaleExportSpecification$botId": "<p>The identifier of the bot to create the locale for.</p>",
1183        "BotLocaleImportSpecification$botId": "<p>The identifier of the bot to import the locale to.</p>",
1184        "BotSummary$botId": "<p>The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the <a>DescribeBot</a> operation.</p>",
1185        "BuildBotLocaleRequest$botId": "<p>The identifier of the bot to build. The identifier is returned in the response from the operation.</p>",
1186        "BuildBotLocaleResponse$botId": "<p>The identifier of the specified bot.</p>",
1187        "CreateBotAliasRequest$botId": "<p>The unique identifier of the bot that the alias applies to.</p>",
1188        "CreateBotAliasResponse$botId": "<p>The unique identifier of the bot that this alias applies to.</p>",
1189        "CreateBotLocaleRequest$botId": "<p>The identifier of the bot to create the locale for.</p>",
1190        "CreateBotLocaleResponse$botId": "<p>The specified bot identifier.</p>",
1191        "CreateBotResponse$botId": "<p>A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.</p>",
1192        "CreateBotVersionRequest$botId": "<p>The identifier of the bot to create the version for.</p>",
1193        "CreateBotVersionResponse$botId": "<p>The bot identifier specified in the request.</p>",
1194        "CreateExportResponse$exportId": "<p>An identifier for a specific request to create an export.</p>",
1195        "CreateIntentRequest$botId": "<p>The identifier of the bot associated with this intent.</p>",
1196        "CreateIntentResponse$intentId": "<p>A unique identifier for the intent.</p>",
1197        "CreateIntentResponse$botId": "<p>The identifier of the bot associated with the intent.</p>",
1198        "CreateSlotRequest$botId": "<p>The identifier of the bot associated with the slot.</p>",
1199        "CreateSlotRequest$intentId": "<p>The identifier of the intent that contains the slot.</p>",
1200        "CreateSlotResponse$slotId": "<p>The unique identifier associated with the slot. Use this to identify the slot when you update or delete it.</p>",
1201        "CreateSlotResponse$botId": "<p>The unique identifier of the bot associated with the slot.</p>",
1202        "CreateSlotResponse$intentId": "<p>The unique identifier of the intent associated with the slot.</p>",
1203        "CreateSlotTypeRequest$botId": "<p>The identifier of the bot associated with this slot type.</p>",
1204        "CreateSlotTypeResponse$slotTypeId": "<p>The unique identifier assigned to the slot type. Use this to identify the slot type in the <code>UpdateSlotType</code> and <code>DeleteSlotType</code> operations.</p>",
1205        "CreateSlotTypeResponse$botId": "<p>The identifier for the bot associated with the slot type.</p>",
1206        "CreateUploadUrlResponse$importId": "<p>An identifier for a unique import job. Use it when you call the operation.</p>",
1207        "DeleteBotAliasRequest$botId": "<p>The unique identifier of the bot associated with the alias to delete.</p>",
1208        "DeleteBotAliasResponse$botId": "<p>The unique identifier of the bot that contains the alias to delete.</p>",
1209        "DeleteBotLocaleRequest$botId": "<p>The unique identifier of the bot that contains the locale.</p>",
1210        "DeleteBotLocaleResponse$botId": "<p>The identifier of the bot that contained the deleted locale.</p>",
1211        "DeleteBotRequest$botId": "<p>The identifier of the bot to delete. </p>",
1212        "DeleteBotResponse$botId": "<p>The unique identifier of the bot that Amazon Lex is deleting.</p>",
1213        "DeleteBotVersionRequest$botId": "<p>The identifier of the bot that contains the version.</p>",
1214        "DeleteBotVersionResponse$botId": "<p>The identifier of the bot that is being deleted.</p>",
1215        "DeleteExportRequest$exportId": "<p>The unique identifier of the export to delete.</p>",
1216        "DeleteExportResponse$exportId": "<p>The unique identifier of the deleted export.</p>",
1217        "DeleteImportRequest$importId": "<p>The unique identifier of the import to delete.</p>",
1218        "DeleteImportResponse$importId": "<p>The unique identifier of the deleted import.</p>",
1219        "DeleteIntentRequest$intentId": "<p>The unique identifier of the intent to delete.</p>",
1220        "DeleteIntentRequest$botId": "<p>The identifier of the bot associated with the intent.</p>",
1221        "DeleteSlotRequest$slotId": "<p>The identifier of the slot to delete. </p>",
1222        "DeleteSlotRequest$botId": "<p>The identifier of the bot associated with the slot to delete.</p>",
1223        "DeleteSlotRequest$intentId": "<p>The identifier of the intent associated with the slot.</p>",
1224        "DeleteSlotTypeRequest$slotTypeId": "<p>The identifier of the slot type to delete.</p>",
1225        "DeleteSlotTypeRequest$botId": "<p>The identifier of the bot associated with the slot type.</p>",
1226        "DescribeBotAliasRequest$botId": "<p>The identifier of the bot associated with the bot alias to describe.</p>",
1227        "DescribeBotAliasResponse$botId": "<p>The identifier of the bot associated with the bot alias.</p>",
1228        "DescribeBotLocaleRequest$botId": "<p>The identifier of the bot associated with the locale.</p>",
1229        "DescribeBotLocaleResponse$botId": "<p>The identifier of the bot associated with the locale.</p>",
1230        "DescribeBotRequest$botId": "<p>The unique identifier of the bot to describe.</p>",
1231        "DescribeBotResponse$botId": "<p>The unique identifier of the bot.</p>",
1232        "DescribeBotVersionRequest$botId": "<p>The identifier of the bot containing the version to return metadata for.</p>",
1233        "DescribeBotVersionResponse$botId": "<p>The identifier of the bot that contains the version.</p>",
1234        "DescribeExportRequest$exportId": "<p>The unique identifier of the export to describe.</p>",
1235        "DescribeExportResponse$exportId": "<p>The unique identifier of the described export.</p>",
1236        "DescribeImportRequest$importId": "<p>The unique identifier of the import to describe.</p>",
1237        "DescribeImportResponse$importId": "<p>The unique identifier of the described import.</p>",
1238        "DescribeIntentRequest$intentId": "<p>The identifier of the intent to describe.</p>",
1239        "DescribeIntentRequest$botId": "<p>The identifier of the bot associated with the intent.</p>",
1240        "DescribeIntentResponse$intentId": "<p>The unique identifier assigned to the intent when it was created.</p>",
1241        "DescribeIntentResponse$botId": "<p>The identifier of the bot associated with the intent.</p>",
1242        "DescribeSlotRequest$slotId": "<p>The unique identifier for the slot.</p>",
1243        "DescribeSlotRequest$botId": "<p>The identifier of the bot associated with the slot.</p>",
1244        "DescribeSlotRequest$intentId": "<p>The identifier of the intent that contains the slot.</p>",
1245        "DescribeSlotResponse$slotId": "<p>The unique identifier generated for the slot.</p>",
1246        "DescribeSlotResponse$botId": "<p>The identifier of the bot associated with the slot.</p>",
1247        "DescribeSlotResponse$intentId": "<p>The identifier of the intent associated with the slot.</p>",
1248        "DescribeSlotTypeRequest$slotTypeId": "<p>The identifier of the slot type.</p>",
1249        "DescribeSlotTypeRequest$botId": "<p>The identifier of the bot associated with the slot type.</p>",
1250        "DescribeSlotTypeResponse$slotTypeId": "<p>The unique identifier for the slot type.</p>",
1251        "DescribeSlotTypeResponse$botId": "<p>The identifier of the bot associated with the slot type.</p>",
1252        "ExportSummary$exportId": "<p>The unique identifier that Amazon Lex assigned to the export.</p>",
1253        "ImportSummary$importId": "<p>The unique identifier that Amazon Lex assigned to the import.</p>",
1254        "IntentSummary$intentId": "<p>The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the <code>DescribeIntent</code> operation.</p>",
1255        "ListBotAliasesRequest$botId": "<p>The identifier of the bot to list aliases for.</p>",
1256        "ListBotAliasesResponse$botId": "<p>The identifier of the bot associated with the aliases.</p>",
1257        "ListBotLocalesRequest$botId": "<p>The identifier of the bot to list locales for.</p>",
1258        "ListBotLocalesResponse$botId": "<p>The identifier of the bot to list locales for.</p>",
1259        "ListBotVersionsRequest$botId": "<p>The identifier of the bot to list versions for.</p>",
1260        "ListBotVersionsResponse$botId": "<p>The identifier of the bot to list versions for.</p>",
1261        "ListExportsRequest$botId": "<p>The unique identifier that Amazon Lex assigned to the bot.</p>",
1262        "ListExportsResponse$botId": "<p>The unique identifier assigned to the bot by Amazon Lex.</p>",
1263        "ListImportsRequest$botId": "<p>The unique identifier that Amazon Lex assigned to the bot.</p>",
1264        "ListImportsResponse$botId": "<p>The unique identifier assigned by Amazon Lex to the bot.</p>",
1265        "ListIntentsRequest$botId": "<p>The unique identifier of the bot that contains the intent.</p>",
1266        "ListIntentsResponse$botId": "<p>The identifier of the bot that contains the intent.</p>",
1267        "ListSlotTypesRequest$botId": "<p>The unique identifier of the bot that contains the slot types.</p>",
1268        "ListSlotTypesResponse$botId": "<p>The identifier of the bot that contains the slot types.</p>",
1269        "ListSlotsRequest$botId": "<p>The identifier of the bot that contains the slot.</p>",
1270        "ListSlotsRequest$intentId": "<p>The unique identifier of the intent that contains the slot.</p>",
1271        "ListSlotsResponse$botId": "<p>The identifier of the bot that contains the slots.</p>",
1272        "ListSlotsResponse$intentId": "<p>The identifier of the intent that contains the slots.</p>",
1273        "SlotPriority$slotId": "<p>The unique identifier of the slot.</p>",
1274        "SlotSummary$slotId": "<p>The unique identifier of the slot.</p>",
1275        "SlotTypeSummary$slotTypeId": "<p>The unique identifier assigned to the slot type.</p>",
1276        "StartImportRequest$importId": "<p>The unique identifier for the import. It is included in the response from the operation.</p>",
1277        "StartImportResponse$importId": "<p>A unique identifier for the import.</p>",
1278        "UpdateBotAliasRequest$botId": "<p>The identifier of the bot with the updated alias.</p>",
1279        "UpdateBotAliasResponse$botId": "<p>The identifier of the bot with the updated alias.</p>",
1280        "UpdateBotLocaleRequest$botId": "<p>The unique identifier of the bot that contains the locale.</p>",
1281        "UpdateBotLocaleResponse$botId": "<p>The identifier of the bot that contains the updated locale.</p>",
1282        "UpdateBotRequest$botId": "<p>The unique identifier of the bot to update. This identifier is returned by the <a>CreateBot</a> operation.</p>",
1283        "UpdateBotResponse$botId": "<p>The unique identifier of the bot that was updated.</p>",
1284        "UpdateExportRequest$exportId": "<p>The unique identifier Amazon Lex assigned to the export.</p>",
1285        "UpdateExportResponse$exportId": "<p>The unique identifier Amazon Lex assigned to the export.</p>",
1286        "UpdateIntentRequest$intentId": "<p>The unique identifier of the intent to update.</p>",
1287        "UpdateIntentRequest$botId": "<p>The identifier of the bot that contains the intent.</p>",
1288        "UpdateIntentResponse$intentId": "<p>The identifier of the intent that was updated.</p>",
1289        "UpdateIntentResponse$botId": "<p>The identifier of the bot that contains the intent.</p>",
1290        "UpdateSlotRequest$slotId": "<p>The unique identifier for the slot to update.</p>",
1291        "UpdateSlotRequest$botId": "<p>The unique identifier of the bot that contains the slot.</p>",
1292        "UpdateSlotRequest$intentId": "<p>The identifier of the intent that contains the slot.</p>",
1293        "UpdateSlotResponse$slotId": "<p>The unique identifier of the slot that was updated.</p>",
1294        "UpdateSlotResponse$botId": "<p>The identifier of the bot that contains the slot.</p>",
1295        "UpdateSlotResponse$intentId": "<p>The intent that contains the slot.</p>",
1296        "UpdateSlotTypeRequest$slotTypeId": "<p>The unique identifier of the slot type to update.</p>",
1297        "UpdateSlotTypeRequest$botId": "<p>The identifier of the bot that contains the slot type.</p>",
1298        "UpdateSlotTypeResponse$slotTypeId": "<p>The unique identifier of the updated slot type.</p>",
1299        "UpdateSlotTypeResponse$botId": "<p>The identifier of the bot that contains the slot type.</p>"
1300      }
1301    },
1302    "ImageResponseCard": {
1303      "base": "<p>A card that is shown to the user by a messaging platform. You define the contents of the card, the card is displayed by the platform. </p> <p>When you use a response card, the response from the user is constrained to the text associated with a button on the card.</p>",
1304      "refs": {
1305        "Message$imageResponseCard": "<p>A message that defines a response card that the client application can show to the user.</p>"
1306      }
1307    },
1308    "ImportExportFileFormat": {
1309      "base": null,
1310      "refs": {
1311        "CreateExportRequest$fileFormat": "<p>The file format of the bot or bot locale definition files.</p>",
1312        "CreateExportResponse$fileFormat": "<p>The file format used for the bot or bot locale definition files.</p>",
1313        "DescribeExportResponse$fileFormat": "<p>The file format used in the files that describe the bot or bot locale.</p>",
1314        "ExportSummary$fileFormat": "<p>The file format used in the export files.</p>",
1315        "UpdateExportResponse$fileFormat": "<p>The file format used for the files that define the resource.</p>"
1316      }
1317    },
1318    "ImportExportFilePassword": {
1319      "base": null,
1320      "refs": {
1321        "CreateExportRequest$filePassword": "<p>An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.</p>",
1322        "StartImportRequest$filePassword": "<p>The password used to encrypt the zip archive that contains the bot or bot locale definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.</p>",
1323        "UpdateExportRequest$filePassword": "<p>The new password to use to encrypt the export zip archive.</p>"
1324      }
1325    },
1326    "ImportFilter": {
1327      "base": "<p>Filters the response from the operation.</p>",
1328      "refs": {
1329        "ImportFilters$member": null
1330      }
1331    },
1332    "ImportFilterName": {
1333      "base": null,
1334      "refs": {
1335        "ImportFilter$name": "<p>The name of the field to use for filtering.</p>"
1336      }
1337    },
1338    "ImportFilterOperator": {
1339      "base": null,
1340      "refs": {
1341        "ImportFilter$operator": "<p>The operator to use for the filter. Specify EQ when the <code>ListImports</code> operation should return only resource types that equal the specified value. Specify CO when the <code>ListImports</code> operation should return resource types that contain the specified value.</p>"
1342      }
1343    },
1344    "ImportFilters": {
1345      "base": null,
1346      "refs": {
1347        "ListImportsRequest$filters": "<p>Provides the specification of a filter used to limit the bots in the response to only those that match the filter specification. You can only specify one filter and one string to filter on.</p>"
1348      }
1349    },
1350    "ImportResourceSpecification": {
1351      "base": "<p>Provides information about the bot or bot locale that you want to import. You can sepcifiy the <code>botImportSpecification</code> or the <code>botLocaleImportSpecification</code>, but not both.</p>",
1352      "refs": {
1353        "DescribeImportResponse$resourceSpecification": "<p>The specifications of the imported bot or bot locale.</p>",
1354        "StartImportRequest$resourceSpecification": "<p>Parameters for creating the bot or bot locale.</p>",
1355        "StartImportResponse$resourceSpecification": "<p>The parameters used when importing the bot or bot locale.</p>"
1356      }
1357    },
1358    "ImportSortAttribute": {
1359      "base": null,
1360      "refs": {
1361        "ImportSortBy$attribute": "<p>The export field to use for sorting.</p>"
1362      }
1363    },
1364    "ImportSortBy": {
1365      "base": "<p>Provides information for sorting a list of imports.</p>",
1366      "refs": {
1367        "ListImportsRequest$sortBy": "<p>Determines the field that the list of imports is sorted by. You can sort by the <code>LastUpdatedDateTime</code> field in ascending or descending order.</p>"
1368      }
1369    },
1370    "ImportStatus": {
1371      "base": null,
1372      "refs": {
1373        "DeleteImportResponse$importStatus": "<p>The current status of the deletion. When the deletion is complete, the import will no longer be returned by the operation and calls to the with the import identifier will fail.</p>",
1374        "DescribeImportResponse$importStatus": "<p>The status of the import process. When the status is <code>Completed</code> the resource is imported and ready for use.</p>",
1375        "ImportSummary$importStatus": "<p>The status of the resource. When the status is <code>Completed</code> the resource is ready to build.</p>",
1376        "StartImportResponse$importStatus": "<p>The current status of the import. When the status is <code>Complete</code> the bot or bot alias is ready to use.</p>"
1377      }
1378    },
1379    "ImportSummary": {
1380      "base": "<p>Provides summary information about an import in an import list.</p>",
1381      "refs": {
1382        "ImportSummaryList$member": null
1383      }
1384    },
1385    "ImportSummaryList": {
1386      "base": null,
1387      "refs": {
1388        "ListImportsResponse$importSummaries": "<p>Summary information for the imports that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter. If there are more imports available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
1389      }
1390    },
1391    "ImportedResourceId": {
1392      "base": null,
1393      "refs": {
1394        "DescribeImportResponse$importedResourceId": "<p>The unique identifier that Amazon Lex assigned to the resource created by the import.</p>",
1395        "ImportSummary$importedResourceId": "<p>The unique identifier that Amazon Lex assigned to the imported resource.</p>"
1396      }
1397    },
1398    "InputContext": {
1399      "base": "<p>The name of a context that must be active for an intent to be selected by Amazon Lex.</p>",
1400      "refs": {
1401        "InputContextsList$member": null
1402      }
1403    },
1404    "InputContextsList": {
1405      "base": null,
1406      "refs": {
1407        "CreateIntentRequest$inputContexts": "<p>A list of contexts that must be active for this intent to be considered by Amazon Lex.</p> <p>When an intent has an input context list, Amazon Lex only considers using the intent in an interaction with the user when the specified contexts are included in the active context list for the session. If the contexts are not active, then Amazon Lex will not use the intent.</p> <p>A context can be automatically activated using the <code>outputContexts</code> property or it can be set at runtime.</p> <p> For example, if there are two intents with different input contexts that respond to the same utterances, only the intent with the active context will respond.</p> <p>An intent may have up to 5 input contexts. If an intent has multiple input contexts, all of the contexts must be active to consider the intent.</p>",
1408        "CreateIntentResponse$inputContexts": "<p>The list of input contexts specified for the intent.</p>",
1409        "DescribeIntentResponse$inputContexts": "<p>A list of contexts that must be active for the intent to be considered for sending to the user.</p>",
1410        "IntentSummary$inputContexts": "<p>The input contexts that must be active for this intent to be considered for recognition.</p>",
1411        "UpdateIntentRequest$inputContexts": "<p>A new list of contexts that must be active in order for Amazon Lex to consider the intent.</p>",
1412        "UpdateIntentResponse$inputContexts": "<p>The updated list of contexts that must be active for the intent to be considered by Amazon Lex.</p>"
1413      }
1414    },
1415    "IntentClosingSetting": {
1416      "base": "<p>Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.</p>",
1417      "refs": {
1418        "CreateIntentRequest$intentClosingSetting": "<p>Sets the response that Amazon Lex sends to the user when the intent is closed.</p>",
1419        "CreateIntentResponse$intentClosingSetting": "<p>The closing setting specified for the intent.</p>",
1420        "DescribeIntentResponse$intentClosingSetting": "<p>The response that Amazon Lex sends to when the intent is closed.</p>",
1421        "UpdateIntentRequest$intentClosingSetting": "<p>The new response that Amazon Lex sends the user when the intent is closed.</p>",
1422        "UpdateIntentResponse$intentClosingSetting": "<p>The updated response that Amazon Lex sends the user when the intent is closed.</p>"
1423      }
1424    },
1425    "IntentConfirmationSetting": {
1426      "base": "<p>Provides a prompt for making sure that the user is ready for the intent to be fulfilled.</p>",
1427      "refs": {
1428        "CreateIntentRequest$intentConfirmationSetting": "<p>Provides prompts that Amazon Lex sends to the user to confirm the completion of an intent. If the user answers \"no,\" the settings contain a statement that is sent to the user to end the intent.</p>",
1429        "CreateIntentResponse$intentConfirmationSetting": "<p>The confirmation setting specified for the intent.</p>",
1430        "DescribeIntentResponse$intentConfirmationSetting": "<p>Prompts that Amazon Lex sends to the user to confirm completion of an intent.</p>",
1431        "UpdateIntentRequest$intentConfirmationSetting": "<p>New prompts that Amazon Lex sends to the user to confirm the completion of an intent.</p>",
1432        "UpdateIntentResponse$intentConfirmationSetting": "<p>The updated prompts that Amazon Lex sends to the user to confirm the completion of an intent.</p>"
1433      }
1434    },
1435    "IntentFilter": {
1436      "base": "<p>Filters the response from the <code>ListIntents</code> operation.</p>",
1437      "refs": {
1438        "IntentFilters$member": null
1439      }
1440    },
1441    "IntentFilterName": {
1442      "base": null,
1443      "refs": {
1444        "IntentFilter$name": "<p>The name of the field to use for the filter.</p>"
1445      }
1446    },
1447    "IntentFilterOperator": {
1448      "base": null,
1449      "refs": {
1450        "IntentFilter$operator": "<p>The operator to use for the filter. Specify <code>EQ</code> when the <code>ListIntents</code> operation should return only aliases that equal the specified value. Specify <code>CO</code> when the <code>ListIntents</code> operation should return aliases that contain the specified value.</p>"
1451      }
1452    },
1453    "IntentFilters": {
1454      "base": null,
1455      "refs": {
1456        "ListIntentsRequest$filters": "<p>Provides the specification of a filter used to limit the intents in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.</p>"
1457      }
1458    },
1459    "IntentSignature": {
1460      "base": null,
1461      "refs": {
1462        "BuiltInIntentSummary$intentSignature": "<p>The signature of the built-in intent. Use this to specify the parent intent of a derived intent.</p>",
1463        "CreateIntentRequest$parentIntentSignature": "<p>A unique identifier for the built-in intent to base this intent on.</p>",
1464        "CreateIntentResponse$parentIntentSignature": "<p>The signature of the parent intent specified for the intent.</p>",
1465        "DescribeIntentResponse$parentIntentSignature": "<p>The identifier of the built-in intent that this intent is derived from, if any.</p>",
1466        "IntentSummary$parentIntentSignature": "<p>If this intent is derived from a built-in intent, the name of the parent intent.</p>",
1467        "UpdateIntentRequest$parentIntentSignature": "<p>The signature of the new built-in intent to use as the parent of this intent.</p>",
1468        "UpdateIntentResponse$parentIntentSignature": "<p>The updated built-in intent that is the parent of this intent.</p>"
1469      }
1470    },
1471    "IntentSortAttribute": {
1472      "base": null,
1473      "refs": {
1474        "IntentSortBy$attribute": "<p>The attribute to use to sort the list of intents.</p>"
1475      }
1476    },
1477    "IntentSortBy": {
1478      "base": "<p>Specifies attributes for sorting a list of intents.</p>",
1479      "refs": {
1480        "ListIntentsRequest$sortBy": "<p>Determines the sort order for the response from the <code>ListIntents</code> operation. You can choose to sort by the intent name or last updated date in either ascending or descending order.</p>"
1481      }
1482    },
1483    "IntentSummary": {
1484      "base": "<p>Summary information about an intent returned by the <code>ListIntents</code> operation.</p>",
1485      "refs": {
1486        "IntentSummaryList$member": null
1487      }
1488    },
1489    "IntentSummaryList": {
1490      "base": null,
1491      "refs": {
1492        "ListIntentsResponse$intentSummaries": "<p>Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more intents available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
1493      }
1494    },
1495    "InternalServerException": {
1496      "base": "<p/>",
1497      "refs": {
1498      }
1499    },
1500    "KendraConfiguration": {
1501      "base": "<p>Provides configuration information for the AMAZON.KendraSearchIntent intent. When you use this intent, Amazon Lex searches the specified Amazon Kendra index and returns documents from the index that match the user's utterance.</p>",
1502      "refs": {
1503        "CreateIntentRequest$kendraConfiguration": "<p>Configuration information required to use the <code>AMAZON.KendraSearchIntent</code> intent to connect to an Amazon Kendra index. The <code>AMAZON.KendraSearchIntent</code> intent is called when Amazon Lex can't determine another intent to invoke.</p>",
1504        "CreateIntentResponse$kendraConfiguration": "<p>Configuration for searching a Amazon Kendra index specified for the intent.</p>",
1505        "DescribeIntentResponse$kendraConfiguration": "<p>Configuration information required to use the <code>AMAZON.KendraSearchIntent</code> intent.</p>",
1506        "UpdateIntentRequest$kendraConfiguration": "<p>New configuration settings for connecting to an Amazon Kendra index.</p>",
1507        "UpdateIntentResponse$kendraConfiguration": "<p>The updated configuration for connecting to an Amazon Kendra index with the <code>AMAZON.KendraSearchIntent</code> intent.</p>"
1508      }
1509    },
1510    "KendraIndexArn": {
1511      "base": null,
1512      "refs": {
1513        "KendraConfiguration$kendraIndex": "<p>The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search. The index must be in the same account and Region as the Amazon Lex bot.</p>"
1514      }
1515    },
1516    "KmsKeyArn": {
1517      "base": null,
1518      "refs": {
1519        "S3BucketLogDestination$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.</p>"
1520      }
1521    },
1522    "LambdaARN": {
1523      "base": null,
1524      "refs": {
1525        "LambdaCodeHook$lambdaARN": "<p>The Amazon Resource Name (ARN) of the Lambda function.</p>"
1526      }
1527    },
1528    "LambdaCodeHook": {
1529      "base": "<p>Specifies a Lambda function that verifies requests to a bot or fulfilles the user's request to a bot.</p>",
1530      "refs": {
1531        "CodeHookSpecification$lambdaCodeHook": null
1532      }
1533    },
1534    "ListBotAliasesRequest": {
1535      "base": null,
1536      "refs": {
1537      }
1538    },
1539    "ListBotAliasesResponse": {
1540      "base": null,
1541      "refs": {
1542      }
1543    },
1544    "ListBotLocalesRequest": {
1545      "base": null,
1546      "refs": {
1547      }
1548    },
1549    "ListBotLocalesResponse": {
1550      "base": null,
1551      "refs": {
1552      }
1553    },
1554    "ListBotVersionsRequest": {
1555      "base": null,
1556      "refs": {
1557      }
1558    },
1559    "ListBotVersionsResponse": {
1560      "base": null,
1561      "refs": {
1562      }
1563    },
1564    "ListBotsRequest": {
1565      "base": null,
1566      "refs": {
1567      }
1568    },
1569    "ListBotsResponse": {
1570      "base": null,
1571      "refs": {
1572      }
1573    },
1574    "ListBuiltInIntentsRequest": {
1575      "base": null,
1576      "refs": {
1577      }
1578    },
1579    "ListBuiltInIntentsResponse": {
1580      "base": null,
1581      "refs": {
1582      }
1583    },
1584    "ListBuiltInSlotTypesRequest": {
1585      "base": null,
1586      "refs": {
1587      }
1588    },
1589    "ListBuiltInSlotTypesResponse": {
1590      "base": null,
1591      "refs": {
1592      }
1593    },
1594    "ListExportsRequest": {
1595      "base": null,
1596      "refs": {
1597      }
1598    },
1599    "ListExportsResponse": {
1600      "base": null,
1601      "refs": {
1602      }
1603    },
1604    "ListImportsRequest": {
1605      "base": null,
1606      "refs": {
1607      }
1608    },
1609    "ListImportsResponse": {
1610      "base": null,
1611      "refs": {
1612      }
1613    },
1614    "ListIntentsRequest": {
1615      "base": null,
1616      "refs": {
1617      }
1618    },
1619    "ListIntentsResponse": {
1620      "base": null,
1621      "refs": {
1622      }
1623    },
1624    "ListSlotTypesRequest": {
1625      "base": null,
1626      "refs": {
1627      }
1628    },
1629    "ListSlotTypesResponse": {
1630      "base": null,
1631      "refs": {
1632      }
1633    },
1634    "ListSlotsRequest": {
1635      "base": null,
1636      "refs": {
1637      }
1638    },
1639    "ListSlotsResponse": {
1640      "base": null,
1641      "refs": {
1642      }
1643    },
1644    "ListTagsForResourceRequest": {
1645      "base": null,
1646      "refs": {
1647      }
1648    },
1649    "ListTagsForResourceResponse": {
1650      "base": null,
1651      "refs": {
1652      }
1653    },
1654    "LocaleId": {
1655      "base": null,
1656      "refs": {
1657        "BotAliasLocaleSettingsMap$key": null,
1658        "BotLocaleExportSpecification$localeId": "<p>The identifier of the language and locale to export. The string must match one of the locales in the bot.</p>",
1659        "BotLocaleImportSpecification$localeId": "<p>The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1660        "BotLocaleSummary$localeId": "<p>The language and locale of the bot locale.</p>",
1661        "BotVersionLocaleSpecification$key": null,
1662        "BuildBotLocaleRequest$localeId": "<p>The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1663        "BuildBotLocaleResponse$localeId": "<p>The language and locale specified of where the bot can be used.</p>",
1664        "CreateBotLocaleRequest$localeId": "<p>The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1665        "CreateBotLocaleResponse$localeId": "<p>The specified locale identifier.</p>",
1666        "CreateIntentRequest$localeId": "<p>The identifier of the language and locale where this intent is used. All of the bots, slot types, and slots used by the intent must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1667        "CreateIntentResponse$localeId": "<p>The locale that the intent is specified to use.</p>",
1668        "CreateSlotRequest$localeId": "<p>The identifier of the language and locale that the slot will be used in. The string must match one of the supported locales. All of the bots, intents, slot types used by the slot must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1669        "CreateSlotResponse$localeId": "<p>The language and local specified for the slot.</p>",
1670        "CreateSlotTypeRequest$localeId": "<p>The identifier of the language and locale that the slot type will be used in. The string must match one of the supported locales. All of the bots, intents, and slots used by the slot type must have the same locale. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1671        "CreateSlotTypeResponse$localeId": "<p>The specified language and local specified for the slot type.</p>",
1672        "DeleteBotLocaleRequest$localeId": "<p>The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1673        "DeleteBotLocaleResponse$localeId": "<p>The language and locale of the deleted locale.</p>",
1674        "DeleteIntentRequest$localeId": "<p>The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1675        "DeleteSlotRequest$localeId": "<p>The identifier of the language and locale that the slot will be deleted from. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1676        "DeleteSlotTypeRequest$localeId": "<p>The identifier of the language and locale that the slot type will be deleted from. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1677        "DescribeBotLocaleRequest$localeId": "<p>The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>. </p>",
1678        "DescribeBotLocaleResponse$localeId": "<p>The unique identifier of the described locale.</p>",
1679        "DescribeIntentRequest$localeId": "<p>The identifier of the language and locale of the intent to describe. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1680        "DescribeIntentResponse$localeId": "<p>The language and locale specified for the intent.</p>",
1681        "DescribeSlotRequest$localeId": "<p>The identifier of the language and locale of the slot to describe. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1682        "DescribeSlotResponse$localeId": "<p>The language and locale specified for the slot.</p>",
1683        "DescribeSlotTypeRequest$localeId": "<p>The identifier of the language and locale of the slot type to describe. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1684        "DescribeSlotTypeResponse$localeId": "<p>The language and locale specified for the slot type.</p>",
1685        "ListBuiltInIntentsRequest$localeId": "<p>The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1686        "ListBuiltInIntentsResponse$localeId": "<p>The language and locale of the intents in the list.</p>",
1687        "ListBuiltInSlotTypesRequest$localeId": "<p>The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1688        "ListBuiltInSlotTypesResponse$localeId": "<p>The language and locale of the slot types in the list.</p>",
1689        "ListIntentsRequest$localeId": "<p>The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1690        "ListIntentsResponse$localeId": "<p>The language and locale of the intents in the list.</p>",
1691        "ListSlotTypesRequest$localeId": "<p>The identifier of the language and locale of the slot types to list. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1692        "ListSlotTypesResponse$localeId": "<p>The language and local of the slot types in the list.</p>",
1693        "ListSlotsRequest$localeId": "<p>The identifier of the language and locale of the slots to list. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1694        "ListSlotsResponse$localeId": "<p>The language and locale of the slots in the list.</p>",
1695        "UpdateBotLocaleRequest$localeId": "<p>The identifier of the language and locale to update. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1696        "UpdateBotLocaleResponse$localeId": "<p>The language and locale of the updated bot locale.</p>",
1697        "UpdateIntentRequest$localeId": "<p>The identifier of the language and locale where this intent is used. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1698        "UpdateIntentResponse$localeId": "<p>The updated language and locale of the intent.</p>",
1699        "UpdateSlotRequest$localeId": "<p>The identifier of the language and locale that contains the slot. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1700        "UpdateSlotResponse$localeId": "<p>The locale that contains the slot.</p>",
1701        "UpdateSlotTypeRequest$localeId": "<p>The identifier of the language and locale that contains the slot type. The string must match one of the supported locales. For more information, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html\">Supported languages</a>.</p>",
1702        "UpdateSlotTypeResponse$localeId": "<p>The language and locale of the updated slot type.</p>"
1703      }
1704    },
1705    "LocaleName": {
1706      "base": null,
1707      "refs": {
1708        "BotLocaleSummary$localeName": "<p>The name of the bot locale.</p>",
1709        "CreateBotLocaleResponse$localeName": "<p>The specified locale name.</p>",
1710        "DescribeBotLocaleResponse$localeName": "<p>The name of the locale.</p>",
1711        "UpdateBotLocaleResponse$localeName": "<p>The updated locale name for the locale.</p>"
1712      }
1713    },
1714    "LogPrefix": {
1715      "base": null,
1716      "refs": {
1717        "CloudWatchLogGroupLogDestination$logPrefix": "<p>The prefix of the log stream name within the log group that you specified </p>",
1718        "S3BucketLogDestination$logPrefix": "<p>The S3 prefix to assign to audio log files.</p>"
1719      }
1720    },
1721    "MaxResults": {
1722      "base": null,
1723      "refs": {
1724        "ListBotAliasesRequest$maxResults": "<p>The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1725        "ListBotLocalesRequest$maxResults": "<p>The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1726        "ListBotVersionsRequest$maxResults": "<p>The maximum number of versions to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1727        "ListBotsRequest$maxResults": "<p>The maximum number of bots to return in each page of results. If there are fewer results than the maximum page size, only the actual number of results are returned.</p>",
1728        "ListExportsRequest$maxResults": "<p>The maximum number of exports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1729        "ListImportsRequest$maxResults": "<p>The maximum number of imports to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1730        "ListIntentsRequest$maxResults": "<p>The maximum number of intents to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1731        "ListSlotTypesRequest$maxResults": "<p>The maximum number of slot types to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>",
1732        "ListSlotsRequest$maxResults": "<p>The maximum number of slots to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.</p>"
1733      }
1734    },
1735    "MergeStrategy": {
1736      "base": null,
1737      "refs": {
1738        "DescribeImportResponse$mergeStrategy": "<p>The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is <code>FailOnConflict</code> existing resources are not overwritten and the import fails.</p>",
1739        "ImportSummary$mergeStrategy": "<p>The strategy used to merge existing bot or bot locale definitions with the imported definition.</p>",
1740        "StartImportRequest$mergeStrategy": "<p>The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is <code>FailOnConflict</code> existing resources are not overwritten and the import fails.</p>",
1741        "StartImportResponse$mergeStrategy": "<p>The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is <code>FailOnConflict</code> existing resources are not overwritten and the import fails.</p>"
1742      }
1743    },
1744    "Message": {
1745      "base": "<p>The object that provides message text and it's type.</p>",
1746      "refs": {
1747        "MessageGroup$message": "<p>The primary message that Amazon Lex should send to the user.</p>",
1748        "MessageVariationsList$member": null
1749      }
1750    },
1751    "MessageGroup": {
1752      "base": "<p>Provides one or more messages that Amazon Lex should send to the user.</p>",
1753      "refs": {
1754        "MessageGroupsList$member": null
1755      }
1756    },
1757    "MessageGroupsList": {
1758      "base": null,
1759      "refs": {
1760        "PromptSpecification$messageGroups": "<p>A collection of messages that Amazon Lex can send to the user. Amazon Lex chooses the actual message to send at runtime.</p>",
1761        "ResponseSpecification$messageGroups": "<p>A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.</p>",
1762        "StillWaitingResponseSpecification$messageGroups": "<p>One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.</p>"
1763      }
1764    },
1765    "MessageVariationsList": {
1766      "base": null,
1767      "refs": {
1768        "MessageGroup$variations": "<p>Message variations to send to the user. When variations are defined, Amazon Lex chooses the primary message or one of the variations to send to the user.</p>"
1769      }
1770    },
1771    "MultipleValuesSetting": {
1772      "base": "<p>Indicates whether a slot can return multiple values.</p>",
1773      "refs": {
1774        "CreateSlotRequest$multipleValuesSetting": "<p>Indicates whether the slot returns multiple values in one response. Multi-value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>. </p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>",
1775        "CreateSlotResponse$multipleValuesSetting": "<p>Indicates whether the slot returns multiple values in one response.</p>",
1776        "DescribeSlotResponse$multipleValuesSetting": "<p>Indicates whether the slot accepts multiple values in a single utterance.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>",
1777        "UpdateSlotRequest$multipleValuesSetting": "<p>Determines whether the slot accepts multiple values in one response. Multiple value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>",
1778        "UpdateSlotResponse$multipleValuesSetting": "<p>Indicates whether the slot accepts multiple values in one response.</p>"
1779      }
1780    },
1781    "Name": {
1782      "base": null,
1783      "refs": {
1784        "BotAliasSummary$botAliasName": "<p>The name of the bot alias.</p>",
1785        "BotImportSpecification$botName": "<p>The name that Amazon Lex should use for the bot.</p>",
1786        "BotSummary$botName": "<p>The name of the bot.</p>",
1787        "BotVersionSummary$botName": "<p>The name of the bot associated with the version.</p>",
1788        "CreateBotAliasRequest$botAliasName": "<p>The alias to create. The name must be unique for the bot.</p>",
1789        "CreateBotAliasResponse$botAliasName": "<p>The name specified for the bot alias.</p>",
1790        "CreateBotRequest$botName": "<p>The name of the bot. The bot name must be unique in the account that creates the bot.</p>",
1791        "CreateBotResponse$botName": "<p>The name specified for the bot.</p>",
1792        "CreateIntentRequest$intentName": "<p>The name of the intent. Intent names must be unique in the locale that contains the intent and cannot match the name of any built-in intent.</p>",
1793        "CreateIntentResponse$intentName": "<p>The name specified for the intent.</p>",
1794        "CreateResourcePolicyStatementRequest$statementId": "<p>The name of the statement. The ID is the same as the <code>Sid</code> IAM property. The statement name must be unique within the policy. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_sid.html\">IAM JSON policy elements: Sid</a>. </p>",
1795        "CreateSlotRequest$slotName": "<p>The name of the slot. Slot names must be unique within the bot that contains the slot.</p>",
1796        "CreateSlotResponse$slotName": "<p>The name specified for the slot.</p>",
1797        "CreateSlotTypeRequest$slotTypeName": "<p>The name for the slot. A slot type name must be unique within the account.</p>",
1798        "CreateSlotTypeResponse$slotTypeName": "<p>The name specified for the slot type.</p>",
1799        "DeleteResourcePolicyStatementRequest$statementId": "<p>The name of the statement (SID) to delete from the policy.</p>",
1800        "DescribeBotAliasResponse$botAliasName": "<p>The name of the bot alias.</p>",
1801        "DescribeBotResponse$botName": "<p>The name of the bot.</p>",
1802        "DescribeBotVersionResponse$botName": "<p>The name of the bot that contains the version.</p>",
1803        "DescribeImportResponse$importedResourceName": "<p>The name of the imported resource.</p>",
1804        "DescribeIntentResponse$intentName": "<p>The name specified for the intent.</p>",
1805        "DescribeSlotResponse$slotName": "<p>The name specified for the slot.</p>",
1806        "DescribeSlotTypeResponse$slotTypeName": "<p>The name specified for the slot type.</p>",
1807        "ImportSummary$importedResourceName": "<p>The name that you gave the imported resource.</p>",
1808        "InputContext$name": "<p>The name of the context.</p>",
1809        "IntentSummary$intentName": "<p>The name of the intent.</p>",
1810        "OutputContext$name": "<p>The name of the output context.</p>",
1811        "SlotSummary$slotName": "<p>The name given to the slot.</p>",
1812        "SlotTypeSummary$slotTypeName": "<p>The name of the slot type.</p>",
1813        "UpdateBotAliasRequest$botAliasName": "<p>The new name to assign to the bot alias.</p>",
1814        "UpdateBotAliasResponse$botAliasName": "<p>The updated name of the bot alias.</p>",
1815        "UpdateBotRequest$botName": "<p>The new name of the bot. The name must be unique in the account that creates the bot.</p>",
1816        "UpdateBotResponse$botName": "<p>The name of the bot after the update.</p>",
1817        "UpdateIntentRequest$intentName": "<p>The new name for the intent.</p>",
1818        "UpdateIntentResponse$intentName": "<p>The updated name of the intent.</p>",
1819        "UpdateSlotRequest$slotName": "<p>The new name for the slot.</p>",
1820        "UpdateSlotResponse$slotName": "<p>The updated name of the slot.</p>",
1821        "UpdateSlotTypeRequest$slotTypeName": "<p>The new name of the slot type.</p>",
1822        "UpdateSlotTypeResponse$slotTypeName": "<p>The updated name of the slot type.</p>"
1823      }
1824    },
1825    "NextToken": {
1826      "base": null,
1827      "refs": {
1828        "ListBotAliasesRequest$nextToken": "<p>If the response from the <code>ListBotAliases</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1829        "ListBotAliasesResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBotAliases</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListBotAliases</code> operation request to get the next page of results.</p>",
1830        "ListBotLocalesRequest$nextToken": "<p>If the response from the <code>ListBotLocales</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token as the <code>nextToken</code> parameter to return the next page of results. </p>",
1831        "ListBotLocalesResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBotLocales</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListBotLocales</code> operation request to get the next page of results.</p>",
1832        "ListBotVersionsRequest$nextToken": "<p>If the response to the <code>ListBotVersion</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1833        "ListBotVersionsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBotVersions</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListBotAliases</code> operation request to get the next page of results.</p>",
1834        "ListBotsRequest$nextToken": "<p>If the response from the <code>ListBots</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1835        "ListBotsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBots</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListBots</code> operation request to get the next page of results.</p>",
1836        "ListBuiltInIntentsRequest$nextToken": "<p>If the response from the <code>ListBuiltInIntents</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1837        "ListBuiltInIntentsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBuiltInIntents</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListBotAliases</code> operation request to get the next page of results.</p>",
1838        "ListBuiltInSlotTypesRequest$nextToken": "<p>If the response from the <code>ListBuiltInSlotTypes</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1839        "ListBuiltInSlotTypesResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListBuiltInSlotTypes</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>LIstBuiltInSlotTypes</code> operation request to get the next page of results.</p>",
1840        "ListExportsRequest$nextToken": "<p>If the response from the <code>ListExports</code> operation contans more results that specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1841        "ListExportsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListExports</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListExports</code> operation request to get the next page of results.</p>",
1842        "ListImportsRequest$nextToken": "<p>If the response from the <code>ListImports</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1843        "ListImportsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListImports</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListImports</code> operation request to get the next page of results.</p>",
1844        "ListIntentsRequest$nextToken": "<p>If the response from the <code>ListIntents</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1845        "ListIntentsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListIntents</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListIntents</code> operation request to get the next page of results.</p>",
1846        "ListSlotTypesRequest$nextToken": "<p>If the response from the <code>ListSlotTypes</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1847        "ListSlotTypesResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListSlotTypes</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListSlotTypes</code> operation request to get the next page of results.</p>",
1848        "ListSlotsRequest$nextToken": "<p>If the response from the <code>ListSlots</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.</p>",
1849        "ListSlotsResponse$nextToken": "<p>A token that indicates whether there are more results to return in a response to the <code>ListSlots</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListSlots</code> operation request to get the next page of results.</p>"
1850      }
1851    },
1852    "NumericalBotVersion": {
1853      "base": null,
1854      "refs": {
1855        "BotSummary$latestBotVersion": "<p>The latest numerical version in use for the bot.</p>",
1856        "CreateBotAliasRequest$botVersion": "<p>The version of the bot that this alias points to. You can use the operation to change the bot version associated with the alias.</p>",
1857        "CreateBotAliasResponse$botVersion": "<p>The version of the bot associated with this alias.</p>",
1858        "CreateBotVersionResponse$botVersion": "<p>The version number assigned to the version.</p>",
1859        "DeleteBotVersionRequest$botVersion": "<p>The version of the bot to delete.</p>",
1860        "DeleteBotVersionResponse$botVersion": "<p>The version of the bot that is being deleted.</p>",
1861        "DescribeBotVersionRequest$botVersion": "<p>The version of the bot to return metadata for.</p>",
1862        "DescribeBotVersionResponse$botVersion": "<p>The version of the bot to describe.</p>"
1863      }
1864    },
1865    "ObfuscationSetting": {
1866      "base": "<p>Determines whether Amazon Lex obscures slot values in conversation logs. </p>",
1867      "refs": {
1868        "CreateSlotRequest$obfuscationSetting": "<p>Determines how slot values are used in Amazon CloudWatch logs. If the value of the <code>obfuscationSetting</code> parameter is <code>DefaultObfuscation</code>, slot values are obfuscated in the log output. If the value is <code>None</code>, the actual value is present in the log output.</p> <p>The default is to obfuscate values in the CloudWatch logs.</p>",
1869        "CreateSlotResponse$obfuscationSetting": "<p>Indicates whether the slot is configured to obfuscate values in Amazon CloudWatch logs.</p>",
1870        "DescribeSlotResponse$obfuscationSetting": "<p>Whether slot values are shown in Amazon CloudWatch logs. If the value is <code>None</code>, the actual value of the slot is shown in logs.</p>",
1871        "UpdateSlotRequest$obfuscationSetting": "<p>New settings that determine how slot values are formatted in Amazon CloudWatch logs. </p>",
1872        "UpdateSlotResponse$obfuscationSetting": "<p>The updated setting that determines whether the slot value is obfuscated in the Amazon CloudWatch logs.</p>"
1873      }
1874    },
1875    "ObfuscationSettingType": {
1876      "base": null,
1877      "refs": {
1878        "ObfuscationSetting$obfuscationSettingType": "<p>Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.</p>"
1879      }
1880    },
1881    "Operation": {
1882      "base": null,
1883      "refs": {
1884        "OperationList$member": null
1885      }
1886    },
1887    "OperationList": {
1888      "base": null,
1889      "refs": {
1890        "CreateResourcePolicyStatementRequest$action": "<p>The Amazon Lex action that this policy either allows or denies. The action must apply to the resource type of the specified ARN. For more information, see <a href=\"https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlexv2.html\"> Actions, resources, and condition keys for Amazon Lex V2</a>.</p>"
1891      }
1892    },
1893    "OutputContext": {
1894      "base": "<p>Describes a session context that is activated when an intent is fulfilled.</p>",
1895      "refs": {
1896        "OutputContextsList$member": null
1897      }
1898    },
1899    "OutputContextsList": {
1900      "base": null,
1901      "refs": {
1902        "CreateIntentRequest$outputContexts": "<p>A lists of contexts that the intent activates when it is fulfilled.</p> <p>You can use an output context to indicate the intents that Amazon Lex should consider for the next turn of the conversation with a customer. </p> <p>When you use the <code>outputContextsList</code> property, all of the contexts specified in the list are activated when the intent is fulfilled. You can set up to 10 output contexts. You can also set the number of conversation turns that the context should be active, or the length of time that the context should be active.</p>",
1903        "CreateIntentResponse$outputContexts": "<p>The list of output contexts specified for the intent.</p>",
1904        "DescribeIntentResponse$outputContexts": "<p>A list of contexts that are activated when the intent is fulfilled.</p>",
1905        "IntentSummary$outputContexts": "<p>The output contexts that are activated when this intent is fulfilled.</p>",
1906        "UpdateIntentRequest$outputContexts": "<p>A new list of contexts that Amazon Lex activates when the intent is fulfilled.</p>",
1907        "UpdateIntentResponse$outputContexts": "<p>The updated list of contexts that Amazon Lex activates when the intent is fulfilled.</p>"
1908      }
1909    },
1910    "PlainTextMessage": {
1911      "base": "<p>Defines an ASCII text message to send to the user.</p>",
1912      "refs": {
1913        "Message$plainTextMessage": "<p>A message in plain text format.</p>"
1914      }
1915    },
1916    "PlainTextMessageValue": {
1917      "base": null,
1918      "refs": {
1919        "PlainTextMessage$value": "<p>The message to send to the user.</p>"
1920      }
1921    },
1922    "Policy": {
1923      "base": null,
1924      "refs": {
1925        "CreateResourcePolicyRequest$policy": "<p>A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html\"> IAM JSON policy reference </a>. </p> <p>If the policy isn't valid, Amazon Lex returns a validation exception.</p>",
1926        "DescribeResourcePolicyResponse$policy": "<p>The JSON structure that contains the resource policy. For more information about the contents of a JSON policy document, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html\"> IAM JSON policy reference </a>.</p>",
1927        "UpdateResourcePolicyRequest$policy": "<p>A resource policy to add to the resource. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies.html\"> IAM JSON policy reference </a>. </p> <p>If the policy isn't valid, Amazon Lex returns a validation exception.</p>"
1928      }
1929    },
1930    "PreconditionFailedException": {
1931      "base": "<p/>",
1932      "refs": {
1933      }
1934    },
1935    "PresignedS3Url": {
1936      "base": null,
1937      "refs": {
1938        "CreateUploadUrlResponse$uploadUrl": "<p>A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.</p>",
1939        "DescribeExportResponse$downloadUrl": "<p>A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the <code>DescribeExport</code> operation.</p>"
1940      }
1941    },
1942    "Principal": {
1943      "base": "<p>The IAM principal that you allowing or denying access to an Amazon Lex action. You must provide a <code>service</code> or an <code>arn</code>, but not both in the same statement. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html\"> AWS JSON policy elements: Principal </a>.</p>",
1944      "refs": {
1945        "PrincipalList$member": null
1946      }
1947    },
1948    "PrincipalArn": {
1949      "base": null,
1950      "refs": {
1951        "Principal$arn": "<p>The Amazon Resource Name (ARN) of the principal.</p>"
1952      }
1953    },
1954    "PrincipalList": {
1955      "base": null,
1956      "refs": {
1957        "CreateResourcePolicyStatementRequest$principal": "<p>An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed or denied access to a resource. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html\">AWS JSON policy elements: Principal</a>.</p>"
1958      }
1959    },
1960    "PriorityValue": {
1961      "base": null,
1962      "refs": {
1963        "SlotPriority$priority": "<p>The priority that a slot should be elicited.</p>"
1964      }
1965    },
1966    "PromptMaxRetries": {
1967      "base": null,
1968      "refs": {
1969        "PromptSpecification$maxRetries": "<p>The maximum number of times the bot tries to elicit a resonse from the user using this prompt.</p>"
1970      }
1971    },
1972    "PromptSpecification": {
1973      "base": "<p>Specifies a list of message groups that Amazon Lex sends to a user to elicit a response.</p>",
1974      "refs": {
1975        "IntentConfirmationSetting$promptSpecification": "<p>Prompts the user to confirm the intent. This question should have a yes or no answer.</p> <p>Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the <code>OrderPizza</code> intent, you might want to confirm that the order is correct before placing it. For other intents, such as intents that simply respond to user questions, you might not need to ask the user for confirmation before providing the information. </p>",
1976        "SlotSummary$valueElicitationPromptSpecification": "<p>Prompts that are sent to the user to elicit a value for the slot.</p>",
1977        "SlotValueElicitationSetting$promptSpecification": "<p>The prompt that Amazon Lex uses to elicit the slot value from the user.</p>"
1978      }
1979    },
1980    "QueryFilterString": {
1981      "base": null,
1982      "refs": {
1983        "KendraConfiguration$queryFilterString": "<p>A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query. The filter is in the format defined by Amazon Kendra. For more information, see <a href=\"https://docs.aws.amazon.com/kendra/latest/dg/filtering.html\">Filtering queries</a>.</p>"
1984      }
1985    },
1986    "RegexPattern": {
1987      "base": null,
1988      "refs": {
1989        "SlotValueRegexFilter$pattern": "<p>A regular expression used to validate the value of a slot.</p> <p> Use a standard regular expression. Amazon Lex supports the following characters in the regular expression: </p> <ul> <li> <p>A-Z, a-z</p> </li> <li> <p>0-9</p> </li> <li> <p>Unicode characters (\"\\ u&lt;Unicode&gt;\")</p> </li> </ul> <p> Represent Unicode characters with four digits, for example \"\\u0041\" or \"\\u005A\". </p> <p> The following regular expression operators are not supported: </p> <ul> <li> <p>Infinite repeaters: *, +, or {x,} with no upper bound.</p> </li> <li> <p>Wild card (.)</p> </li> </ul>"
1990      }
1991    },
1992    "ResourceCount": {
1993      "base": null,
1994      "refs": {
1995        "DescribeBotLocaleResponse$intentsCount": "<p>The number of intents defined for the locale.</p>",
1996        "DescribeBotLocaleResponse$slotTypesCount": "<p>The number of slot types defined for the locale.</p>"
1997      }
1998    },
1999    "ResourceNotFoundException": {
2000      "base": "<p/>",
2001      "refs": {
2002      }
2003    },
2004    "ResponseSpecification": {
2005      "base": "<p>Specifies a list of message groups that Amazon Lex uses to respond the user input.</p>",
2006      "refs": {
2007        "IntentClosingSetting$closingResponse": "<p>The response that Amazon Lex sends to the user when the intent is complete.</p>",
2008        "IntentConfirmationSetting$declinationResponse": "<p>When the user answers \"no\" to the question defined in <code>promptSpecification</code>, Amazon Lex responds with this response to acknowledge that the intent was canceled. </p>",
2009        "WaitAndContinueSpecification$waitingResponse": "<p>The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.</p>",
2010        "WaitAndContinueSpecification$continueResponse": "<p>The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.</p>"
2011      }
2012    },
2013    "RetryAfterSeconds": {
2014      "base": null,
2015      "refs": {
2016        "ThrottlingException$retryAfterSeconds": null
2017      }
2018    },
2019    "RevisionId": {
2020      "base": null,
2021      "refs": {
2022        "CreateResourcePolicyResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>",
2023        "CreateResourcePolicyStatementRequest$expectedRevisionId": "<p>The identifier of the revision of the policy to edit. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.</p> <p>If you don't specify a revision, Amazon Lex overwrites the contents of the policy with the new values.</p>",
2024        "CreateResourcePolicyStatementResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>",
2025        "DeleteResourcePolicyRequest$expectedRevisionId": "<p>The identifier of the revision to edit. If this ID doesn't match the current revision number, Amazon Lex returns an exception</p> <p>If you don't specify a revision ID, Amazon Lex will delete the current policy.</p>",
2026        "DeleteResourcePolicyResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>",
2027        "DeleteResourcePolicyStatementRequest$expectedRevisionId": "<p>The identifier of the revision of the policy to delete the statement from. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.</p> <p>If you don't specify a revision, Amazon Lex removes the current contents of the statement. </p>",
2028        "DeleteResourcePolicyStatementResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>",
2029        "DescribeResourcePolicyResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>",
2030        "UpdateResourcePolicyRequest$expectedRevisionId": "<p>The identifier of the revision of the policy to update. If this revision ID doesn't match the current revision ID, Amazon Lex throws an exception.</p> <p>If you don't specify a revision, Amazon Lex overwrites the contents of the policy with the new values.</p>",
2031        "UpdateResourcePolicyResponse$revisionId": "<p>The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.</p>"
2032      }
2033    },
2034    "RoleArn": {
2035      "base": null,
2036      "refs": {
2037        "BotImportSpecification$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM role used to build and run the bot.</p>",
2038        "CreateBotRequest$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.</p>",
2039        "CreateBotResponse$roleArn": "<p>The IAM role specified for the bot.</p>",
2040        "DescribeBotResponse$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.</p>",
2041        "DescribeBotVersionResponse$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot version.</p>",
2042        "UpdateBotRequest$roleArn": "<p>The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.</p>",
2043        "UpdateBotResponse$roleArn": "<p>The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.</p>"
2044      }
2045    },
2046    "S3BucketArn": {
2047      "base": null,
2048      "refs": {
2049        "S3BucketLogDestination$s3BucketArn": "<p>The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.</p>"
2050      }
2051    },
2052    "S3BucketLogDestination": {
2053      "base": "<p>Specifies an Amazon S3 bucket for logging audio conversations</p>",
2054      "refs": {
2055        "AudioLogDestination$s3Bucket": "<p>The Amazon S3 bucket where the audio log files are stored. The IAM role specified in the <code>roleArn</code> parameter of the <a>CreateBot</a> operation must have permission to write to this bucket.</p>"
2056      }
2057    },
2058    "SSMLMessage": {
2059      "base": "<p>Defines a Speech Synthesis Markup Language (SSML) prompt.</p>",
2060      "refs": {
2061        "Message$ssmlMessage": "<p>A message in Speech Synthesis Markup Language (SSML).</p>"
2062      }
2063    },
2064    "SSMLMessageValue": {
2065      "base": null,
2066      "refs": {
2067        "SSMLMessage$value": "<p>The SSML text that defines the prompt.</p>"
2068      }
2069    },
2070    "SampleUtterance": {
2071      "base": "<p>A sample utterance that invokes an intent or respond to a slot elicitation prompt.</p>",
2072      "refs": {
2073        "SampleUtterancesList$member": null
2074      }
2075    },
2076    "SampleUtterancesList": {
2077      "base": null,
2078      "refs": {
2079        "CreateIntentRequest$sampleUtterances": "<p>An array of strings that a user might say to signal the intent. For example, \"I want a pizza\", or \"I want a {PizzaSize} pizza\". </p> <p>In an utterance, slot names are enclosed in curly braces (\"{\", \"}\") to indicate where they should be displayed in the utterance shown to the user.. </p>",
2080        "CreateIntentResponse$sampleUtterances": "<p>The sample utterances specified for the intent.</p>",
2081        "DescribeIntentResponse$sampleUtterances": "<p>User utterances that trigger this intent.</p>",
2082        "SlotValueElicitationSetting$sampleUtterances": "<p>If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy. This is optional. In most cases, Amazon Lex is capable of understanding user utterances.</p>",
2083        "UpdateIntentRequest$sampleUtterances": "<p>New utterances used to invoke the intent.</p>",
2084        "UpdateIntentResponse$sampleUtterances": "<p>The updated list of sample utterances for the intent.</p>"
2085      }
2086    },
2087    "SampleValue": {
2088      "base": "<p>Defines one of the values for a slot type.</p>",
2089      "refs": {
2090        "SlotTypeValue$sampleValue": "<p>The value of the slot type entry.</p>",
2091        "SynonymList$member": null
2092      }
2093    },
2094    "SentimentAnalysisSettings": {
2095      "base": "<p>Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.</p>",
2096      "refs": {
2097        "CreateBotAliasRequest$sentimentAnalysisSettings": null,
2098        "CreateBotAliasResponse$sentimentAnalysisSettings": null,
2099        "DescribeBotAliasResponse$sentimentAnalysisSettings": null,
2100        "UpdateBotAliasRequest$sentimentAnalysisSettings": null,
2101        "UpdateBotAliasResponse$sentimentAnalysisSettings": null
2102      }
2103    },
2104    "ServicePrincipal": {
2105      "base": null,
2106      "refs": {
2107        "Principal$service": "<p>The name of the AWS service that should allowed or denied access to an Amazon Lex action.</p>"
2108      }
2109    },
2110    "ServiceQuotaExceededException": {
2111      "base": "<p/>",
2112      "refs": {
2113      }
2114    },
2115    "SessionTTL": {
2116      "base": null,
2117      "refs": {
2118        "BotImportSpecification$idleSessionTTLInSeconds": "<p>The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. </p> <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.</p> <p>You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.</p>",
2119        "CreateBotRequest$idleSessionTTLInSeconds": "<p>The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot. </p> <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.</p> <p>You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.</p>",
2120        "CreateBotResponse$idleSessionTTLInSeconds": "<p>The session idle time specified for the bot.</p>",
2121        "DescribeBotResponse$idleSessionTTLInSeconds": "<p>The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.</p>",
2122        "DescribeBotVersionResponse$idleSessionTTLInSeconds": "<p>The number of seconds that a session with the bot remains active before it is discarded by Amazon Lex.</p>",
2123        "UpdateBotRequest$idleSessionTTLInSeconds": "<p>The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.</p> <p>A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.</p> <p>You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.</p>",
2124        "UpdateBotResponse$idleSessionTTLInSeconds": "<p>The session timeout, in seconds, for the bot after the update.</p>"
2125      }
2126    },
2127    "SkipResourceInUseCheck": {
2128      "base": null,
2129      "refs": {
2130        "DeleteBotAliasRequest$skipResourceInUseCheck": "<p>When this parameter is true, Amazon Lex doesn't check to see if any other resource is using the alias before it is deleted.</p>",
2131        "DeleteBotRequest$skipResourceInUseCheck": "<p>When <code>true</code>, Amazon Lex doesn't check to see if another resource, such as an alias, is using the bot before it is deleted.</p>",
2132        "DeleteBotVersionRequest$skipResourceInUseCheck": "<p>By default, the <code>DeleteBotVersion</code> operations throws a <code>ResourceInUseException</code> exception if you try to delete a bot version that has an alias pointing at it. Set the <code>skipResourceInUseCheck</code> parameter to <code>true</code> to skip this check and remove the version even if an alias points to it.</p>",
2133        "DeleteSlotTypeRequest$skipResourceInUseCheck": "<p>By default, the <code>DeleteSlotType</code> operations throws a <code>ResourceInUseException</code> exception if you try to delete a slot type used by a slot. Set the <code>skipResourceInUseCheck</code> parameter to <code>true</code> to skip this check and remove the slot type even if a slot uses it.</p>"
2134      }
2135    },
2136    "SlotConstraint": {
2137      "base": null,
2138      "refs": {
2139        "SlotSummary$slotConstraint": "<p>Whether the slot is required or optional. An intent is complete when all required slots are filled.</p>",
2140        "SlotValueElicitationSetting$slotConstraint": "<p>Specifies whether the slot is required or optional.</p>"
2141      }
2142    },
2143    "SlotDefaultValue": {
2144      "base": "<p>Specifies the default value to use when a user doesn't provide a value for a slot.</p>",
2145      "refs": {
2146        "SlotDefaultValueList$member": null
2147      }
2148    },
2149    "SlotDefaultValueList": {
2150      "base": null,
2151      "refs": {
2152        "SlotDefaultValueSpecification$defaultValueList": "<p>A list of default values. Amazon Lex chooses the default value to use in the order that they are presented in the list.</p>"
2153      }
2154    },
2155    "SlotDefaultValueSpecification": {
2156      "base": "<p>Defines a list of values that Amazon Lex should use as the default value for a slot.</p>",
2157      "refs": {
2158        "SlotValueElicitationSetting$defaultValueSpecification": "<p>A list of default values for a slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, sesion attributes, and defined values.</p>"
2159      }
2160    },
2161    "SlotDefaultValueString": {
2162      "base": null,
2163      "refs": {
2164        "SlotDefaultValue$defaultValue": "<p>The default value to use when a user doesn't provide a value for a slot.</p>"
2165      }
2166    },
2167    "SlotFilter": {
2168      "base": "<p>Filters the response from the <code>ListSlots</code> operation.</p>",
2169      "refs": {
2170        "SlotFilters$member": null
2171      }
2172    },
2173    "SlotFilterName": {
2174      "base": null,
2175      "refs": {
2176        "SlotFilter$name": "<p>The name of the field to use for filtering.</p>"
2177      }
2178    },
2179    "SlotFilterOperator": {
2180      "base": null,
2181      "refs": {
2182        "SlotFilter$operator": "<p>The operator to use for the filter. Specify <code>EQ</code> when the <code>ListSlots</code> operation should return only aliases that equal the specified value. Specify <code>CO</code> when the <code>ListSlots</code> operation should return aliases that contain the specified value.</p>"
2183      }
2184    },
2185    "SlotFilters": {
2186      "base": null,
2187      "refs": {
2188        "ListSlotsRequest$filters": "<p>Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.</p>"
2189      }
2190    },
2191    "SlotPrioritiesList": {
2192      "base": null,
2193      "refs": {
2194        "DescribeIntentResponse$slotPriorities": "<p>The list that determines the priority that slots should be elicited from the user.</p>",
2195        "UpdateIntentRequest$slotPriorities": "<p>A new list of slots and their priorities that are contained by the intent.</p>",
2196        "UpdateIntentResponse$slotPriorities": "<p>The updated list of slots and their priorities that are elicited from the user for the intent.</p>"
2197      }
2198    },
2199    "SlotPriority": {
2200      "base": "<p>Sets the priority that Amazon Lex should use when eliciting slot values from a user.</p>",
2201      "refs": {
2202        "SlotPrioritiesList$member": null
2203      }
2204    },
2205    "SlotSortAttribute": {
2206      "base": null,
2207      "refs": {
2208        "SlotSortBy$attribute": "<p>The attribute to use to sort the list.</p>"
2209      }
2210    },
2211    "SlotSortBy": {
2212      "base": "<p>Specifies attributes for sorting a list of bots.</p>",
2213      "refs": {
2214        "ListSlotsRequest$sortBy": "<p>Determines the sort order for the response from the <code>ListSlots</code> operation. You can choose to sort by the slot name or last updated date in either ascending or descending order.</p>"
2215      }
2216    },
2217    "SlotSummary": {
2218      "base": "<p>Summary information about a slot, a value that the bot elicits from the user.</p>",
2219      "refs": {
2220        "SlotSummaryList$member": null
2221      }
2222    },
2223    "SlotSummaryList": {
2224      "base": null,
2225      "refs": {
2226        "ListSlotsResponse$slotSummaries": "<p>Summary information for the slots that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more slots available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
2227      }
2228    },
2229    "SlotTypeFilter": {
2230      "base": "<p>Filters the response from the <code>ListSlotTypes</code> operation.</p>",
2231      "refs": {
2232        "SlotTypeFilters$member": null
2233      }
2234    },
2235    "SlotTypeFilterName": {
2236      "base": null,
2237      "refs": {
2238        "SlotTypeFilter$name": "<p>The name of the field to use for filtering.</p>"
2239      }
2240    },
2241    "SlotTypeFilterOperator": {
2242      "base": null,
2243      "refs": {
2244        "SlotTypeFilter$operator": "<p>The operator to use for the filter. Specify <code>EQ</code> when the <code>ListSlotTypes</code> operation should return only aliases that equal the specified value. Specify <code>CO</code> when the <code>ListSlotTypes</code> operation should return aliases that contain the specified value.</p>"
2245      }
2246    },
2247    "SlotTypeFilters": {
2248      "base": null,
2249      "refs": {
2250        "ListSlotTypesRequest$filters": "<p>Provides the specification of a filter used to limit the slot types in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.</p>"
2251      }
2252    },
2253    "SlotTypeSignature": {
2254      "base": null,
2255      "refs": {
2256        "BuiltInSlotTypeSummary$slotTypeSignature": "<p>The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.</p>",
2257        "CreateSlotTypeRequest$parentSlotTypeSignature": "<p>The built-in slot type used as a parent of this slot type. When you define a parent slot type, the new slot type has the configuration of the parent slot type.</p> <p>Only <code>AMAZON.AlphaNumeric</code> is supported.</p>",
2258        "CreateSlotTypeResponse$parentSlotTypeSignature": "<p>The signature of the base slot type specified for the slot type.</p>",
2259        "DescribeSlotTypeResponse$parentSlotTypeSignature": "<p>The built in slot type used as a parent to this slot type.</p>",
2260        "SlotTypeSummary$parentSlotTypeSignature": "<p>If the slot type is derived from a built-on slot type, the name of the parent slot type.</p>",
2261        "UpdateSlotTypeRequest$parentSlotTypeSignature": "<p>The new built-in slot type that should be used as the parent of this slot type.</p>",
2262        "UpdateSlotTypeResponse$parentSlotTypeSignature": "<p>The updated signature of the built-in slot type that is the parent of this slot type.</p>"
2263      }
2264    },
2265    "SlotTypeSortAttribute": {
2266      "base": null,
2267      "refs": {
2268        "SlotTypeSortBy$attribute": "<p>The attribute to use to sort the list of slot types.</p>"
2269      }
2270    },
2271    "SlotTypeSortBy": {
2272      "base": "<p>Specifies attributes for sorting a list of slot types.</p>",
2273      "refs": {
2274        "ListSlotTypesRequest$sortBy": "<p>Determines the sort order for the response from the <code>ListSlotTypes</code> operation. You can choose to sort by the slot type name or last updated date in either ascending or descending order.</p>"
2275      }
2276    },
2277    "SlotTypeSummary": {
2278      "base": "<p>Provides summary information about a slot type.</p>",
2279      "refs": {
2280        "SlotTypeSummaryList$member": null
2281      }
2282    },
2283    "SlotTypeSummaryList": {
2284      "base": null,
2285      "refs": {
2286        "ListSlotTypesResponse$slotTypeSummaries": "<p>Summary information for the slot types that meet the filter criteria specified in the request. The length of the list is specified in the <code>maxResults</code> parameter of the request. If there are more slot types available, the <code>nextToken</code> field contains a token to get the next page of results.</p>"
2287      }
2288    },
2289    "SlotTypeValue": {
2290      "base": "<p>Each slot type can have a set of values. Each <code>SlotTypeValue</code> represents a value that the slot type can take.</p>",
2291      "refs": {
2292        "SlotTypeValues$member": null
2293      }
2294    },
2295    "SlotTypeValues": {
2296      "base": null,
2297      "refs": {
2298        "CreateSlotTypeRequest$slotTypeValues": "<p>A list of <code>SlotTypeValue</code> objects that defines the values that the slot type can take. Each value can have a list of synonyms, additional values that help train the machine learning model about the values that it resolves for a slot.</p>",
2299        "CreateSlotTypeResponse$slotTypeValues": "<p>The list of values that the slot type can assume.</p>",
2300        "DescribeSlotTypeResponse$slotTypeValues": "<p>The values that the slot type can take. Includes any synonyms for the slot type values.</p>",
2301        "UpdateSlotTypeRequest$slotTypeValues": "<p>A new list of values and their optional synonyms that define the values that the slot type can take.</p>",
2302        "UpdateSlotTypeResponse$slotTypeValues": "<p>The updated values that the slot type provides.</p>"
2303      }
2304    },
2305    "SlotValueElicitationSetting": {
2306      "base": "<p>Settings that you can use for eliciting a slot value.</p>",
2307      "refs": {
2308        "CreateSlotRequest$valueElicitationSetting": "<p>Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot. </p>",
2309        "CreateSlotResponse$valueElicitationSetting": "<p>The value elicitation settings specified for the slot.</p>",
2310        "DescribeSlotResponse$valueElicitationSetting": "<p>Prompts that Amazon Lex uses to elicit a value for the slot.</p>",
2311        "UpdateSlotRequest$valueElicitationSetting": "<p>A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.</p>",
2312        "UpdateSlotResponse$valueElicitationSetting": "<p>The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.</p>"
2313      }
2314    },
2315    "SlotValueRegexFilter": {
2316      "base": "<p>Provides a regular expression used to validate the value of a slot.</p>",
2317      "refs": {
2318        "SlotValueSelectionSetting$regexFilter": "<p>A regular expression used to validate the value of a slot.</p>"
2319      }
2320    },
2321    "SlotValueResolutionStrategy": {
2322      "base": null,
2323      "refs": {
2324        "SlotValueSelectionSetting$resolutionStrategy": "<p>Determines the slot resolution strategy that Amazon Lex uses to return slot type values. The field can be set to one of the following values:</p> <ul> <li> <p>OriginalValue - Returns the value entered by the user, if the user value is similar to the slot value.</p> </li> <li> <p>TopResolution - If there is a resolution list for the slot, return the first value in the resolution list as the slot type value. If there is no resolution list, null is returned.</p> </li> </ul> <p>If you don't specify the valueSelectionStrategy, the default is OriginalValue. </p>"
2325      }
2326    },
2327    "SlotValueSelectionSetting": {
2328      "base": "<p>Contains settings used by Amazon Lex to select a slot value.</p>",
2329      "refs": {
2330        "CreateSlotTypeRequest$valueSelectionSetting": "<p>Determines the strategy that Amazon Lex uses to select a value from the list of possible values. The field can be set to one of the following values:</p> <ul> <li> <p> <code>OriginalValue</code> - Returns the value entered by the user, if the user value is similar to the slot value.</p> </li> <li> <p> <code>TopResolution</code> - If there is a resolution list for the slot, return the first value in the resolution list. If there is no resolution list, return null.</p> </li> </ul> <p>If you don't specify the <code>valueSelectionSetting</code> parameter, the default is <code>OriginalValue</code>.</p>",
2331        "CreateSlotTypeResponse$valueSelectionSetting": "<p>The strategy that Amazon Lex uses to select a value from the list of possible values.</p>",
2332        "DescribeSlotTypeResponse$valueSelectionSetting": "<p>The strategy that Amazon Lex uses to choose a value from a list of possible values.</p>",
2333        "UpdateSlotTypeRequest$valueSelectionSetting": "<p>The strategy that Amazon Lex should use when deciding on a value from the list of slot type values.</p>",
2334        "UpdateSlotTypeResponse$valueSelectionSetting": "<p>The updated strategy that Amazon Lex uses to determine which value to select from the slot type.</p>"
2335      }
2336    },
2337    "SortOrder": {
2338      "base": null,
2339      "refs": {
2340        "BotLocaleSortBy$order": "<p>Specifies whether to sort the bot locales in ascending or descending order.</p>",
2341        "BotSortBy$order": "<p>The order to sort the list. You can choose ascending or descending.</p>",
2342        "BotVersionSortBy$order": "<p>The order to sort the list. You can specify ascending or descending order.</p>",
2343        "BuiltInIntentSortBy$order": "<p>The order to sort the list. You can specify ascending or descending order.</p>",
2344        "BuiltInSlotTypeSortBy$order": "<p>The order to sort the list. You can choose ascending or descending.</p>",
2345        "ExportSortBy$order": "<p>The order to sort the list.</p>",
2346        "ImportSortBy$order": "<p>The order to sort the list.</p>",
2347        "IntentSortBy$order": "<p>The order to sort the list. You can choose ascending or descending.</p>",
2348        "SlotSortBy$order": "<p>The order to sort the list. You can choose ascending or descending.</p>",
2349        "SlotTypeSortBy$order": "<p>The order to sort the list. You can say ascending or descending.</p>"
2350      }
2351    },
2352    "StartImportRequest": {
2353      "base": null,
2354      "refs": {
2355      }
2356    },
2357    "StartImportResponse": {
2358      "base": null,
2359      "refs": {
2360      }
2361    },
2362    "StillWaitingResponseFrequency": {
2363      "base": null,
2364      "refs": {
2365        "StillWaitingResponseSpecification$frequencyInSeconds": "<p>How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.</p>"
2366      }
2367    },
2368    "StillWaitingResponseSpecification": {
2369      "base": "<p>Defines the messages that Amazon Lex sends to a user to remind them that the bot is waiting for a response.</p>",
2370      "refs": {
2371        "WaitAndContinueSpecification$stillWaitingResponse": "<p>A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.</p>"
2372      }
2373    },
2374    "StillWaitingResponseTimeout": {
2375      "base": null,
2376      "refs": {
2377        "StillWaitingResponseSpecification$timeoutInSeconds": "<p>If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.</p>"
2378      }
2379    },
2380    "SynonymList": {
2381      "base": null,
2382      "refs": {
2383        "SlotTypeValue$synonyms": "<p>Additional values releated to the slot type entry.</p>"
2384      }
2385    },
2386    "TagKey": {
2387      "base": null,
2388      "refs": {
2389        "TagKeyList$member": null,
2390        "TagMap$key": null
2391      }
2392    },
2393    "TagKeyList": {
2394      "base": null,
2395      "refs": {
2396        "UntagResourceRequest$tagKeys": "<p>A list of tag keys to remove from the resource. If a tag key does not exist on the resource, it is ignored.</p>"
2397      }
2398    },
2399    "TagMap": {
2400      "base": null,
2401      "refs": {
2402        "BotImportSpecification$botTags": "<p>A list of tags to add to the bot. You can only add tags when you import a bot. You can't use the <code>UpdateBot</code> operation to update tags. To update tags, use the <code>TagResource</code> operation.</p>",
2403        "BotImportSpecification$testBotAliasTags": "<p>A list of tags to add to the test alias for a bot. You can only add tags when you import a bot. You can't use the <code>UpdateAlias</code> operation to update tags. To update tags on the test alias, use the <code>TagResource</code> operation.</p>",
2404        "CreateBotAliasRequest$tags": "<p>A list of tags to add to the bot alias. You can only add tags when you create an alias, you can't use the <code>UpdateBotAlias</code> operation to update the tags on a bot alias. To update tags, use the <code>TagResource</code> operation.</p>",
2405        "CreateBotAliasResponse$tags": "<p>A list of tags associated with the bot alias.</p>",
2406        "CreateBotRequest$botTags": "<p>A list of tags to add to the bot. You can only add tags when you create a bot. You can't use the <code>UpdateBot</code> operation to update tags. To update tags, use the <code>TagResource</code> operation.</p>",
2407        "CreateBotRequest$testBotAliasTags": "<p>A list of tags to add to the test alias for a bot. You can only add tags when you create a bot. You can't use the <code>UpdateAlias</code> operation to update tags. To update tags on the test alias, use the <code>TagResource</code> operation.</p>",
2408        "CreateBotResponse$botTags": "<p>A list of tags associated with the bot.</p>",
2409        "CreateBotResponse$testBotAliasTags": "<p>A list of tags associated with the test alias for the bot.</p>",
2410        "ListTagsForResourceResponse$tags": "<p>The tags associated with a resource.</p>",
2411        "TagResourceRequest$tags": "<p>A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value.</p>"
2412      }
2413    },
2414    "TagResourceRequest": {
2415      "base": null,
2416      "refs": {
2417      }
2418    },
2419    "TagResourceResponse": {
2420      "base": null,
2421      "refs": {
2422      }
2423    },
2424    "TagValue": {
2425      "base": null,
2426      "refs": {
2427        "TagMap$value": null
2428      }
2429    },
2430    "TextLogDestination": {
2431      "base": "<p>Defines the Amazon CloudWatch Logs destination log group for conversation text logs.</p>",
2432      "refs": {
2433        "TextLogSetting$destination": null
2434      }
2435    },
2436    "TextLogSetting": {
2437      "base": "<p>Defines settings to enable text conversation logs.</p>",
2438      "refs": {
2439        "TextLogSettingsList$member": null
2440      }
2441    },
2442    "TextLogSettingsList": {
2443      "base": null,
2444      "refs": {
2445        "ConversationLogSettings$textLogSettings": "<p>The Amazon CloudWatch Logs settings for logging text and metadata.</p>"
2446      }
2447    },
2448    "ThrottlingException": {
2449      "base": "<p/>",
2450      "refs": {
2451      }
2452    },
2453    "Timestamp": {
2454      "base": null,
2455      "refs": {
2456        "BotAliasHistoryEvent$startDate": "<p>The date and time that the event started.</p>",
2457        "BotAliasHistoryEvent$endDate": "<p>The date and time that the event ended.</p>",
2458        "BotAliasSummary$creationDateTime": "<p>A timestamp of the date and time that the bot alias was created.</p>",
2459        "BotAliasSummary$lastUpdatedDateTime": "<p>A timestamp of the date and time that the bot alias was last updated.</p>",
2460        "BotLocaleHistoryEvent$eventDate": "<p>A timestamp of the date and time that the event occurred.</p>",
2461        "BotLocaleSummary$lastUpdatedDateTime": "<p>A timestamp of the date and time that the bot locale was last updated.</p>",
2462        "BotLocaleSummary$lastBuildSubmittedDateTime": "<p>A timestamp of the date and time that the bot locale was last built.</p>",
2463        "BotSummary$lastUpdatedDateTime": "<p>The date and time that the bot was last updated.</p>",
2464        "BotVersionSummary$creationDateTime": "<p>A timestamp of the date and time that the version was created.</p>",
2465        "BuildBotLocaleResponse$lastBuildSubmittedDateTime": "<p>A timestamp indicating the date and time that the bot was last built for this locale.</p>",
2466        "CreateBotAliasResponse$creationDateTime": "<p>A Unix timestamp indicating the date and time that the bot alias was created.</p>",
2467        "CreateBotLocaleResponse$creationDateTime": "<p>A timestamp specifying the date and time that the bot locale was created.</p>",
2468        "CreateBotResponse$creationDateTime": "<p>A timestamp indicating the date and time that the bot was created.</p>",
2469        "CreateBotVersionResponse$creationDateTime": "<p>A timestamp of the date and time that the version was created.</p>",
2470        "CreateExportResponse$creationDateTime": "<p>The date and time that the request to export a bot was created.</p>",
2471        "CreateIntentResponse$creationDateTime": "<p>A timestamp of the date and time that the intent was created.</p>",
2472        "CreateSlotResponse$creationDateTime": "<p>The timestamp of the date and time that the slot was created.</p>",
2473        "CreateSlotTypeResponse$creationDateTime": "<p>A timestamp of the date and time that the slot type was created.</p>",
2474        "DescribeBotAliasResponse$creationDateTime": "<p>A timestamp of the date and time that the alias was created.</p>",
2475        "DescribeBotAliasResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the alias was last updated.</p>",
2476        "DescribeBotLocaleResponse$creationDateTime": "<p>The date and time that the locale was created.</p>",
2477        "DescribeBotLocaleResponse$lastUpdatedDateTime": "<p>The date and time that the locale was last updated.</p>",
2478        "DescribeBotLocaleResponse$lastBuildSubmittedDateTime": "<p>The date and time that the locale was last submitted for building.</p>",
2479        "DescribeBotResponse$creationDateTime": "<p>A timestamp of the date and time that the bot was created.</p>",
2480        "DescribeBotResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the bot was last updated.</p>",
2481        "DescribeBotVersionResponse$creationDateTime": "<p>A timestamp of the date and time that the bot version was created.</p>",
2482        "DescribeExportResponse$creationDateTime": "<p>The date and time that the export was created.</p>",
2483        "DescribeExportResponse$lastUpdatedDateTime": "<p>The last date and time that the export was updated.</p>",
2484        "DescribeImportResponse$creationDateTime": "<p>The date and time that the import was created.</p>",
2485        "DescribeImportResponse$lastUpdatedDateTime": "<p>The date and time that the import was last updated.</p>",
2486        "DescribeIntentResponse$creationDateTime": "<p>A timestamp of the date and time that the intent was created.</p>",
2487        "DescribeIntentResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the intent was last updated.</p>",
2488        "DescribeSlotResponse$creationDateTime": "<p>A timestamp of the date and time that the slot was created.</p>",
2489        "DescribeSlotResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the slot was last updated.</p>",
2490        "DescribeSlotTypeResponse$creationDateTime": "<p>A timestamp of the date and time that the slot type was created.</p>",
2491        "DescribeSlotTypeResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the slot type was last updated.</p>",
2492        "ExportSummary$creationDateTime": "<p>The date and time that the export was created.</p>",
2493        "ExportSummary$lastUpdatedDateTime": "<p>The date and time that the export was last updated.</p>",
2494        "ImportSummary$creationDateTime": "<p>The date and time that the import was created.</p>",
2495        "ImportSummary$lastUpdatedDateTime": "<p>The date and time that the import was last updated.</p>",
2496        "IntentSummary$lastUpdatedDateTime": "<p>The timestamp of the date and time that the intent was last updated.</p>",
2497        "SlotSummary$lastUpdatedDateTime": "<p>The timestamp of the last date and time that the slot was updated.</p>",
2498        "SlotTypeSummary$lastUpdatedDateTime": "<p>A timestamp of the date and time that the slot type was last updated.</p>",
2499        "StartImportResponse$creationDateTime": "<p>The date and time that the import request was created.</p>",
2500        "UpdateBotAliasResponse$creationDateTime": "<p>A timestamp of the date and time that the bot was created.</p>",
2501        "UpdateBotAliasResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the bot was last updated.</p>",
2502        "UpdateBotLocaleResponse$creationDateTime": "<p>A timestamp of the date and time that the locale was created.</p>",
2503        "UpdateBotLocaleResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the locale was last updated.</p>",
2504        "UpdateBotResponse$creationDateTime": "<p>A timestamp of the date and time that the bot was created.</p>",
2505        "UpdateBotResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the bot was last updated.</p>",
2506        "UpdateExportResponse$creationDateTime": "<p>The date and time that the export was created.</p>",
2507        "UpdateExportResponse$lastUpdatedDateTime": "<p>The date and time that the export was last updated.</p>",
2508        "UpdateIntentResponse$creationDateTime": "<p>A timestamp of when the intent was created.</p>",
2509        "UpdateIntentResponse$lastUpdatedDateTime": "<p>A timestamp of the last time that the intent was modified.</p>",
2510        "UpdateSlotResponse$creationDateTime": "<p>The timestamp of the date and time that the slot was created.</p>",
2511        "UpdateSlotResponse$lastUpdatedDateTime": "<p>The timestamp of the date and time that the slot was last updated.</p>",
2512        "UpdateSlotTypeResponse$creationDateTime": "<p>The timestamp of the date and time that the slot type was created.</p>",
2513        "UpdateSlotTypeResponse$lastUpdatedDateTime": "<p>A timestamp of the date and time that the slot type was last updated.</p>"
2514      }
2515    },
2516    "UntagResourceRequest": {
2517      "base": null,
2518      "refs": {
2519      }
2520    },
2521    "UntagResourceResponse": {
2522      "base": null,
2523      "refs": {
2524      }
2525    },
2526    "UpdateBotAliasRequest": {
2527      "base": null,
2528      "refs": {
2529      }
2530    },
2531    "UpdateBotAliasResponse": {
2532      "base": null,
2533      "refs": {
2534      }
2535    },
2536    "UpdateBotLocaleRequest": {
2537      "base": null,
2538      "refs": {
2539      }
2540    },
2541    "UpdateBotLocaleResponse": {
2542      "base": null,
2543      "refs": {
2544      }
2545    },
2546    "UpdateBotRequest": {
2547      "base": null,
2548      "refs": {
2549      }
2550    },
2551    "UpdateBotResponse": {
2552      "base": null,
2553      "refs": {
2554      }
2555    },
2556    "UpdateExportRequest": {
2557      "base": null,
2558      "refs": {
2559      }
2560    },
2561    "UpdateExportResponse": {
2562      "base": null,
2563      "refs": {
2564      }
2565    },
2566    "UpdateIntentRequest": {
2567      "base": null,
2568      "refs": {
2569      }
2570    },
2571    "UpdateIntentResponse": {
2572      "base": null,
2573      "refs": {
2574      }
2575    },
2576    "UpdateResourcePolicyRequest": {
2577      "base": null,
2578      "refs": {
2579      }
2580    },
2581    "UpdateResourcePolicyResponse": {
2582      "base": null,
2583      "refs": {
2584      }
2585    },
2586    "UpdateSlotRequest": {
2587      "base": null,
2588      "refs": {
2589      }
2590    },
2591    "UpdateSlotResponse": {
2592      "base": null,
2593      "refs": {
2594      }
2595    },
2596    "UpdateSlotTypeRequest": {
2597      "base": null,
2598      "refs": {
2599      }
2600    },
2601    "UpdateSlotTypeResponse": {
2602      "base": null,
2603      "refs": {
2604      }
2605    },
2606    "Utterance": {
2607      "base": null,
2608      "refs": {
2609        "SampleUtterance$utterance": "<p>The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents.</p>"
2610      }
2611    },
2612    "ValidationException": {
2613      "base": "<p/>",
2614      "refs": {
2615      }
2616    },
2617    "Value": {
2618      "base": null,
2619      "refs": {
2620        "SampleValue$value": "<p>The value that can be used for a slot type.</p>"
2621      }
2622    },
2623    "VoiceId": {
2624      "base": null,
2625      "refs": {
2626        "VoiceSettings$voiceId": "<p>The identifier of the Amazon Polly voice to use.</p>"
2627      }
2628    },
2629    "VoiceSettings": {
2630      "base": "<p>Defines settings for using an Amazon Polly voice to communicate with a user.</p>",
2631      "refs": {
2632        "BotLocaleImportSpecification$voiceSettings": null,
2633        "CreateBotLocaleRequest$voiceSettings": "<p>The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.</p>",
2634        "CreateBotLocaleResponse$voiceSettings": "<p>The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.</p>",
2635        "DescribeBotLocaleResponse$voiceSettings": "<p>The Amazon Polly voice Amazon Lex uses for voice interaction with the user.</p>",
2636        "UpdateBotLocaleRequest$voiceSettings": "<p>The new Amazon Polly voice Amazon Lex should use for voice interaction with the user.</p>",
2637        "UpdateBotLocaleResponse$voiceSettings": "<p>The updated Amazon Polly voice to use for voice interaction with the user.</p>"
2638      }
2639    },
2640    "WaitAndContinueSpecification": {
2641      "base": "<p>Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input. </p>",
2642      "refs": {
2643        "SlotValueElicitationSetting$waitAndContinueSpecification": null
2644      }
2645    }
2646  }
2647}
2648