{ "version":"2.0", "metadata":{ "apiVersion":"2017-04-19", "endpointPrefix":"models.lex", "jsonVersion":"1.1", "protocol":"rest-json", "serviceFullName":"Amazon Lex Model Building Service", "serviceId":"Lex Model Building Service", "signatureVersion":"v4", "signingName":"lex", "uid":"lex-models-2017-04-19" }, "operations":{ "CreateBotVersion":{ "name":"CreateBotVersion", "http":{ "method":"POST", "requestUri":"/bots/{name}/versions", "responseCode":201 }, "input":{"shape":"CreateBotVersionRequest"}, "output":{"shape":"CreateBotVersionResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates a new version of the bot based on the $LATEST version. If the $LATEST 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.

You can update only the $LATEST version of the bot. You can't update the numbered versions that you create with the CreateBotVersion operation.

When you create the first version of a bot, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.

This operation requires permission for the lex:CreateBotVersion action.

" }, "CreateIntentVersion":{ "name":"CreateIntentVersion", "http":{ "method":"POST", "requestUri":"/intents/{name}/versions", "responseCode":201 }, "input":{"shape":"CreateIntentVersionRequest"}, "output":{"shape":"CreateIntentVersionResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates a new version of an intent based on the $LATEST version of the intent. If the $LATEST version of this intent hasn't changed since you last updated it, Amazon Lex doesn't create a new version. It returns the last version you created.

You can update only the $LATEST version of the intent. You can't update the numbered versions that you create with the CreateIntentVersion operation.

When you create a version of an intent, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.

This operation requires permissions to perform the lex:CreateIntentVersion action.

" }, "CreateSlotTypeVersion":{ "name":"CreateSlotTypeVersion", "http":{ "method":"POST", "requestUri":"/slottypes/{name}/versions", "responseCode":201 }, "input":{"shape":"CreateSlotTypeVersionRequest"}, "output":{"shape":"CreateSlotTypeVersionResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates a new version of a slot type based on the $LATEST version of the specified slot type. If the $LATEST version of this resource has not changed since the last version that you created, Amazon Lex doesn't create a new version. It returns the last version that you created.

You can update only the $LATEST version of a slot type. You can't update the numbered versions that you create with the CreateSlotTypeVersion operation.

When you create a version of a slot type, Amazon Lex sets the version to 1. Subsequent versions increment by 1. For more information, see versioning-intro.

This operation requires permissions for the lex:CreateSlotTypeVersion action.

" }, "DeleteBot":{ "name":"DeleteBot", "http":{ "method":"DELETE", "requestUri":"/bots/{name}", "responseCode":204 }, "input":{"shape":"DeleteBotRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes all versions of the bot, including the $LATEST version. To delete a specific version of the bot, use the DeleteBotVersion operation.

If a bot has an alias, you can't delete it. Instead, the DeleteBot operation returns a ResourceInUseException exception that includes a reference to the alias that refers to the bot. To remove the reference to the bot, delete the alias. If you get the same exception again, delete the referring alias until the DeleteBot operation is successful.

This operation requires permissions for the lex:DeleteBot action.

" }, "DeleteBotAlias":{ "name":"DeleteBotAlias", "http":{ "method":"DELETE", "requestUri":"/bots/{botName}/aliases/{name}", "responseCode":204 }, "input":{"shape":"DeleteBotAliasRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes an alias for the specified bot.

You can't delete an alias that is used in the association between a bot and a messaging channel. If an alias is used in a channel association, the DeleteBot operation returns a ResourceInUseException exception that includes a reference to the channel association that refers to the bot. You can remove the reference to the alias by deleting the channel association. If you get the same exception again, delete the referring association until the DeleteBotAlias operation is successful.

" }, "DeleteBotChannelAssociation":{ "name":"DeleteBotChannelAssociation", "http":{ "method":"DELETE", "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/{name}", "responseCode":204 }, "input":{"shape":"DeleteBotChannelAssociationRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Deletes the association between an Amazon Lex bot and a messaging platform.

This operation requires permission for the lex:DeleteBotChannelAssociation action.

" }, "DeleteBotVersion":{ "name":"DeleteBotVersion", "http":{ "method":"DELETE", "requestUri":"/bots/{name}/versions/{version}", "responseCode":204 }, "input":{"shape":"DeleteBotVersionRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes a specific version of a bot. To delete all versions of a bot, use the DeleteBot operation.

This operation requires permissions for the lex:DeleteBotVersion action.

" }, "DeleteIntent":{ "name":"DeleteIntent", "http":{ "method":"DELETE", "requestUri":"/intents/{name}", "responseCode":204 }, "input":{"shape":"DeleteIntentRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes all versions of the intent, including the $LATEST version. To delete a specific version of the intent, use the DeleteIntentVersion operation.

You can delete a version of an intent only if it is not referenced. To delete an intent that is referred to in one or more bots (see how-it-works), you must remove those references first.

If you get the ResourceInUseException exception, it provides an example reference that shows where the intent is referenced. To remove the reference to the intent, either update the bot or delete it. If you get the same exception when you attempt to delete the intent again, repeat until the intent has no references and the call to DeleteIntent is successful.

This operation requires permission for the lex:DeleteIntent action.

" }, "DeleteIntentVersion":{ "name":"DeleteIntentVersion", "http":{ "method":"DELETE", "requestUri":"/intents/{name}/versions/{version}", "responseCode":204 }, "input":{"shape":"DeleteIntentVersionRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.

This operation requires permissions for the lex:DeleteIntentVersion action.

" }, "DeleteSlotType":{ "name":"DeleteSlotType", "http":{ "method":"DELETE", "requestUri":"/slottypes/{name}", "responseCode":204 }, "input":{"shape":"DeleteSlotTypeRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes all versions of the slot type, including the $LATEST version. To delete a specific version of the slot type, use the DeleteSlotTypeVersion operation.

You can delete a version of a slot type only if it is not referenced. To delete a slot type that is referred to in one or more intents, you must remove those references first.

If you get the ResourceInUseException exception, the exception provides an example reference that shows the intent where the slot type is referenced. To remove the reference to the slot type, either update the intent or delete it. If you get the same exception when you attempt to delete the slot type again, repeat until the slot type has no references and the DeleteSlotType call is successful.

This operation requires permission for the lex:DeleteSlotType action.

" }, "DeleteSlotTypeVersion":{ "name":"DeleteSlotTypeVersion", "http":{ "method":"DELETE", "requestUri":"/slottypes/{name}/version/{version}", "responseCode":204 }, "input":{"shape":"DeleteSlotTypeVersionRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"ResourceInUseException"} ], "documentation":"

Deletes a specific version of a slot type. To delete all versions of a slot type, use the DeleteSlotType operation.

This operation requires permissions for the lex:DeleteSlotTypeVersion action.

" }, "DeleteUtterances":{ "name":"DeleteUtterances", "http":{ "method":"DELETE", "requestUri":"/bots/{botName}/utterances/{userId}", "responseCode":204 }, "input":{"shape":"DeleteUtterancesRequest"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Deletes stored utterances.

Amazon Lex stores the utterances that users send to your bot. Utterances are stored for 15 days for use with the GetUtterancesView operation, and then stored indefinitely for use in improving the ability of your bot to respond to user input.

Use the DeleteStoredUtterances operation to manually delete stored utterances for a specific user.

This operation requires permissions for the lex:DeleteUtterances action.

" }, "GetBot":{ "name":"GetBot", "http":{ "method":"GET", "requestUri":"/bots/{name}/versions/{versionoralias}", "responseCode":200 }, "input":{"shape":"GetBotRequest"}, "output":{"shape":"GetBotResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns metadata information for a specific bot. You must provide the bot name and the bot version or alias.

This operation requires permissions for the lex:GetBot action.

" }, "GetBotAlias":{ "name":"GetBotAlias", "http":{ "method":"GET", "requestUri":"/bots/{botName}/aliases/{name}", "responseCode":200 }, "input":{"shape":"GetBotAliasRequest"}, "output":{"shape":"GetBotAliasResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases.

This operation requires permissions for the lex:GetBotAlias action.

" }, "GetBotAliases":{ "name":"GetBotAliases", "http":{ "method":"GET", "requestUri":"/bots/{botName}/aliases/", "responseCode":200 }, "input":{"shape":"GetBotAliasesRequest"}, "output":{"shape":"GetBotAliasesResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns a list of aliases for a specified Amazon Lex bot.

This operation requires permissions for the lex:GetBotAliases action.

" }, "GetBotChannelAssociation":{ "name":"GetBotChannelAssociation", "http":{ "method":"GET", "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/{name}", "responseCode":200 }, "input":{"shape":"GetBotChannelAssociationRequest"}, "output":{"shape":"GetBotChannelAssociationResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns information about the association between an Amazon Lex bot and a messaging platform.

This operation requires permissions for the lex:GetBotChannelAssociation action.

" }, "GetBotChannelAssociations":{ "name":"GetBotChannelAssociations", "http":{ "method":"GET", "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/", "responseCode":200 }, "input":{"shape":"GetBotChannelAssociationsRequest"}, "output":{"shape":"GetBotChannelAssociationsResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns a list of all of the channels associated with the specified bot.

The GetBotChannelAssociations operation requires permissions for the lex:GetBotChannelAssociations action.

" }, "GetBotVersions":{ "name":"GetBotVersions", "http":{ "method":"GET", "requestUri":"/bots/{name}/versions/", "responseCode":200 }, "input":{"shape":"GetBotVersionsRequest"}, "output":{"shape":"GetBotVersionsResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets information about all of the versions of a bot.

The GetBotVersions operation returns a BotMetadata object for each version of a bot. For example, if a bot has three numbered versions, the GetBotVersions operation returns four BotMetadata objects in the response, one for each numbered version and one for the $LATEST version.

The GetBotVersions operation always returns at least one version, the $LATEST version.

This operation requires permissions for the lex:GetBotVersions action.

" }, "GetBots":{ "name":"GetBots", "http":{ "method":"GET", "requestUri":"/bots/", "responseCode":200 }, "input":{"shape":"GetBotsRequest"}, "output":{"shape":"GetBotsResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns bot information as follows:

This operation requires permission for the lex:GetBots action.

" }, "GetBuiltinIntent":{ "name":"GetBuiltinIntent", "http":{ "method":"GET", "requestUri":"/builtins/intents/{signature}", "responseCode":200 }, "input":{"shape":"GetBuiltinIntentRequest"}, "output":{"shape":"GetBuiltinIntentResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns information about a built-in intent.

This operation requires permission for the lex:GetBuiltinIntent action.

" }, "GetBuiltinIntents":{ "name":"GetBuiltinIntents", "http":{ "method":"GET", "requestUri":"/builtins/intents/", "responseCode":200 }, "input":{"shape":"GetBuiltinIntentsRequest"}, "output":{"shape":"GetBuiltinIntentsResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets a list of built-in intents that meet the specified criteria.

This operation requires permission for the lex:GetBuiltinIntents action.

" }, "GetBuiltinSlotTypes":{ "name":"GetBuiltinSlotTypes", "http":{ "method":"GET", "requestUri":"/builtins/slottypes/", "responseCode":200 }, "input":{"shape":"GetBuiltinSlotTypesRequest"}, "output":{"shape":"GetBuiltinSlotTypesResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets a list of built-in slot types that meet the specified criteria.

For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.

This operation requires permission for the lex:GetBuiltInSlotTypes action.

" }, "GetExport":{ "name":"GetExport", "http":{ "method":"GET", "requestUri":"/exports/", "responseCode":200 }, "input":{"shape":"GetExportRequest"}, "output":{"shape":"GetExportResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Exports the contents of a Amazon Lex resource in a specified format.

" }, "GetImport":{ "name":"GetImport", "http":{ "method":"GET", "requestUri":"/imports/{importId}", "responseCode":200 }, "input":{"shape":"GetImportRequest"}, "output":{"shape":"GetImportResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets information about an import job started with the StartImport operation.

" }, "GetIntent":{ "name":"GetIntent", "http":{ "method":"GET", "requestUri":"/intents/{name}/versions/{version}", "responseCode":200 }, "input":{"shape":"GetIntentRequest"}, "output":{"shape":"GetIntentResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns information about an intent. In addition to the intent name, you must specify the intent version.

This operation requires permissions to perform the lex:GetIntent action.

" }, "GetIntentVersions":{ "name":"GetIntentVersions", "http":{ "method":"GET", "requestUri":"/intents/{name}/versions/", "responseCode":200 }, "input":{"shape":"GetIntentVersionsRequest"}, "output":{"shape":"GetIntentVersionsResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets information about all of the versions of an intent.

The GetIntentVersions operation returns an IntentMetadata object for each version of an intent. For example, if an intent has three numbered versions, the GetIntentVersions operation returns four IntentMetadata objects in the response, one for each numbered version and one for the $LATEST version.

The GetIntentVersions operation always returns at least one version, the $LATEST version.

This operation requires permissions for the lex:GetIntentVersions action.

" }, "GetIntents":{ "name":"GetIntents", "http":{ "method":"GET", "requestUri":"/intents/", "responseCode":200 }, "input":{"shape":"GetIntentsRequest"}, "output":{"shape":"GetIntentsResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns intent information as follows:

The operation requires permission for the lex:GetIntents action.

" }, "GetSlotType":{ "name":"GetSlotType", "http":{ "method":"GET", "requestUri":"/slottypes/{name}/versions/{version}", "responseCode":200 }, "input":{"shape":"GetSlotTypeRequest"}, "output":{"shape":"GetSlotTypeResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must specify the slot type version.

This operation requires permissions for the lex:GetSlotType action.

" }, "GetSlotTypeVersions":{ "name":"GetSlotTypeVersions", "http":{ "method":"GET", "requestUri":"/slottypes/{name}/versions/", "responseCode":200 }, "input":{"shape":"GetSlotTypeVersionsRequest"}, "output":{"shape":"GetSlotTypeVersionsResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Gets information about all versions of a slot type.

The GetSlotTypeVersions operation returns a SlotTypeMetadata object for each version of a slot type. For example, if a slot type has three numbered versions, the GetSlotTypeVersions operation returns four SlotTypeMetadata objects in the response, one for each numbered version and one for the $LATEST version.

The GetSlotTypeVersions operation always returns at least one version, the $LATEST version.

This operation requires permissions for the lex:GetSlotTypeVersions action.

" }, "GetSlotTypes":{ "name":"GetSlotTypes", "http":{ "method":"GET", "requestUri":"/slottypes/", "responseCode":200 }, "input":{"shape":"GetSlotTypesRequest"}, "output":{"shape":"GetSlotTypesResponse"}, "errors":[ {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Returns slot type information as follows:

The operation requires permission for the lex:GetSlotTypes action.

" }, "GetUtterancesView":{ "name":"GetUtterancesView", "http":{ "method":"GET", "requestUri":"/bots/{botname}/utterances?view=aggregation", "responseCode":200 }, "input":{"shape":"GetUtterancesViewRequest"}, "output":{"shape":"GetUtterancesViewResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Use the GetUtterancesView operation to get information about the utterances that your users have made to your bot. You can use this list to tune the utterances that your bot responds to.

For example, say that you have created a bot to order flowers. After your users have used your bot for a while, use the GetUtterancesView operation to see the requests that they have made and whether they have been successful. You might find that the utterance \"I want flowers\" is not being recognized. You could add this utterance to the OrderFlowers intent so that your bot recognizes that utterance.

After you publish a new version of a bot, you can get information about the old version and the new so that you can compare the performance across the two versions.

Utterance statistics are generated once a day. Data is available for the last 15 days. You can request information for up to 5 versions in each request. The response contains information about a maximum of 100 utterances for each version.

This operation requires permissions for the lex:GetUtterancesView action.

" }, "PutBot":{ "name":"PutBot", "http":{ "method":"PUT", "requestUri":"/bots/{name}/versions/$LATEST", "responseCode":200 }, "input":{"shape":"PutBotRequest"}, "output":{"shape":"PutBotResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates an Amazon Lex conversational bot or replaces an existing bot. When you create or update a bot you are only required to specify a name, a locale, and whether the bot is directed toward children under age 13. You can use this to add intents later, or to remove intents from an existing bot. When you create a bot with the minimum information, the bot is created or updated but Amazon Lex returns the response FAILED. You can build the bot after you add one or more intents. For more information about Amazon Lex bots, see how-it-works.

If you specify the name of an existing bot, the fields in the request replace the existing values in the $LATEST version of the bot. Amazon Lex removes any fields that you don't provide values for in the request, except for the idleTTLInSeconds and privacySettings fields, which are set to their default values. If you don't specify values for required fields, Amazon Lex throws an exception.

This operation requires permissions for the lex:PutBot action. For more information, see auth-and-access-control.

" }, "PutBotAlias":{ "name":"PutBotAlias", "http":{ "method":"PUT", "requestUri":"/bots/{botName}/aliases/{name}", "responseCode":200 }, "input":{"shape":"PutBotAliasRequest"}, "output":{"shape":"PutBotAliasResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases.

This operation requires permissions for the lex:PutBotAlias action.

" }, "PutIntent":{ "name":"PutIntent", "http":{ "method":"PUT", "requestUri":"/intents/{name}/versions/$LATEST", "responseCode":200 }, "input":{"shape":"PutIntentRequest"}, "output":{"shape":"PutIntentResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates an intent or replaces an existing intent.

To define the interaction between the user and your bot, you use one or more intents. For a pizza ordering bot, for example, you would create an OrderPizza intent.

To create an intent or replace an existing intent, you must provide the following:

You can specify other optional information in the request, such as:

If you specify an existing intent name to update the intent, Amazon Lex replaces the values in the $LATEST version of the intent with the values in the request. Amazon Lex removes fields that you don't provide in the request. If you don't specify the required fields, Amazon Lex throws an exception. When you update the $LATEST version of an intent, the status field of any bot that uses the $LATEST version of the intent is set to NOT_BUILT.

For more information, see how-it-works.

This operation requires permissions for the lex:PutIntent action.

" }, "PutSlotType":{ "name":"PutSlotType", "http":{ "method":"PUT", "requestUri":"/slottypes/{name}/versions/$LATEST", "responseCode":200 }, "input":{"shape":"PutSlotTypeRequest"}, "output":{"shape":"PutSlotTypeResponse"}, "errors":[ {"shape":"ConflictException"}, {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"}, {"shape":"PreconditionFailedException"} ], "documentation":"

Creates a custom slot type or replaces an existing custom slot type.

To create a custom slot type, specify a name for the slot type and a set of enumeration values, which are the values that a slot of this type can assume. For more information, see how-it-works.

If you specify the name of an existing slot type, the fields in the request replace the existing values in the $LATEST version of the slot type. Amazon Lex removes the fields that you don't provide in the request. If you don't specify required fields, Amazon Lex throws an exception. When you update the $LATEST version of a slot type, if a bot uses the $LATEST version of an intent that contains the slot type, the bot's status field is set to NOT_BUILT.

This operation requires permissions for the lex:PutSlotType action.

" }, "StartImport":{ "name":"StartImport", "http":{ "method":"POST", "requestUri":"/imports/", "responseCode":201 }, "input":{"shape":"StartImportRequest"}, "output":{"shape":"StartImportResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"InternalFailureException"}, {"shape":"BadRequestException"} ], "documentation":"

Starts a job to import a resource to Amazon Lex.

" } }, "shapes":{ "AliasName":{ "type":"string", "max":100, "min":1, "pattern":"^([A-Za-z]_?)+$" }, "AliasNameOrListAll":{ "type":"string", "max":100, "min":1, "pattern":"^(-|^([A-Za-z]_?)+$)$" }, "BadRequestException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The request is not well formed. For example, a value is invalid or a required field is missing. Check the field values, and try again.

", "error":{"httpStatusCode":400}, "exception":true }, "Blob":{"type":"blob"}, "Boolean":{"type":"boolean"}, "BotAliasMetadata":{ "type":"structure", "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the bot alias.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot alias.

" }, "botVersion":{ "shape":"Version", "documentation":"

The version of the Amazon Lex bot to which the alias points.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot to which the alias points.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was created.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the bot alias.

" } }, "documentation":"

Provides information about a bot alias.

" }, "BotAliasMetadataList":{ "type":"list", "member":{"shape":"BotAliasMetadata"} }, "BotChannelAssociation":{ "type":"structure", "members":{ "name":{ "shape":"BotChannelName", "documentation":"

The name of the association between the bot and the channel.

" }, "description":{ "shape":"Description", "documentation":"

A text description of the association you are creating.

" }, "botAlias":{ "shape":"AliasName", "documentation":"

An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot to which this association is being made.

Currently, Amazon Lex supports associations with Facebook and Slack, and Twilio.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the association between the Amazon Lex bot and the channel was created.

" }, "type":{ "shape":"ChannelType", "documentation":"

Specifies the type of association by indicating the type of channel being established between the Amazon Lex bot and the external messaging platform.

" }, "botConfiguration":{ "shape":"ChannelConfigurationMap", "documentation":"

Provides information necessary to communicate with the messaging platform.

" }, "status":{ "shape":"ChannelStatus", "documentation":"

The status of the bot channel.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

" } }, "documentation":"

Represents an association between an Amazon Lex bot and an external messaging platform.

" }, "BotChannelAssociationList":{ "type":"list", "member":{"shape":"BotChannelAssociation"} }, "BotChannelName":{ "type":"string", "max":100, "min":1, "pattern":"^([A-Za-z]_?)+$" }, "BotMetadata":{ "type":"structure", "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot.

" }, "status":{ "shape":"Status", "documentation":"

The status of the bot.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the bot. For a new bot, the version is always $LATEST.

" } }, "documentation":"

Provides information about a bot. .

" }, "BotMetadataList":{ "type":"list", "member":{"shape":"BotMetadata"} }, "BotName":{ "type":"string", "max":50, "min":2, "pattern":"^([A-Za-z]_?)+$" }, "BotVersions":{ "type":"list", "member":{"shape":"Version"}, "max":5, "min":1 }, "BuiltinIntentMetadata":{ "type":"structure", "members":{ "signature":{ "shape":"BuiltinIntentSignature", "documentation":"

A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

" }, "supportedLocales":{ "shape":"LocaleList", "documentation":"

A list of identifiers for the locales that the intent supports.

" } }, "documentation":"

Provides metadata for a built-in intent.

" }, "BuiltinIntentMetadataList":{ "type":"list", "member":{"shape":"BuiltinIntentMetadata"} }, "BuiltinIntentSignature":{"type":"string"}, "BuiltinIntentSlot":{ "type":"structure", "members":{ "name":{ "shape":"String", "documentation":"

A list of the slots defined for the intent.

" } }, "documentation":"

Provides information about a slot used in a built-in intent.

" }, "BuiltinIntentSlotList":{ "type":"list", "member":{"shape":"BuiltinIntentSlot"} }, "BuiltinSlotTypeMetadata":{ "type":"structure", "members":{ "signature":{ "shape":"BuiltinSlotTypeSignature", "documentation":"

A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.

" }, "supportedLocales":{ "shape":"LocaleList", "documentation":"

A list of target locales for the slot.

" } }, "documentation":"

Provides information about a built in slot type.

" }, "BuiltinSlotTypeMetadataList":{ "type":"list", "member":{"shape":"BuiltinSlotTypeMetadata"} }, "BuiltinSlotTypeSignature":{"type":"string"}, "ChannelConfigurationMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"}, "max":10, "min":1, "sensitive":true }, "ChannelStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "CREATED", "FAILED" ] }, "ChannelType":{ "type":"string", "enum":[ "Facebook", "Slack", "Twilio-Sms", "Kik" ] }, "CodeHook":{ "type":"structure", "required":[ "uri", "messageVersion" ], "members":{ "uri":{ "shape":"LambdaARN", "documentation":"

The Amazon Resource Name (ARN) of the Lambda function.

" }, "messageVersion":{ "shape":"MessageVersion", "documentation":"

The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.

" } }, "documentation":"

Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..

" }, "ConflictException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

There was a conflict processing the request. Try your request again.

", "error":{"httpStatusCode":409}, "exception":true }, "ContentString":{ "type":"string", "max":1000, "min":1 }, "ContentType":{ "type":"string", "enum":[ "PlainText", "SSML", "CustomPayload" ] }, "Count":{"type":"integer"}, "CreateBotVersionRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot that you want to create a new version of. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "checksum":{ "shape":"String", "documentation":"

Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the $LATEST version of the bot has a different checksum, a PreconditionFailedException exception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

" } } }, "CreateBotVersionResponse":{ "type":"structure", "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot.

" }, "intents":{ "shape":"IntentList", "documentation":"

An array of Intent objects. For more information, see PutBot.

" }, "clarificationPrompt":{ "shape":"Prompt", "documentation":"

The message that Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.

" }, "abortStatement":{ "shape":"Statement", "documentation":"

The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.

" }, "status":{ "shape":"Status", "documentation":"

When you send a request to create or update a bot, Amazon Lex sets the status response element to BUILDING. After Amazon Lex builds the bot, it sets status to READY. If Amazon Lex can't build the bot, it sets status to FAILED. Amazon Lex returns the reason for the failure in the failureReason response element.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex provides the reason that it failed to build the bot.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date when the $LATEST version of this bot was updated.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date when the bot version was created.

" }, "idleSessionTTLInSeconds":{ "shape":"SessionTTL", "documentation":"

The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.

" }, "voiceId":{ "shape":"String", "documentation":"

The Amazon Polly voice ID that Amazon Lex uses for voice interactions with the user.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum identifying the version of the bot that was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the bot.

" }, "locale":{ "shape":"Locale", "documentation":"

Specifies the target locale for the bot.

" }, "childDirected":{ "shape":"Boolean", "documentation":"

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 true or false in the childDirected field. By specifying true in the childDirected field, you confirm that 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. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not 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 childDirected 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 Amazon Lex FAQ.

" } } }, "CreateIntentVersionRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent that you want to create a new version of. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the $LATEST version of the intent that should be used to create the new version. If you specify a checksum and the $LATEST version of the intent has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

" } } }, "CreateIntentVersionResponse":{ "type":"structure", "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent.

" }, "description":{ "shape":"Description", "documentation":"

A description of the intent.

" }, "slots":{ "shape":"SlotList", "documentation":"

An array of slot types that defines the information required to fulfill the intent.

" }, "sampleUtterances":{ "shape":"IntentUtteranceList", "documentation":"

An array of sample utterances configured for the intent.

" }, "confirmationPrompt":{ "shape":"Prompt", "documentation":"

If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.

" }, "rejectionStatement":{ "shape":"Statement", "documentation":"

If the user answers \"no\" to the question defined in confirmationPrompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

" }, "followUpPrompt":{ "shape":"FollowUpPrompt", "documentation":"

If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.

" }, "conclusionStatement":{ "shape":"Statement", "documentation":"

After the Lambda function specified in the fulfillmentActivity field fulfills the intent, Amazon Lex conveys this statement to the user.

" }, "dialogCodeHook":{ "shape":"CodeHook", "documentation":"

If defined, Amazon Lex invokes this Lambda function for each user input.

" }, "fulfillmentActivity":{ "shape":"FulfillmentActivity", "documentation":"

Describes how the intent is fulfilled.

" }, "parentIntentSignature":{ "shape":"BuiltinIntentSignature", "documentation":"

A unique identifier for a built-in intent.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was updated.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was created.

" }, "version":{ "shape":"Version", "documentation":"

The version number assigned to the new version of the intent.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the intent version created.

" } } }, "CreateSlotTypeVersionRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type that you want to create a new version for. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "checksum":{ "shape":"String", "documentation":"

Checksum for the $LATEST version of the slot type that you want to publish. If you specify a checksum and the $LATEST version of the slot type has a different checksum, Amazon Lex returns a PreconditionFailedException exception and doesn't publish the new version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.

" } } }, "CreateSlotTypeVersionResponse":{ "type":"structure", "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type.

" }, "description":{ "shape":"Description", "documentation":"

A description of the slot type.

" }, "enumerationValues":{ "shape":"EnumerationValues", "documentation":"

A list of EnumerationValue objects that defines the values that the slot type can take.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was created.

" }, "version":{ "shape":"Version", "documentation":"

The version assigned to the new slot type version.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the $LATEST version of the slot type.

" }, "valueSelectionStrategy":{ "shape":"SlotValueSelectionStrategy", "documentation":"

The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.

" } } }, "CustomOrBuiltinSlotTypeName":{ "type":"string", "max":100, "min":1, "pattern":"^((AMAZON\\.)_?|[A-Za-z]_?)+" }, "DeleteBotAliasRequest":{ "type":"structure", "required":[ "name", "botName" ], "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the alias to delete. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot that the alias points to.

", "location":"uri", "locationName":"botName" } } }, "DeleteBotChannelAssociationRequest":{ "type":"structure", "required":[ "name", "botName", "botAlias" ], "members":{ "name":{ "shape":"BotChannelName", "documentation":"

The name of the association. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot.

", "location":"uri", "locationName":"botName" }, "botAlias":{ "shape":"AliasName", "documentation":"

An alias that points to the specific version of the Amazon Lex bot to which this association is being made.

", "location":"uri", "locationName":"aliasName" } } }, "DeleteBotRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot. The name is case sensitive.

", "location":"uri", "locationName":"name" } } }, "DeleteBotVersionRequest":{ "type":"structure", "required":[ "name", "version" ], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot.

", "location":"uri", "locationName":"name" }, "version":{ "shape":"NumericalVersion", "documentation":"

The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the $LATEST version, use the DeleteBot operation.

", "location":"uri", "locationName":"version" } } }, "DeleteIntentRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent. The name is case sensitive.

", "location":"uri", "locationName":"name" } } }, "DeleteIntentVersionRequest":{ "type":"structure", "required":[ "name", "version" ], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent.

", "location":"uri", "locationName":"name" }, "version":{ "shape":"NumericalVersion", "documentation":"

The version of the intent to delete. You cannot delete the $LATEST version of the intent. To delete the $LATEST version, use the DeleteIntent operation.

", "location":"uri", "locationName":"version" } } }, "DeleteSlotTypeRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type. The name is case sensitive.

", "location":"uri", "locationName":"name" } } }, "DeleteSlotTypeVersionRequest":{ "type":"structure", "required":[ "name", "version" ], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type.

", "location":"uri", "locationName":"name" }, "version":{ "shape":"NumericalVersion", "documentation":"

The version of the slot type to delete. You cannot delete the $LATEST version of the slot type. To delete the $LATEST version, use the DeleteSlotType operation.

", "location":"uri", "locationName":"version" } } }, "DeleteUtterancesRequest":{ "type":"structure", "required":[ "botName", "userId" ], "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the bot that stored the utterances.

", "location":"uri", "locationName":"botName" }, "userId":{ "shape":"UserId", "documentation":"

The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.

", "location":"uri", "locationName":"userId" } } }, "Description":{ "type":"string", "max":200, "min":0 }, "EnumerationValue":{ "type":"structure", "required":["value"], "members":{ "value":{ "shape":"Value", "documentation":"

The value of the slot type.

" }, "synonyms":{ "shape":"SynonymList", "documentation":"

Additional values related to the slot type value.

" } }, "documentation":"

Each slot type can have a set of values. Each enumeration value represents a value the slot type can take.

For example, a pizza ordering bot could have a slot type that specifies the type of crust that the pizza should have. The slot type could include the values

" }, "EnumerationValues":{ "type":"list", "member":{"shape":"EnumerationValue"}, "max":10000, "min":1 }, "ExportStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "READY", "FAILED" ] }, "ExportType":{ "type":"string", "enum":[ "ALEXA_SKILLS_KIT", "LEX" ] }, "FollowUpPrompt":{ "type":"structure", "required":[ "prompt", "rejectionStatement" ], "members":{ "prompt":{ "shape":"Prompt", "documentation":"

Prompts for information from the user.

" }, "rejectionStatement":{ "shape":"Statement", "documentation":"

If the user answers \"no\" to the question defined in the prompt field, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

" } }, "documentation":"

A prompt for additional activity after an intent is fulfilled. For example, after the OrderPizza intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.

" }, "FulfillmentActivity":{ "type":"structure", "required":["type"], "members":{ "type":{ "shape":"FulfillmentActivityType", "documentation":"

How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.

" }, "codeHook":{ "shape":"CodeHook", "documentation":"

A description of the Lambda function that is run to fulfill the intent.

" } }, "documentation":"

Describes how the intent is fulfilled after the user provides all of the information required for the intent. You can provide a Lambda function to process the intent, or you can return the intent information to the client application. We recommend that you use a Lambda function so that the relevant logic lives in the Cloud and limit the client-side code primarily to presentation. If you need to update the logic, you only update the Lambda function; you don't need to upgrade your client application.

Consider the following examples:

" }, "FulfillmentActivityType":{ "type":"string", "enum":[ "ReturnIntent", "CodeHook" ] }, "GetBotAliasRequest":{ "type":"structure", "required":[ "name", "botName" ], "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the bot alias. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot.

", "location":"uri", "locationName":"botName" } } }, "GetBotAliasResponse":{ "type":"structure", "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the bot alias.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot alias.

" }, "botVersion":{ "shape":"Version", "documentation":"

The version of the bot that the alias points to.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot that the alias points to.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was created.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the bot alias.

" } } }, "GetBotAliasesRequest":{ "type":"structure", "required":["botName"], "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the bot.

", "location":"uri", "locationName":"botName" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of aliases to return in the response. The default is 50. .

", "location":"querystring", "locationName":"maxResults" }, "nameContains":{ "shape":"AliasName", "documentation":"

Substring to match in bot alias names. An alias will be returned if any part of its name matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\"

", "location":"querystring", "locationName":"nameContains" } } }, "GetBotAliasesResponse":{ "type":"structure", "members":{ "BotAliases":{ "shape":"BotAliasMetadataList", "documentation":"

An array of BotAliasMetadata objects, each describing a bot alias.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.

" } } }, "GetBotChannelAssociationRequest":{ "type":"structure", "required":[ "name", "botName", "botAlias" ], "members":{ "name":{ "shape":"BotChannelName", "documentation":"

The name of the association between the bot and the channel. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot.

", "location":"uri", "locationName":"botName" }, "botAlias":{ "shape":"AliasName", "documentation":"

An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

", "location":"uri", "locationName":"aliasName" } } }, "GetBotChannelAssociationResponse":{ "type":"structure", "members":{ "name":{ "shape":"BotChannelName", "documentation":"

The name of the association between the bot and the channel.

" }, "description":{ "shape":"Description", "documentation":"

A description of the association between the bot and the channel.

" }, "botAlias":{ "shape":"AliasName", "documentation":"

An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the association between the bot and the channel was created.

" }, "type":{ "shape":"ChannelType", "documentation":"

The type of the messaging platform.

" }, "botConfiguration":{ "shape":"ChannelConfigurationMap", "documentation":"

Provides information that the messaging platform needs to communicate with the Amazon Lex bot.

" }, "status":{ "shape":"ChannelStatus", "documentation":"

The status of the bot channel.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex provides the reason that it failed to create the association.

" } } }, "GetBotChannelAssociationsRequest":{ "type":"structure", "required":[ "botName", "botAlias" ], "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the Amazon Lex bot in the association.

", "location":"uri", "locationName":"botName" }, "botAlias":{ "shape":"AliasNameOrListAll", "documentation":"

An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.

", "location":"uri", "locationName":"aliasName" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of associations to return in the response. The default is 50.

", "location":"querystring", "locationName":"maxResults" }, "nameContains":{ "shape":"BotChannelName", "documentation":"

Substring to match in channel association names. An association will be returned if any part of its name matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\" To return all bot channel associations, use a hyphen (\"-\") as the nameContains parameter.

", "location":"querystring", "locationName":"nameContains" } } }, "GetBotChannelAssociationsResponse":{ "type":"structure", "members":{ "botChannelAssociations":{ "shape":"BotChannelAssociationList", "documentation":"

An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

" } } }, "GetBotRequest":{ "type":"structure", "required":[ "name", "versionOrAlias" ], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "versionOrAlias":{ "shape":"String", "documentation":"

The version or alias of the bot.

", "location":"uri", "locationName":"versionoralias" } } }, "GetBotResponse":{ "type":"structure", "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot.

" }, "intents":{ "shape":"IntentList", "documentation":"

An array of intent objects. For more information, see PutBot.

" }, "clarificationPrompt":{ "shape":"Prompt", "documentation":"

The message Amazon Lex uses when it doesn't understand the user's request. For more information, see PutBot.

" }, "abortStatement":{ "shape":"Statement", "documentation":"

The message that Amazon Lex returns when the user elects to end the conversation without completing it. For more information, see PutBot.

" }, "status":{ "shape":"Status", "documentation":"

The status of the bot. If the bot is ready to run, the status is READY. If there was a problem with building the bot, the status is FAILED and the failureReason explains why the bot did not build. If the bot was saved but not built, the status is NOT BUILT.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex explains why it failed to build the bot.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was updated. When you create a resource, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was created.

" }, "idleSessionTTLInSeconds":{ "shape":"SessionTTL", "documentation":"

The maximum time in seconds that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.

" }, "voiceId":{ "shape":"String", "documentation":"

The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. For more information, see PutBot.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the bot used to identify a specific revision of the bot's $LATEST version.

" }, "version":{ "shape":"Version", "documentation":"

The version of the bot. For a new bot, the version is always $LATEST.

" }, "locale":{ "shape":"Locale", "documentation":"

The target locale for the bot.

" }, "childDirected":{ "shape":"Boolean", "documentation":"

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 true or false in the childDirected field. By specifying true in the childDirected field, you confirm that 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. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not 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 childDirected 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 Amazon Lex FAQ.

" } } }, "GetBotVersionsRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot for which versions should be returned.

", "location":"uri", "locationName":"name" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of bot versions to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" } } }, "GetBotVersionsResponse":{ "type":"structure", "members":{ "bots":{ "shape":"BotMetadataList", "documentation":"

An array of BotMetadata objects, one for each numbered version of the bot plus one for the $LATEST version.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

" } } }, "GetBotsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of bots. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of bots, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of bots to return in the response that the request will return. The default is 10.

", "location":"querystring", "locationName":"maxResults" }, "nameContains":{ "shape":"BotName", "documentation":"

Substring to match in bot names. A bot will be returned if any part of its name matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\"

", "location":"querystring", "locationName":"nameContains" } } }, "GetBotsResponse":{ "type":"structure", "members":{ "bots":{ "shape":"BotMetadataList", "documentation":"

An array of botMetadata objects, with one entry for each bot.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.

" } } }, "GetBuiltinIntentRequest":{ "type":"structure", "required":["signature"], "members":{ "signature":{ "shape":"BuiltinIntentSignature", "documentation":"

The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

", "location":"uri", "locationName":"signature" } } }, "GetBuiltinIntentResponse":{ "type":"structure", "members":{ "signature":{ "shape":"BuiltinIntentSignature", "documentation":"

The unique identifier for a built-in intent.

" }, "supportedLocales":{ "shape":"LocaleList", "documentation":"

A list of locales that the intent supports.

" }, "slots":{ "shape":"BuiltinIntentSlotList", "documentation":"

An array of BuiltinIntentSlot objects, one entry for each slot type in the intent.

" } } }, "GetBuiltinIntentsRequest":{ "type":"structure", "members":{ "locale":{ "shape":"Locale", "documentation":"

A list of locales that the intent supports.

", "location":"querystring", "locationName":"locale" }, "signatureContains":{ "shape":"String", "documentation":"

Substring to match in built-in intent signatures. An intent will be returned if any part of its signature matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\" To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

", "location":"querystring", "locationName":"signatureContains" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of intents. If this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, use the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of intents to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" } } }, "GetBuiltinIntentsResponse":{ "type":"structure", "members":{ "intents":{ "shape":"BuiltinIntentMetadataList", "documentation":"

An array of builtinIntentMetadata objects, one for each intent in the response.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.

" } } }, "GetBuiltinSlotTypesRequest":{ "type":"structure", "members":{ "locale":{ "shape":"Locale", "documentation":"

A list of locales that the slot type supports.

", "location":"querystring", "locationName":"locale" }, "signatureContains":{ "shape":"String", "documentation":"

Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\"

", "location":"querystring", "locationName":"signatureContains" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of slot types to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" } } }, "GetBuiltinSlotTypesResponse":{ "type":"structure", "members":{ "slotTypes":{ "shape":"BuiltinSlotTypeMetadataList", "documentation":"

An array of BuiltInSlotTypeMetadata objects, one entry for each slot type returned.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

If the response is truncated, the response includes a pagination token that you can use in your next request to fetch the next page of slot types.

" } } }, "GetExportRequest":{ "type":"structure", "required":[ "name", "version", "resourceType", "exportType" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the bot to export.

", "location":"querystring", "locationName":"name" }, "version":{ "shape":"NumericalVersion", "documentation":"

The version of the bot to export.

", "location":"querystring", "locationName":"version" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource to export.

", "location":"querystring", "locationName":"resourceType" }, "exportType":{ "shape":"ExportType", "documentation":"

The format of the exported data.

", "location":"querystring", "locationName":"exportType" } } }, "GetExportResponse":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the bot being exported.

" }, "version":{ "shape":"NumericalVersion", "documentation":"

The version of the bot being exported.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of the exported resource.

" }, "exportType":{ "shape":"ExportType", "documentation":"

The format of the exported data.

" }, "exportStatus":{ "shape":"ExportStatus", "documentation":"

The status of the export.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex provides the reason that it failed to export the resource.

" }, "url":{ "shape":"String", "documentation":"

An S3 pre-signed URL that provides the location of the exported resource. The exported resource is a ZIP archive that contains the exported resource in JSON format. The structure of the archive may change. Your code should not rely on the archive structure.

" } } }, "GetImportRequest":{ "type":"structure", "required":["importId"], "members":{ "importId":{ "shape":"String", "documentation":"

The identifier of the import job information to return.

", "location":"uri", "locationName":"importId" } } }, "GetImportResponse":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name given to the import job.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource imported.

" }, "mergeStrategy":{ "shape":"MergeStrategy", "documentation":"

The action taken when there was a conflict between an existing resource and a resource in the import file.

" }, "importId":{ "shape":"String", "documentation":"

The identifier for the specific import job.

" }, "importStatus":{ "shape":"ImportStatus", "documentation":"

The status of the import job. If the status is FAILED, you can get the reason for the failure from the failureReason field.

" }, "failureReason":{ "shape":"StringList", "documentation":"

A string that describes why an import job failed to complete.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

A timestamp for the date and time that the import job was created.

" } } }, "GetIntentRequest":{ "type":"structure", "required":[ "name", "version" ], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "version":{ "shape":"Version", "documentation":"

The version of the intent.

", "location":"uri", "locationName":"version" } } }, "GetIntentResponse":{ "type":"structure", "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent.

" }, "description":{ "shape":"Description", "documentation":"

A description of the intent.

" }, "slots":{ "shape":"SlotList", "documentation":"

An array of intent slots configured for the intent.

" }, "sampleUtterances":{ "shape":"IntentUtteranceList", "documentation":"

An array of sample utterances configured for the intent.

" }, "confirmationPrompt":{ "shape":"Prompt", "documentation":"

If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request. For more information, see PutIntent.

" }, "rejectionStatement":{ "shape":"Statement", "documentation":"

If the user answers \"no\" to the question defined in confirmationPrompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

" }, "followUpPrompt":{ "shape":"FollowUpPrompt", "documentation":"

If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled. For more information, see PutIntent.

" }, "conclusionStatement":{ "shape":"Statement", "documentation":"

After the Lambda function specified in the fulfillmentActivity element fulfills the intent, Amazon Lex conveys this statement to the user.

" }, "dialogCodeHook":{ "shape":"CodeHook", "documentation":"

If defined in the bot, Amazon Amazon Lex invokes this Lambda function for each user input. For more information, see PutIntent.

" }, "fulfillmentActivity":{ "shape":"FulfillmentActivity", "documentation":"

Describes how the intent is fulfilled. For more information, see PutIntent.

" }, "parentIntentSignature":{ "shape":"BuiltinIntentSignature", "documentation":"

A unique identifier for a built-in intent.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was updated. When you create a resource, the creation date and the last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the intent.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the intent.

" } } }, "GetIntentVersionsRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent for which versions should be returned.

", "location":"uri", "locationName":"name" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of intent versions to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" } } }, "GetIntentVersionsResponse":{ "type":"structure", "members":{ "intents":{ "shape":"IntentMetadataList", "documentation":"

An array of IntentMetadata objects, one for each numbered version of the intent plus one for the $LATEST version.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of intent versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

" } } }, "GetIntentsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of intents. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of intents, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of intents to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" }, "nameContains":{ "shape":"IntentName", "documentation":"

Substring to match in intent names. An intent will be returned if any part of its name matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\"

", "location":"querystring", "locationName":"nameContains" } } }, "GetIntentsResponse":{ "type":"structure", "members":{ "intents":{ "shape":"IntentMetadataList", "documentation":"

An array of Intent objects. For more information, see PutBot.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.

" } } }, "GetSlotTypeRequest":{ "type":"structure", "required":[ "name", "version" ], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type. The name is case sensitive.

", "location":"uri", "locationName":"name" }, "version":{ "shape":"Version", "documentation":"

The version of the slot type.

", "location":"uri", "locationName":"version" } } }, "GetSlotTypeResponse":{ "type":"structure", "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type.

" }, "description":{ "shape":"Description", "documentation":"

A description of the slot type.

" }, "enumerationValues":{ "shape":"EnumerationValues", "documentation":"

A list of EnumerationValue objects that defines the values that the slot type can take.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the slot type.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the $LATEST version of the slot type.

" }, "valueSelectionStrategy":{ "shape":"SlotValueSelectionStrategy", "documentation":"

The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.

" } } }, "GetSlotTypeVersionsRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type for which versions should be returned.

", "location":"uri", "locationName":"name" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of slot type versions to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" } } }, "GetSlotTypeVersionsResponse":{ "type":"structure", "members":{ "slotTypes":{ "shape":"SlotTypeMetadataList", "documentation":"

An array of SlotTypeMetadata objects, one for each numbered version of the slot type plus one for the $LATEST version.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token for fetching the next page of slot type versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

" } } }, "GetSlotTypesRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch next page of slot types, specify the pagination token in the next request.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of slot types to return in the response. The default is 10.

", "location":"querystring", "locationName":"maxResults" }, "nameContains":{ "shape":"SlotTypeName", "documentation":"

Substring to match in slot type names. A slot type will be returned if any part of its name matches the substring. For example, \"xyz\" matches both \"xyzabc\" and \"abcxyz.\"

", "location":"querystring", "locationName":"nameContains" } } }, "GetSlotTypesResponse":{ "type":"structure", "members":{ "slotTypes":{ "shape":"SlotTypeMetadataList", "documentation":"

An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.

" } } }, "GetUtterancesViewRequest":{ "type":"structure", "required":[ "botName", "botVersions", "statusType" ], "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the bot for which utterance information should be returned.

", "location":"uri", "locationName":"botname" }, "botVersions":{ "shape":"BotVersions", "documentation":"

An array of bot versions for which utterance information should be returned. The limit is 5 versions per request.

", "location":"querystring", "locationName":"bot_versions" }, "statusType":{ "shape":"StatusType", "documentation":"

To return utterances that were recognized and handled, useDetected. To return utterances that were not recognized, use Missed.

", "location":"querystring", "locationName":"status_type" } } }, "GetUtterancesViewResponse":{ "type":"structure", "members":{ "botName":{ "shape":"BotName", "documentation":"

The name of the bot for which utterance information was returned.

" }, "utterances":{ "shape":"ListsOfUtterances", "documentation":"

An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot. The response contains a maximum of 100 UtteranceData objects for each version.

" } } }, "GroupNumber":{ "type":"integer", "box":true, "max":5, "min":1 }, "ImportStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "COMPLETE", "FAILED" ] }, "Intent":{ "type":"structure", "required":[ "intentName", "intentVersion" ], "members":{ "intentName":{ "shape":"IntentName", "documentation":"

The name of the intent.

" }, "intentVersion":{ "shape":"Version", "documentation":"

The version of the intent.

" } }, "documentation":"

Identifies the specific version of an intent.

" }, "IntentList":{ "type":"list", "member":{"shape":"Intent"} }, "IntentMetadata":{ "type":"structure", "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent.

" }, "description":{ "shape":"Description", "documentation":"

A description of the intent.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was updated. When you create an intent, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the intent.

" } }, "documentation":"

Provides information about an intent.

" }, "IntentMetadataList":{ "type":"list", "member":{"shape":"IntentMetadata"} }, "IntentName":{ "type":"string", "max":100, "min":1, "pattern":"^([A-Za-z]_?)+$" }, "IntentUtteranceList":{ "type":"list", "member":{"shape":"Utterance"}, "max":1500, "min":0 }, "InternalFailureException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

An internal Amazon Lex error occurred. Try your request again.

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "LambdaARN":{ "type":"string", "max":2048, "min":20, "pattern":"arn:aws:lambda:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?" }, "LimitExceededException":{ "type":"structure", "members":{ "retryAfterSeconds":{ "shape":"String", "location":"header", "locationName":"Retry-After" }, "message":{"shape":"String"} }, "documentation":"

The request exceeded a limit. Try your request again.

", "error":{"httpStatusCode":429}, "exception":true }, "ListOfUtterance":{ "type":"list", "member":{"shape":"UtteranceData"} }, "ListsOfUtterances":{ "type":"list", "member":{"shape":"UtteranceList"} }, "Locale":{ "type":"string", "enum":[ "en-US", "en-GB", "de-DE" ] }, "LocaleList":{ "type":"list", "member":{"shape":"Locale"} }, "MaxResults":{ "type":"integer", "box":true, "max":50, "min":1 }, "MergeStrategy":{ "type":"string", "enum":[ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT" ] }, "Message":{ "type":"structure", "required":[ "contentType", "content" ], "members":{ "contentType":{ "shape":"ContentType", "documentation":"

The content type of the message string.

" }, "content":{ "shape":"ContentString", "documentation":"

The text of the message.

" }, "groupNumber":{ "shape":"GroupNumber", "documentation":"

Identifies the message group that the message belongs to. When a group is assigned to a message, Amazon Lex returns one message from each group in the response.

" } }, "documentation":"

The message object that provides the message text and its type.

" }, "MessageList":{ "type":"list", "member":{"shape":"Message"}, "max":15, "min":1 }, "MessageVersion":{ "type":"string", "max":5, "min":1 }, "Name":{ "type":"string", "max":100, "min":1, "pattern":"[a-zA-Z_]+" }, "NextToken":{"type":"string"}, "NotFoundException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The resource specified in the request was not found. Check the resource and try again.

", "error":{"httpStatusCode":404}, "exception":true }, "NumericalVersion":{ "type":"string", "max":64, "min":1, "pattern":"[0-9]+" }, "PreconditionFailedException":{ "type":"structure", "members":{ "message":{"shape":"String"} }, "documentation":"

The checksum of the resource that you are trying to change does not match the checksum in the request. Check the resource's checksum and try again.

", "error":{"httpStatusCode":412}, "exception":true }, "Priority":{ "type":"integer", "max":100, "min":0 }, "ProcessBehavior":{ "type":"string", "enum":[ "SAVE", "BUILD" ] }, "Prompt":{ "type":"structure", "required":[ "messages", "maxAttempts" ], "members":{ "messages":{ "shape":"MessageList", "documentation":"

An array of objects, each of which provides a message string and its type. You can specify the message string in plain text or in Speech Synthesis Markup Language (SSML).

" }, "maxAttempts":{ "shape":"PromptMaxAttempts", "documentation":"

The number of times to prompt the user for information.

" }, "responseCard":{ "shape":"ResponseCard", "documentation":"

A response card. Amazon Lex uses this prompt at runtime, in the PostText API response. It substitutes session attributes and slot values for placeholders in the response card. For more information, see ex-resp-card.

" } }, "documentation":"

Obtains information from the user. To define a prompt, provide one or more messages and specify the number of attempts to get information from the user. If you provide more than one message, Amazon Lex chooses one of the messages to use to prompt the user. For more information, see how-it-works.

" }, "PromptMaxAttempts":{ "type":"integer", "max":5, "min":1 }, "PutBotAliasRequest":{ "type":"structure", "required":[ "name", "botVersion", "botName" ], "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the alias. The name is not case sensitive.

", "location":"uri", "locationName":"name" }, "description":{ "shape":"Description", "documentation":"

A description of the alias.

" }, "botVersion":{ "shape":"Version", "documentation":"

The version of the bot.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot.

", "location":"uri", "locationName":"botName" }, "checksum":{ "shape":"String", "documentation":"

Identifies a specific revision of the $LATEST version.

When you create a new bot alias, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

When you want to update a bot alias, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

" } } }, "PutBotAliasResponse":{ "type":"structure", "members":{ "name":{ "shape":"AliasName", "documentation":"

The name of the alias.

" }, "description":{ "shape":"Description", "documentation":"

A description of the alias.

" }, "botVersion":{ "shape":"Version", "documentation":"

The version of the bot that the alias points to.

" }, "botName":{ "shape":"BotName", "documentation":"

The name of the bot that the alias points to.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot alias was created.

" }, "checksum":{ "shape":"String", "documentation":"

The checksum for the current version of the alias.

" } } }, "PutBotRequest":{ "type":"structure", "required":[ "name", "locale", "childDirected" ], "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot. The name is not case sensitive.

", "location":"uri", "locationName":"name" }, "description":{ "shape":"Description", "documentation":"

A description of the bot.

" }, "intents":{ "shape":"IntentList", "documentation":"

An array of Intent objects. Each intent represents a command that a user can express. For example, a pizza ordering bot might support an OrderPizza intent. For more information, see how-it-works.

" }, "clarificationPrompt":{ "shape":"Prompt", "documentation":"

When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification. To specify how many times Amazon Lex should repeate the clarification prompt, use the maxAttempts field. If Amazon Lex still doesn't understand, it sends the message in the abortStatement field.

When you create a clarification prompt, make sure that it suggests the correct response from the user. for example, for a bot that orders pizza and drinks, you might create this clarification prompt: \"What would you like to do? You can say 'Order a pizza' or 'Order a drink.'\"

" }, "abortStatement":{ "shape":"Statement", "documentation":"

When Amazon Lex can't understand the user's input in context, it tries to elicit the information a few times. After that, Amazon Lex sends the message defined in abortStatement to the user, and then aborts the conversation. To set the number of retries, use the valueElicitationPrompt field for the slot type.

For example, in a pizza ordering bot, Amazon Lex might ask a user \"What type of crust would you like?\" If the user's response is not one of the expected responses (for example, \"thin crust, \"deep dish,\" etc.), Amazon Lex tries to elicit a correct response a few more times.

For example, in a pizza ordering application, OrderPizza might be one of the intents. This intent might require the CrustType slot. You specify the valueElicitationPrompt field when you create the CrustType slot.

" }, "idleSessionTTLInSeconds":{ "shape":"SessionTTL", "documentation":"

The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.

A user interaction session 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.

For example, suppose that a user chooses the OrderPizza intent, but gets sidetracked halfway through placing an order. If the user doesn't complete the order within the specified time, Amazon Lex discards the slot information that it gathered, and the user must start over.

If you don't include the idleSessionTTLInSeconds element in a PutBot operation request, Amazon Lex uses the default value. This is also true if the request replaces an existing bot.

The default is 300 seconds (5 minutes).

" }, "voiceId":{ "shape":"String", "documentation":"

The Amazon Polly voice ID that you want Amazon Lex to use for voice interactions with the user. The locale configured for the voice must match the locale of the bot. For more information, see Available Voices in the Amazon Polly Developer Guide.

" }, "checksum":{ "shape":"String", "documentation":"

Identifies a specific revision of the $LATEST version.

When you create a new bot, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

When you want to update a bot, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

" }, "processBehavior":{ "shape":"ProcessBehavior", "documentation":"

If you set the processBehavior element to BUILD, Amazon Lex builds the bot so that it can be run. If you set the element to SAVE Amazon Lex saves the bot, but doesn't build it.

If you don't specify this value, the default value is BUILD.

" }, "locale":{ "shape":"Locale", "documentation":"

Specifies the target locale for the bot. Any intent used in the bot must be compatible with the locale of the bot.

The default is en-US.

" }, "childDirected":{ "shape":"Boolean", "documentation":"

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 true or false in the childDirected field. By specifying true in the childDirected field, you confirm that 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. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not 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 childDirected 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 Amazon Lex FAQ.

" }, "createVersion":{"shape":"Boolean"} } }, "PutBotResponse":{ "type":"structure", "members":{ "name":{ "shape":"BotName", "documentation":"

The name of the bot.

" }, "description":{ "shape":"Description", "documentation":"

A description of the bot.

" }, "intents":{ "shape":"IntentList", "documentation":"

An array of Intent objects. For more information, see PutBot.

" }, "clarificationPrompt":{ "shape":"Prompt", "documentation":"

The prompts that Amazon Lex uses when it doesn't understand the user's intent. For more information, see PutBot.

" }, "abortStatement":{ "shape":"Statement", "documentation":"

The message that Amazon Lex uses to abort a conversation. For more information, see PutBot.

" }, "status":{ "shape":"Status", "documentation":"

When you send a request to create a bot with processBehavior set to BUILD, Amazon Lex sets the status response element to BUILDING. After Amazon Lex builds the bot, it sets status to READY. If Amazon Lex can't build the bot, Amazon Lex sets status to FAILED. Amazon Lex returns the reason for the failure in the failureReason response element.

When you set processBehaviorto SAVE, Amazon Lex sets the status code to NOT BUILT.

" }, "failureReason":{ "shape":"String", "documentation":"

If status is FAILED, Amazon Lex provides the reason that it failed to build the bot.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was updated. When you create a resource, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the bot was created.

" }, "idleSessionTTLInSeconds":{ "shape":"SessionTTL", "documentation":"

The maximum length of time that Amazon Lex retains the data gathered in a conversation. For more information, see PutBot.

" }, "voiceId":{ "shape":"String", "documentation":"

The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user. For more information, see PutBot.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the bot that you created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the bot. For a new bot, the version is always $LATEST.

" }, "locale":{ "shape":"Locale", "documentation":"

The target locale for the bot.

" }, "childDirected":{ "shape":"Boolean", "documentation":"

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 true or false in the childDirected field. By specifying true in the childDirected field, you confirm that 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. By specifying false in the childDirected field, you confirm that your use of Amazon Lex is not 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 childDirected 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 Amazon Lex FAQ.

" }, "createVersion":{"shape":"Boolean"} } }, "PutIntentRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent. The name is not case sensitive.

The name can't match a built-in intent name, or a built-in intent name with \"AMAZON.\" removed. For example, because there is a built-in intent called AMAZON.HelpIntent, you can't create a custom intent called HelpIntent.

For a list of built-in intents, see Standard Built-in Intents in the Alexa Skills Kit.

", "location":"uri", "locationName":"name" }, "description":{ "shape":"Description", "documentation":"

A description of the intent.

" }, "slots":{ "shape":"SlotList", "documentation":"

An array of intent slots. At runtime, Amazon Lex elicits required slot values from the user using prompts defined in the slots. For more information, see how-it-works.

" }, "sampleUtterances":{ "shape":"IntentUtteranceList", "documentation":"

An array of utterances (strings) that a user might say to signal the intent. For example, \"I want {PizzaSize} pizza\", \"Order {Quantity} {PizzaSize} pizzas\".

In each utterance, a slot name is enclosed in curly braces.

" }, "confirmationPrompt":{ "shape":"Prompt", "documentation":"

Prompts the user to confirm the intent. This question should have a yes or no answer.

Amazon Lex uses this prompt to ensure that the user acknowledges that the intent is ready for fulfillment. For example, with the OrderPizza 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.

You you must provide both the rejectionStatement and the confirmationPrompt, or neither.

" }, "rejectionStatement":{ "shape":"Statement", "documentation":"

When the user answers \"no\" to the question defined in confirmationPrompt, Amazon Lex responds with this statement to acknowledge that the intent was canceled.

You must provide both the rejectionStatement and the confirmationPrompt, or neither.

" }, "followUpPrompt":{ "shape":"FollowUpPrompt", "documentation":"

Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent. For example, after the OrderPizza intent is fulfilled, you might prompt the user to order a drink.

The action that Amazon Lex takes depends on the user's response, as follows:

The followUpPrompt field and the conclusionStatement field are mutually exclusive. You can specify only one.

" }, "conclusionStatement":{ "shape":"Statement", "documentation":"

The statement that you want Amazon Lex to convey to the user after the intent is successfully fulfilled by the Lambda function.

This element is relevant only if you provide a Lambda function in the fulfillmentActivity. If you return the intent to the client application, you can't specify this element.

The followUpPrompt and conclusionStatement are mutually exclusive. You can specify only one.

" }, "dialogCodeHook":{ "shape":"CodeHook", "documentation":"

Specifies a Lambda function to invoke for each user input. You can invoke this Lambda function to personalize user interaction.

For example, suppose your bot determines that the user is John. Your 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, GlutenIntolerant, to true. You might find John's phone number and set the corresponding session attribute.

" }, "fulfillmentActivity":{ "shape":"FulfillmentActivity", "documentation":"

Required. Describes how the intent is fulfilled. For example, after a user provides all of the information for a pizza order, fulfillmentActivity defines how the bot places an order with a local pizza store.

You might configure Amazon Lex to return all of the intent information to the client application, or direct it to invoke a Lambda function that can process the intent (for example, place an order with a pizzeria).

" }, "parentIntentSignature":{ "shape":"BuiltinIntentSignature", "documentation":"

A unique identifier for the built-in intent to base this intent on. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.

" }, "checksum":{ "shape":"String", "documentation":"

Identifies a specific revision of the $LATEST version.

When you create a new intent, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

When you want to update a intent, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

" }, "createVersion":{"shape":"Boolean"} } }, "PutIntentResponse":{ "type":"structure", "members":{ "name":{ "shape":"IntentName", "documentation":"

The name of the intent.

" }, "description":{ "shape":"Description", "documentation":"

A description of the intent.

" }, "slots":{ "shape":"SlotList", "documentation":"

An array of intent slots that are configured for the intent.

" }, "sampleUtterances":{ "shape":"IntentUtteranceList", "documentation":"

An array of sample utterances that are configured for the intent.

" }, "confirmationPrompt":{ "shape":"Prompt", "documentation":"

If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.

" }, "rejectionStatement":{ "shape":"Statement", "documentation":"

If the user answers \"no\" to the question defined in confirmationPrompt Amazon Lex responds with this statement to acknowledge that the intent was canceled.

" }, "followUpPrompt":{ "shape":"FollowUpPrompt", "documentation":"

If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.

" }, "conclusionStatement":{ "shape":"Statement", "documentation":"

After the Lambda function specified in thefulfillmentActivityintent fulfills the intent, Amazon Lex conveys this statement to the user.

" }, "dialogCodeHook":{ "shape":"CodeHook", "documentation":"

If defined in the intent, Amazon Lex invokes this Lambda function for each user input.

" }, "fulfillmentActivity":{ "shape":"FulfillmentActivity", "documentation":"

If defined in the intent, Amazon Lex invokes this Lambda function to fulfill the intent after the user provides all of the information required by the intent.

" }, "parentIntentSignature":{ "shape":"BuiltinIntentSignature", "documentation":"

A unique identifier for the built-in intent that this intent is based on.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was updated. When you create a resource, the creation date and last update dates are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the intent was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the intent. For a new intent, the version is always $LATEST.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the $LATESTversion of the intent created or updated.

" }, "createVersion":{"shape":"Boolean"} } }, "PutSlotTypeRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type. The name is not case sensitive.

The name can't match a built-in slot type name, or a built-in slot type name with \"AMAZON.\" removed. For example, because there is a built-in slot type called AMAZON.DATE, you can't create a custom slot type called DATE.

For a list of built-in slot types, see Slot Type Reference in the Alexa Skills Kit.

", "location":"uri", "locationName":"name" }, "description":{ "shape":"Description", "documentation":"

A description of the slot type.

" }, "enumerationValues":{ "shape":"EnumerationValues", "documentation":"

A list of EnumerationValue objects that defines the values that the slot type can take. Each value can have a list of synonyms, which are additional values that help train the machine learning model about the values that it resolves for a slot.

When Amazon Lex resolves a slot value, it generates a resolution list that contains up to five possible values for the slot. If you are using a Lambda function, this resolution list is passed to the function. If you are not using a Lambda function you can choose to return the value that the user entered or the first value in the resolution list as the slot value. The valueSelectionStrategy field indicates the option to use.

" }, "checksum":{ "shape":"String", "documentation":"

Identifies a specific revision of the $LATEST version.

When you create a new slot type, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception.

When you want to update a slot type, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.

" }, "valueSelectionStrategy":{ "shape":"SlotValueSelectionStrategy", "documentation":"

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:

If you don't specify the valueSelectionStrategy, the default is ORIGINAL_VALUE.

" }, "createVersion":{"shape":"Boolean"} } }, "PutSlotTypeResponse":{ "type":"structure", "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type.

" }, "description":{ "shape":"Description", "documentation":"

A description of the slot type.

" }, "enumerationValues":{ "shape":"EnumerationValues", "documentation":"

A list of EnumerationValue objects that defines the values that the slot type can take.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was updated. When you create a slot type, the creation date and last update date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the slot type. For a new slot type, the version is always $LATEST.

" }, "checksum":{ "shape":"String", "documentation":"

Checksum of the $LATEST version of the slot type.

" }, "valueSelectionStrategy":{ "shape":"SlotValueSelectionStrategy", "documentation":"

The slot resolution strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.

" }, "createVersion":{"shape":"Boolean"} } }, "ReferenceType":{ "type":"string", "enum":[ "Intent", "Bot", "BotAlias", "BotChannel" ] }, "ResourceInUseException":{ "type":"structure", "members":{ "referenceType":{"shape":"ReferenceType"}, "exampleReference":{"shape":"ResourceReference"} }, "documentation":"

The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.

The body of the exception contains a JSON object that describes the resource.

{ \"resourceType\": BOT | BOTALIAS | BOTCHANNEL | INTENT,

\"resourceReference\": {

\"name\": string, \"version\": string } }

", "error":{"httpStatusCode":400}, "exception":true }, "ResourceReference":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name of the resource that is using the resource that you are trying to delete.

" }, "version":{ "shape":"Version", "documentation":"

The version of the resource that is using the resource that you are trying to delete.

" } }, "documentation":"

Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException exception.

" }, "ResourceType":{ "type":"string", "enum":[ "BOT", "INTENT", "SLOT_TYPE" ] }, "ResponseCard":{ "type":"string", "max":50000, "min":1 }, "SessionTTL":{ "type":"integer", "max":86400, "min":60 }, "Slot":{ "type":"structure", "required":[ "name", "slotConstraint" ], "members":{ "name":{ "shape":"SlotName", "documentation":"

The name of the slot.

" }, "description":{ "shape":"Description", "documentation":"

A description of the slot.

" }, "slotConstraint":{ "shape":"SlotConstraint", "documentation":"

Specifies whether the slot is required or optional.

" }, "slotType":{ "shape":"CustomOrBuiltinSlotTypeName", "documentation":"

The type of the slot, either a custom slot type that you defined or one of the built-in slot types.

" }, "slotTypeVersion":{ "shape":"Version", "documentation":"

The version of the slot type.

" }, "valueElicitationPrompt":{ "shape":"Prompt", "documentation":"

The prompt that Amazon Lex uses to elicit the slot value from the user.

" }, "priority":{ "shape":"Priority", "documentation":"

Directs Lex the order in which to elicit this slot value from the user. For example, if the intent has two slots with priorities 1 and 2, AWS Lex first elicits a value for the slot with priority 1.

If multiple slots share the same priority, the order in which Lex elicits values is arbitrary.

" }, "sampleUtterances":{ "shape":"SlotUtteranceList", "documentation":"

If you know a specific pattern with which 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.

" }, "responseCard":{ "shape":"ResponseCard", "documentation":"

A set of possible responses for the slot type used by text-based clients. A user chooses an option from the response card, instead of using text to reply.

" } }, "documentation":"

Identifies the version of a specific slot.

" }, "SlotConstraint":{ "type":"string", "enum":[ "Required", "Optional" ] }, "SlotList":{ "type":"list", "member":{"shape":"Slot"}, "max":100, "min":0 }, "SlotName":{ "type":"string", "max":100, "min":1, "pattern":"^([A-Za-z](-|_|.)?)+$" }, "SlotTypeMetadata":{ "type":"structure", "members":{ "name":{ "shape":"SlotTypeName", "documentation":"

The name of the slot type.

" }, "description":{ "shape":"Description", "documentation":"

A description of the slot type.

" }, "lastUpdatedDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

The date that the slot type was created.

" }, "version":{ "shape":"Version", "documentation":"

The version of the slot type.

" } }, "documentation":"

Provides information about a slot type..

" }, "SlotTypeMetadataList":{ "type":"list", "member":{"shape":"SlotTypeMetadata"} }, "SlotTypeName":{ "type":"string", "max":100, "min":1, "pattern":"^([A-Za-z]_?)+$" }, "SlotUtteranceList":{ "type":"list", "member":{"shape":"Utterance"}, "max":10, "min":0 }, "SlotValueSelectionStrategy":{ "type":"string", "enum":[ "ORIGINAL_VALUE", "TOP_RESOLUTION" ] }, "StartImportRequest":{ "type":"structure", "required":[ "payload", "resourceType", "mergeStrategy" ], "members":{ "payload":{ "shape":"Blob", "documentation":"

A zip archive in binary format. The archive should contain one file, a JSON file containing the resource to import. The resource should match the type specified in the resourceType field.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

Specifies the type of resource to export. Each resource also exports any resources that it depends on.

" }, "mergeStrategy":{ "shape":"MergeStrategy", "documentation":"

Specifies the action that the StartImport operation should take when there is an existing resource with the same name.

" } } }, "StartImportResponse":{ "type":"structure", "members":{ "name":{ "shape":"Name", "documentation":"

The name given to the import job.

" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource to import.

" }, "mergeStrategy":{ "shape":"MergeStrategy", "documentation":"

The action to take when there is a merge conflict.

" }, "importId":{ "shape":"String", "documentation":"

The identifier for the specific import job.

" }, "importStatus":{ "shape":"ImportStatus", "documentation":"

The status of the import job. If the status is FAILED, you can get the reason for the failure using the GetImport operation.

" }, "createdDate":{ "shape":"Timestamp", "documentation":"

A timestamp for the date and time that the import job was requested.

" } } }, "Statement":{ "type":"structure", "required":["messages"], "members":{ "messages":{ "shape":"MessageList", "documentation":"

A collection of message objects.

" }, "responseCard":{ "shape":"ResponseCard", "documentation":"

At runtime, if the client is using the PostText API, Amazon Lex includes the response card in the response. It substitutes all of the session attributes and slot values for placeholders in the response card.

" } }, "documentation":"

A collection of messages that convey information to the user. At runtime, Amazon Lex selects the message to convey.

" }, "Status":{ "type":"string", "enum":[ "BUILDING", "READY", "READY_BASIC_TESTING", "FAILED", "NOT_BUILT" ] }, "StatusType":{ "type":"string", "enum":[ "Detected", "Missed" ] }, "String":{"type":"string"}, "StringList":{ "type":"list", "member":{"shape":"String"} }, "SynonymList":{ "type":"list", "member":{"shape":"Value"} }, "Timestamp":{"type":"timestamp"}, "UserId":{ "type":"string", "max":100, "min":2 }, "Utterance":{ "type":"string", "max":200, "min":1 }, "UtteranceData":{ "type":"structure", "members":{ "utteranceString":{ "shape":"UtteranceString", "documentation":"

The text that was entered by the user or the text representation of an audio clip.

" }, "count":{ "shape":"Count", "documentation":"

The number of times that the utterance was processed.

" }, "distinctUsers":{ "shape":"Count", "documentation":"

The total number of individuals that used the utterance.

" }, "firstUtteredDate":{ "shape":"Timestamp", "documentation":"

The date that the utterance was first recorded.

" }, "lastUtteredDate":{ "shape":"Timestamp", "documentation":"

The date that the utterance was last recorded.

" } }, "documentation":"

Provides information about a single utterance that was made to your bot.

" }, "UtteranceList":{ "type":"structure", "members":{ "botVersion":{ "shape":"Version", "documentation":"

The version of the bot that processed the list.

" }, "utterances":{ "shape":"ListOfUtterance", "documentation":"

One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

" } }, "documentation":"

Provides a list of utterances that have been made to a specific version of your bot. The list contains a maximum of 100 utterances.

" }, "UtteranceString":{ "type":"string", "max":2000, "min":1 }, "Value":{ "type":"string", "max":140, "min":1 }, "Version":{ "type":"string", "max":64, "min":1, "pattern":"\\$LATEST|[0-9]+" } }, "documentation":"Amazon Lex Build-Time Actions

Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications.

" }