{ "version":"2.0", "metadata":{ "apiVersion":"2020-08-07", "endpointPrefix":"models-v2-lex", "jsonVersion":"1.1", "protocol":"rest-json", "serviceAbbreviation":"Lex Models V2", "serviceFullName":"Amazon Lex Model Building V2", "serviceId":"Lex Models V2", "signatureVersion":"v4", "signingName":"lex", "uid":"models.lex.v2-2020-08-07" }, "operations":{ "BuildBotLocale":{ "name":"BuildBotLocale", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode":202 }, "input":{"shape":"BuildBotLocaleRequest"}, "output":{"shape":"BuildBotLocaleResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateBot":{ "name":"CreateBot", "http":{ "method":"PUT", "requestUri":"/bots/", "responseCode":202 }, "input":{"shape":"CreateBotRequest"}, "output":{"shape":"CreateBotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateBotAlias":{ "name":"CreateBotAlias", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botaliases/", "responseCode":202 }, "input":{"shape":"CreateBotAliasRequest"}, "output":{"shape":"CreateBotAliasResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateBotLocale":{ "name":"CreateBotLocale", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/", "responseCode":202 }, "input":{"shape":"CreateBotLocaleRequest"}, "output":{"shape":"CreateBotLocaleResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateBotVersion":{ "name":"CreateBotVersion", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/", "responseCode":202 }, "input":{"shape":"CreateBotVersionRequest"}, "output":{"shape":"CreateBotVersionResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateIntent":{ "name":"CreateIntent", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/", "responseCode":200 }, "input":{"shape":"CreateIntentRequest"}, "output":{"shape":"CreateIntentResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateSlot":{ "name":"CreateSlot", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/", "responseCode":200 }, "input":{"shape":"CreateSlotRequest"}, "output":{"shape":"CreateSlotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "CreateSlotType":{ "name":"CreateSlotType", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/", "responseCode":200 }, "input":{"shape":"CreateSlotTypeRequest"}, "output":{"shape":"CreateSlotTypeResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "DeleteBot":{ "name":"DeleteBot", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/", "responseCode":202 }, "input":{"shape":"DeleteBotRequest"}, "output":{"shape":"DeleteBotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DeleteBotAlias":{ "name":"DeleteBotAlias", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botaliases/{botAliasId}/", "responseCode":202 }, "input":{"shape":"DeleteBotAliasRequest"}, "output":{"shape":"DeleteBotAliasResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DeleteBotLocale":{ "name":"DeleteBotLocale", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode":202 }, "input":{"shape":"DeleteBotLocaleRequest"}, "output":{"shape":"DeleteBotLocaleResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "DeleteBotVersion":{ "name":"DeleteBotVersion", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botversions/{botVersion}/", "responseCode":202 }, "input":{"shape":"DeleteBotVersionRequest"}, "output":{"shape":"DeleteBotVersionResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DeleteIntent":{ "name":"DeleteIntent", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/", "responseCode":204 }, "input":{"shape":"DeleteIntentRequest"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DeleteSlot":{ "name":"DeleteSlot", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/", "responseCode":204 }, "input":{"shape":"DeleteSlotRequest"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DeleteSlotType":{ "name":"DeleteSlotType", "http":{ "method":"DELETE", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/", "responseCode":204 }, "input":{"shape":"DeleteSlotTypeRequest"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ConflictException"}, {"shape":"PreconditionFailedException"}, {"shape":"InternalServerException"} ] }, "DescribeBot":{ "name":"DescribeBot", "http":{ "method":"GET", "requestUri":"/bots/{botId}/", "responseCode":200 }, "input":{"shape":"DescribeBotRequest"}, "output":{"shape":"DescribeBotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeBotAlias":{ "name":"DescribeBotAlias", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botaliases/{botAliasId}/", "responseCode":200 }, "input":{"shape":"DescribeBotAliasRequest"}, "output":{"shape":"DescribeBotAliasResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeBotLocale":{ "name":"DescribeBotLocale", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode":200 }, "input":{"shape":"DescribeBotLocaleRequest"}, "output":{"shape":"DescribeBotLocaleResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeBotVersion":{ "name":"DescribeBotVersion", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botversions/{botVersion}/", "responseCode":200 }, "input":{"shape":"DescribeBotVersionRequest"}, "output":{"shape":"DescribeBotVersionResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeIntent":{ "name":"DescribeIntent", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/", "responseCode":200 }, "input":{"shape":"DescribeIntentRequest"}, "output":{"shape":"DescribeIntentResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeSlot":{ "name":"DescribeSlot", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/", "responseCode":200 }, "input":{"shape":"DescribeSlotRequest"}, "output":{"shape":"DescribeSlotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "DescribeSlotType":{ "name":"DescribeSlotType", "http":{ "method":"GET", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/", "responseCode":200 }, "input":{"shape":"DescribeSlotTypeRequest"}, "output":{"shape":"DescribeSlotTypeResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServerException"} ] }, "ListBotAliases":{ "name":"ListBotAliases", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botaliases/", "responseCode":200 }, "input":{"shape":"ListBotAliasesRequest"}, "output":{"shape":"ListBotAliasesResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListBotLocales":{ "name":"ListBotLocales", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/", "responseCode":200 }, "input":{"shape":"ListBotLocalesRequest"}, "output":{"shape":"ListBotLocalesResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListBotVersions":{ "name":"ListBotVersions", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/", "responseCode":200 }, "input":{"shape":"ListBotVersionsRequest"}, "output":{"shape":"ListBotVersionsResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListBots":{ "name":"ListBots", "http":{ "method":"POST", "requestUri":"/bots/", "responseCode":200 }, "input":{"shape":"ListBotsRequest"}, "output":{"shape":"ListBotsResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListBuiltInIntents":{ "name":"ListBuiltInIntents", "http":{ "method":"POST", "requestUri":"/builtins/locales/{localeId}/intents/", "responseCode":200 }, "input":{"shape":"ListBuiltInIntentsRequest"}, "output":{"shape":"ListBuiltInIntentsResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListBuiltInSlotTypes":{ "name":"ListBuiltInSlotTypes", "http":{ "method":"POST", "requestUri":"/builtins/locales/{localeId}/slottypes/", "responseCode":200 }, "input":{"shape":"ListBuiltInSlotTypesRequest"}, "output":{"shape":"ListBuiltInSlotTypesResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListIntents":{ "name":"ListIntents", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/", "responseCode":200 }, "input":{"shape":"ListIntentsRequest"}, "output":{"shape":"ListIntentsResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListSlotTypes":{ "name":"ListSlotTypes", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/", "responseCode":200 }, "input":{"shape":"ListSlotTypesRequest"}, "output":{"shape":"ListSlotTypesResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListSlots":{ "name":"ListSlots", "http":{ "method":"POST", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/", "responseCode":200 }, "input":{"shape":"ListSlotsRequest"}, "output":{"shape":"ListSlotsResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"InternalServerException"} ] }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceARN}", "responseCode":200 }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ] }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceARN}", "responseCode":200 }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ] }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceARN}", "responseCode":200 }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InternalServerException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ValidationException"} ] }, "UpdateBot":{ "name":"UpdateBot", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/", "responseCode":202 }, "input":{"shape":"UpdateBotRequest"}, "output":{"shape":"UpdateBotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "UpdateBotAlias":{ "name":"UpdateBotAlias", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botaliases/{botAliasId}/", "responseCode":202 }, "input":{"shape":"UpdateBotAliasRequest"}, "output":{"shape":"UpdateBotAliasResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "UpdateBotLocale":{ "name":"UpdateBotLocale", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode":202 }, "input":{"shape":"UpdateBotLocaleRequest"}, "output":{"shape":"UpdateBotLocaleResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "UpdateIntent":{ "name":"UpdateIntent", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/", "responseCode":200 }, "input":{"shape":"UpdateIntentRequest"}, "output":{"shape":"UpdateIntentResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "UpdateSlot":{ "name":"UpdateSlot", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/", "responseCode":200 }, "input":{"shape":"UpdateSlotRequest"}, "output":{"shape":"UpdateSlotResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] }, "UpdateSlotType":{ "name":"UpdateSlotType", "http":{ "method":"PUT", "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/", "responseCode":202 }, "input":{"shape":"UpdateSlotTypeRequest"}, "output":{"shape":"UpdateSlotTypeResponse"}, "errors":[ {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ValidationException"}, {"shape":"PreconditionFailedException"}, {"shape":"ConflictException"}, {"shape":"InternalServerException"} ] } }, "shapes":{ "AmazonResourceName":{ "type":"string", "max":1011, "min":1 }, "AttachmentTitle":{ "type":"string", "max":250, "min":1 }, "AttachmentUrl":{ "type":"string", "max":250, "min":1 }, "AudioLogDestination":{ "type":"structure", "required":["s3Bucket"], "members":{ "s3Bucket":{"shape":"S3BucketLogDestination"} } }, "AudioLogSetting":{ "type":"structure", "required":[ "enabled", "destination" ], "members":{ "enabled":{"shape":"Boolean"}, "destination":{"shape":"AudioLogDestination"} } }, "AudioLogSettingsList":{ "type":"list", "member":{"shape":"AudioLogSetting"}, "max":1, "min":1 }, "Boolean":{"type":"boolean"}, "BotAliasHistoryEvent":{ "type":"structure", "members":{ "botVersion":{"shape":"BotVersion"}, "startDate":{"shape":"Timestamp"}, "endDate":{"shape":"Timestamp"} } }, "BotAliasHistoryEventsList":{ "type":"list", "member":{"shape":"BotAliasHistoryEvent"} }, "BotAliasId":{ "type":"string", "max":10, "min":10, "pattern":"^(\\bTSTALIASID\\b|[0-9a-zA-Z]+)$" }, "BotAliasLocaleSettings":{ "type":"structure", "required":["enabled"], "members":{ "enabled":{"shape":"Boolean"}, "codeHookSpecification":{"shape":"CodeHookSpecification"} } }, "BotAliasLocaleSettingsMap":{ "type":"map", "key":{"shape":"LocaleId"}, "value":{"shape":"BotAliasLocaleSettings"}, "min":1 }, "BotAliasStatus":{ "type":"string", "enum":[ "Creating", "Available", "Deleting", "Failed" ] }, "BotAliasSummary":{ "type":"structure", "members":{ "botAliasId":{"shape":"BotAliasId"}, "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"BotVersion"}, "botAliasStatus":{"shape":"BotAliasStatus"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "BotAliasSummaryList":{ "type":"list", "member":{"shape":"BotAliasSummary"} }, "BotFilter":{ "type":"structure", "required":[ "name", "values", "operator" ], "members":{ "name":{"shape":"BotFilterName"}, "values":{"shape":"FilterValues"}, "operator":{"shape":"BotFilterOperator"} } }, "BotFilterName":{ "type":"string", "enum":["BotName"] }, "BotFilterOperator":{ "type":"string", "enum":[ "CO", "EQ" ] }, "BotFilters":{ "type":"list", "member":{"shape":"BotFilter"}, "max":1, "min":1 }, "BotLocaleFilter":{ "type":"structure", "required":[ "name", "values", "operator" ], "members":{ "name":{"shape":"BotLocaleFilterName"}, "values":{"shape":"FilterValues"}, "operator":{"shape":"BotLocaleFilterOperator"} } }, "BotLocaleFilterName":{ "type":"string", "enum":["BotLocaleName"] }, "BotLocaleFilterOperator":{ "type":"string", "enum":[ "CO", "EQ" ] }, "BotLocaleFilters":{ "type":"list", "member":{"shape":"BotLocaleFilter"}, "max":1, "min":1 }, "BotLocaleHistoryEvent":{ "type":"structure", "required":[ "event", "eventDate" ], "members":{ "event":{"shape":"BotLocaleHistoryEventDescription"}, "eventDate":{"shape":"Timestamp"} } }, "BotLocaleHistoryEventDescription":{"type":"string"}, "BotLocaleHistoryEventsList":{ "type":"list", "member":{"shape":"BotLocaleHistoryEvent"} }, "BotLocaleSortAttribute":{ "type":"string", "enum":["BotLocaleName"] }, "BotLocaleSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"BotLocaleSortAttribute"}, "order":{"shape":"SortOrder"} } }, "BotLocaleStatus":{ "type":"string", "enum":[ "Creating", "Building", "Built", "ReadyExpressTesting", "Failed", "Deleting", "NotBuilt" ] }, "BotLocaleSummary":{ "type":"structure", "members":{ "localeId":{"shape":"LocaleId"}, "localeName":{"shape":"LocaleName"}, "description":{"shape":"Description"}, "botLocaleStatus":{"shape":"BotLocaleStatus"}, "lastUpdatedDateTime":{"shape":"Timestamp"}, "lastBuildSubmittedDateTime":{"shape":"Timestamp"} } }, "BotLocaleSummaryList":{ "type":"list", "member":{"shape":"BotLocaleSummary"} }, "BotSortAttribute":{ "type":"string", "enum":["BotName"] }, "BotSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"BotSortAttribute"}, "order":{"shape":"SortOrder"} } }, "BotStatus":{ "type":"string", "enum":[ "Creating", "Available", "Inactive", "Deleting", "Failed", "Versioning" ] }, "BotSummary":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "botStatus":{"shape":"BotStatus"}, "latestBotVersion":{"shape":"NumericalBotVersion"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "BotSummaryList":{ "type":"list", "member":{"shape":"BotSummary"} }, "BotVersion":{ "type":"string", "max":5, "min":1, "pattern":"^(DRAFT|[0-9]+)$" }, "BotVersionLocaleDetails":{ "type":"structure", "required":["sourceBotVersion"], "members":{ "sourceBotVersion":{"shape":"BotVersion"} } }, "BotVersionLocaleSpecification":{ "type":"map", "key":{"shape":"LocaleId"}, "value":{"shape":"BotVersionLocaleDetails"}, "min":1 }, "BotVersionSortAttribute":{ "type":"string", "enum":["BotVersion"] }, "BotVersionSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"BotVersionSortAttribute"}, "order":{"shape":"SortOrder"} } }, "BotVersionSummary":{ "type":"structure", "members":{ "botName":{"shape":"Name"}, "botVersion":{"shape":"BotVersion"}, "description":{"shape":"Description"}, "botStatus":{"shape":"BotStatus"}, "creationDateTime":{"shape":"Timestamp"} } }, "BotVersionSummaryList":{ "type":"list", "member":{"shape":"BotVersionSummary"} }, "BoxedBoolean":{ "type":"boolean", "box":true }, "BuildBotLocaleRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "BuildBotLocaleResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "botLocaleStatus":{"shape":"BotLocaleStatus"}, "lastBuildSubmittedDateTime":{"shape":"Timestamp"} } }, "BuiltInIntentSortAttribute":{ "type":"string", "enum":["IntentSignature"] }, "BuiltInIntentSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"BuiltInIntentSortAttribute"}, "order":{"shape":"SortOrder"} } }, "BuiltInIntentSummary":{ "type":"structure", "members":{ "intentSignature":{"shape":"IntentSignature"}, "description":{"shape":"Description"} } }, "BuiltInIntentSummaryList":{ "type":"list", "member":{"shape":"BuiltInIntentSummary"} }, "BuiltInOrCustomSlotTypeId":{ "type":"string", "max":25, "min":1, "pattern":"^((AMAZON\\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$" }, "BuiltInSlotTypeSortAttribute":{ "type":"string", "enum":["SlotTypeSignature"] }, "BuiltInSlotTypeSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"BuiltInSlotTypeSortAttribute"}, "order":{"shape":"SortOrder"} } }, "BuiltInSlotTypeSummary":{ "type":"structure", "members":{ "slotTypeSignature":{"shape":"SlotTypeSignature"}, "description":{"shape":"Description"} } }, "BuiltInSlotTypeSummaryList":{ "type":"list", "member":{"shape":"BuiltInSlotTypeSummary"} }, "BuiltInsMaxResults":{ "type":"integer", "box":true, "max":20, "min":20 }, "Button":{ "type":"structure", "required":[ "text", "value" ], "members":{ "text":{"shape":"ButtonText"}, "value":{"shape":"ButtonValue"} } }, "ButtonText":{ "type":"string", "max":50, "min":1 }, "ButtonValue":{ "type":"string", "max":50, "min":1 }, "ButtonsList":{ "type":"list", "member":{"shape":"Button"}, "max":5, "min":0 }, "ChildDirected":{"type":"boolean"}, "CloudWatchLogGroupArn":{ "type":"string", "max":2048, "min":1, "pattern":"^arn:[\\w\\-]+:logs:[\\w\\-]+:[\\d]{12}:log-group:[\\.\\-_/#A-Za-z0-9]{1,512}(?::\\*)?$" }, "CloudWatchLogGroupLogDestination":{ "type":"structure", "required":[ "cloudWatchLogGroupArn", "logPrefix" ], "members":{ "cloudWatchLogGroupArn":{"shape":"CloudWatchLogGroupArn"}, "logPrefix":{"shape":"LogPrefix"} } }, "CodeHookInterfaceVersion":{ "type":"string", "max":5, "min":1 }, "CodeHookSpecification":{ "type":"structure", "required":["lambdaCodeHook"], "members":{ "lambdaCodeHook":{"shape":"LambdaCodeHook"} } }, "ConfidenceThreshold":{ "type":"double", "max":1, "min":0 }, "ConflictException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":409}, "exception":true }, "ContextTimeToLiveInSeconds":{ "type":"integer", "max":86400, "min":5 }, "ContextTurnsToLive":{ "type":"integer", "max":20, "min":1 }, "ConversationLogSettings":{ "type":"structure", "members":{ "textLogSettings":{"shape":"TextLogSettingsList"}, "audioLogSettings":{"shape":"AudioLogSettingsList"} } }, "CreateBotAliasRequest":{ "type":"structure", "required":[ "botAliasName", "botId" ], "members":{ "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"NumericalBotVersion"}, "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"}, "conversationLogSettings":{"shape":"ConversationLogSettings"}, "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "tags":{"shape":"TagMap"} } }, "CreateBotAliasResponse":{ "type":"structure", "members":{ "botAliasId":{"shape":"BotAliasId"}, "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"NumericalBotVersion"}, "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"}, "conversationLogSettings":{"shape":"ConversationLogSettings"}, "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"}, "botAliasStatus":{"shape":"BotAliasStatus"}, "botId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"}, "tags":{"shape":"TagMap"} } }, "CreateBotLocaleRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId", "nluIntentConfidenceThreshold" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{"shape":"LocaleId"}, "description":{"shape":"Description"}, "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"}, "voiceSettings":{"shape":"VoiceSettings"} } }, "CreateBotLocaleResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeName":{"shape":"LocaleName"}, "localeId":{"shape":"LocaleId"}, "description":{"shape":"Description"}, "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"}, "voiceSettings":{"shape":"VoiceSettings"}, "botLocaleStatus":{"shape":"BotLocaleStatus"}, "creationDateTime":{"shape":"Timestamp"} } }, "CreateBotRequest":{ "type":"structure", "required":[ "botName", "roleArn", "dataPrivacy", "idleSessionTTLInSeconds" ], "members":{ "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"}, "botTags":{"shape":"TagMap"}, "testBotAliasTags":{"shape":"TagMap"} } }, "CreateBotResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"}, "botStatus":{"shape":"BotStatus"}, "creationDateTime":{"shape":"Timestamp"}, "botTags":{"shape":"TagMap"}, "testBotAliasTags":{"shape":"TagMap"} } }, "CreateBotVersionRequest":{ "type":"structure", "required":[ "botId", "botVersionLocaleSpecification" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "description":{"shape":"Description"}, "botVersionLocaleSpecification":{"shape":"BotVersionLocaleSpecification"} } }, "CreateBotVersionResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "description":{"shape":"Description"}, "botVersion":{"shape":"NumericalBotVersion"}, "botVersionLocaleSpecification":{"shape":"BotVersionLocaleSpecification"}, "botStatus":{"shape":"BotStatus"}, "creationDateTime":{"shape":"Timestamp"} } }, "CreateIntentRequest":{ "type":"structure", "required":[ "intentName", "botId", "botVersion", "localeId" ], "members":{ "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "dialogCodeHook":{"shape":"DialogCodeHookSettings"}, "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"}, "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"}, "intentClosingSetting":{"shape":"IntentClosingSetting"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "kendraConfiguration":{"shape":"KendraConfiguration"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "CreateIntentResponse":{ "type":"structure", "members":{ "intentId":{"shape":"Id"}, "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "dialogCodeHook":{"shape":"DialogCodeHookSettings"}, "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"}, "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"}, "intentClosingSetting":{"shape":"IntentClosingSetting"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "kendraConfiguration":{"shape":"KendraConfiguration"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"} } }, "CreateSlotRequest":{ "type":"structure", "required":[ "slotName", "slotTypeId", "valueElicitationSetting", "botId", "botVersion", "localeId", "intentId" ], "members":{ "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"}, "obfuscationSetting":{"shape":"ObfuscationSetting"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" } } }, "CreateSlotResponse":{ "type":"structure", "members":{ "slotId":{"shape":"Id"}, "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"}, "obfuscationSetting":{"shape":"ObfuscationSetting"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "intentId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"} } }, "CreateSlotTypeRequest":{ "type":"structure", "required":[ "slotTypeName", "valueSelectionSetting", "botId", "botVersion", "localeId" ], "members":{ "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeValues":{"shape":"SlotTypeValues"}, "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "CreateSlotTypeResponse":{ "type":"structure", "members":{ "slotTypeId":{"shape":"Id"}, "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeValues":{"shape":"SlotTypeValues"}, "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"} } }, "CustomPayload":{ "type":"structure", "required":["value"], "members":{ "value":{"shape":"CustomPayloadValue"} } }, "CustomPayloadValue":{ "type":"string", "max":1000, "min":1 }, "DataPrivacy":{ "type":"structure", "required":["childDirected"], "members":{ "childDirected":{"shape":"ChildDirected"} } }, "DeleteBotAliasRequest":{ "type":"structure", "required":[ "botAliasId", "botId" ], "members":{ "botAliasId":{ "shape":"BotAliasId", "location":"uri", "locationName":"botAliasId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "skipResourceInUseCheck":{ "shape":"SkipResourceInUseCheck", "location":"querystring", "locationName":"skipResourceInUseCheck" } } }, "DeleteBotAliasResponse":{ "type":"structure", "members":{ "botAliasId":{"shape":"BotAliasId"}, "botId":{"shape":"Id"}, "botAliasStatus":{"shape":"BotAliasStatus"} } }, "DeleteBotLocaleRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "DeleteBotLocaleResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "botLocaleStatus":{"shape":"BotLocaleStatus"} } }, "DeleteBotRequest":{ "type":"structure", "required":["botId"], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "skipResourceInUseCheck":{ "shape":"SkipResourceInUseCheck", "location":"querystring", "locationName":"skipResourceInUseCheck" } } }, "DeleteBotResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botStatus":{"shape":"BotStatus"} } }, "DeleteBotVersionRequest":{ "type":"structure", "required":[ "botId", "botVersion" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"NumericalBotVersion", "location":"uri", "locationName":"botVersion" }, "skipResourceInUseCheck":{ "shape":"SkipResourceInUseCheck", "location":"querystring", "locationName":"skipResourceInUseCheck" } } }, "DeleteBotVersionResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"NumericalBotVersion"}, "botStatus":{"shape":"BotStatus"} } }, "DeleteIntentRequest":{ "type":"structure", "required":[ "intentId", "botId", "botVersion", "localeId" ], "members":{ "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "DeleteSlotRequest":{ "type":"structure", "required":[ "slotId", "botId", "botVersion", "localeId", "intentId" ], "members":{ "slotId":{ "shape":"Id", "location":"uri", "locationName":"slotId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" } } }, "DeleteSlotTypeRequest":{ "type":"structure", "required":[ "slotTypeId", "botId", "botVersion", "localeId" ], "members":{ "slotTypeId":{ "shape":"Id", "location":"uri", "locationName":"slotTypeId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "skipResourceInUseCheck":{ "shape":"SkipResourceInUseCheck", "location":"querystring", "locationName":"skipResourceInUseCheck" } } }, "DescribeBotAliasRequest":{ "type":"structure", "required":[ "botAliasId", "botId" ], "members":{ "botAliasId":{ "shape":"BotAliasId", "location":"uri", "locationName":"botAliasId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" } } }, "DescribeBotAliasResponse":{ "type":"structure", "members":{ "botAliasId":{"shape":"BotAliasId"}, "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"BotVersion"}, "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"}, "conversationLogSettings":{"shape":"ConversationLogSettings"}, "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"}, "botAliasHistoryEvents":{"shape":"BotAliasHistoryEventsList"}, "botAliasStatus":{"shape":"BotAliasStatus"}, "botId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "DescribeBotLocaleRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "DescribeBotLocaleResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "localeName":{"shape":"LocaleName"}, "description":{"shape":"Description"}, "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"}, "voiceSettings":{"shape":"VoiceSettings"}, "intentsCount":{"shape":"ResourceCount"}, "slotTypesCount":{"shape":"ResourceCount"}, "botLocaleStatus":{"shape":"BotLocaleStatus"}, "failureReasons":{"shape":"FailureReasons"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"}, "lastBuildSubmittedDateTime":{"shape":"Timestamp"}, "botLocaleHistoryEvents":{"shape":"BotLocaleHistoryEventsList"} } }, "DescribeBotRequest":{ "type":"structure", "required":["botId"], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" } } }, "DescribeBotResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"}, "botStatus":{"shape":"BotStatus"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "DescribeBotVersionRequest":{ "type":"structure", "required":[ "botId", "botVersion" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"NumericalBotVersion", "location":"uri", "locationName":"botVersion" } } }, "DescribeBotVersionResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botName":{"shape":"Name"}, "botVersion":{"shape":"NumericalBotVersion"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"}, "botStatus":{"shape":"BotStatus"}, "failureReasons":{"shape":"FailureReasons"}, "creationDateTime":{"shape":"Timestamp"} } }, "DescribeIntentRequest":{ "type":"structure", "required":[ "intentId", "botId", "botVersion", "localeId" ], "members":{ "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "DescribeIntentResponse":{ "type":"structure", "members":{ "intentId":{"shape":"Id"}, "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "dialogCodeHook":{"shape":"DialogCodeHookSettings"}, "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"}, "slotPriorities":{"shape":"SlotPrioritiesList"}, "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"}, "intentClosingSetting":{"shape":"IntentClosingSetting"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "kendraConfiguration":{"shape":"KendraConfiguration"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "DescribeSlotRequest":{ "type":"structure", "required":[ "slotId", "botId", "botVersion", "localeId", "intentId" ], "members":{ "slotId":{ "shape":"Id", "location":"uri", "locationName":"slotId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" } } }, "DescribeSlotResponse":{ "type":"structure", "members":{ "slotId":{"shape":"Id"}, "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"}, "obfuscationSetting":{"shape":"ObfuscationSetting"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "intentId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "DescribeSlotTypeRequest":{ "type":"structure", "required":[ "slotTypeId", "botId", "botVersion", "localeId" ], "members":{ "slotTypeId":{ "shape":"Id", "location":"uri", "locationName":"slotTypeId" }, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "DescribeSlotTypeResponse":{ "type":"structure", "members":{ "slotTypeId":{"shape":"Id"}, "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeValues":{"shape":"SlotTypeValues"}, "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "Description":{ "type":"string", "max":200, "min":0 }, "DialogCodeHookSettings":{ "type":"structure", "required":["enabled"], "members":{ "enabled":{"shape":"Boolean"} } }, "DraftBotVersion":{ "type":"string", "max":5, "min":5, "pattern":"^DRAFT$" }, "ExceptionMessage":{"type":"string"}, "FailureReason":{"type":"string"}, "FailureReasons":{ "type":"list", "member":{"shape":"FailureReason"} }, "FilterValue":{ "type":"string", "max":100, "min":1, "pattern":"^[0-9a-zA-Z_()\\s-]+$" }, "FilterValues":{ "type":"list", "member":{"shape":"FilterValue"}, "max":1, "min":1 }, "FulfillmentCodeHookSettings":{ "type":"structure", "required":["enabled"], "members":{ "enabled":{"shape":"Boolean"} } }, "Id":{ "type":"string", "max":10, "min":10, "pattern":"^[0-9a-zA-Z]+$" }, "ImageResponseCard":{ "type":"structure", "required":["title"], "members":{ "title":{"shape":"AttachmentTitle"}, "subtitle":{"shape":"AttachmentTitle"}, "imageUrl":{"shape":"AttachmentUrl"}, "buttons":{"shape":"ButtonsList"} } }, "InputContext":{ "type":"structure", "required":["name"], "members":{ "name":{"shape":"Name"} } }, "InputContextsList":{ "type":"list", "member":{"shape":"InputContext"}, "max":5, "min":0 }, "IntentClosingSetting":{ "type":"structure", "required":["closingResponse"], "members":{ "closingResponse":{"shape":"ResponseSpecification"} } }, "IntentConfirmationSetting":{ "type":"structure", "required":[ "promptSpecification", "declinationResponse" ], "members":{ "promptSpecification":{"shape":"PromptSpecification"}, "declinationResponse":{"shape":"ResponseSpecification"} } }, "IntentFilter":{ "type":"structure", "required":[ "name", "values", "operator" ], "members":{ "name":{"shape":"IntentFilterName"}, "values":{"shape":"FilterValues"}, "operator":{"shape":"IntentFilterOperator"} } }, "IntentFilterName":{ "type":"string", "enum":["IntentName"] }, "IntentFilterOperator":{ "type":"string", "enum":[ "CO", "EQ" ] }, "IntentFilters":{ "type":"list", "member":{"shape":"IntentFilter"}, "max":1, "min":1 }, "IntentSignature":{"type":"string"}, "IntentSortAttribute":{ "type":"string", "enum":[ "IntentName", "LastUpdatedDateTime" ] }, "IntentSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"IntentSortAttribute"}, "order":{"shape":"SortOrder"} } }, "IntentSummary":{ "type":"structure", "members":{ "intentId":{"shape":"Id"}, "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "IntentSummaryList":{ "type":"list", "member":{"shape":"IntentSummary"} }, "InternalServerException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "KendraConfiguration":{ "type":"structure", "required":["kendraIndex"], "members":{ "kendraIndex":{"shape":"KendraIndexArn"}, "queryFilterStringEnabled":{"shape":"Boolean"}, "queryFilterString":{"shape":"QueryFilterString"} } }, "KendraIndexArn":{ "type":"string", "max":2048, "min":32, "pattern":"^arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*$" }, "KmsKeyArn":{ "type":"string", "max":2048, "min":20, "pattern":"^arn:[\\w\\-]+:kms:[\\w\\-]+:[\\d]{12}:(?:key\\/[\\w\\-]+|alias\\/[a-zA-Z0-9:\\/_\\-]{1,256})$" }, "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-_]+)?" }, "LambdaCodeHook":{ "type":"structure", "required":[ "lambdaARN", "codeHookInterfaceVersion" ], "members":{ "lambdaARN":{"shape":"LambdaARN"}, "codeHookInterfaceVersion":{"shape":"CodeHookInterfaceVersion"} } }, "ListBotAliasesRequest":{ "type":"structure", "required":["botId"], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBotAliasesResponse":{ "type":"structure", "members":{ "botAliasSummaries":{"shape":"BotAliasSummaryList"}, "nextToken":{"shape":"NextToken"}, "botId":{"shape":"Id"} } }, "ListBotLocalesRequest":{ "type":"structure", "required":[ "botId", "botVersion" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "sortBy":{"shape":"BotLocaleSortBy"}, "filters":{"shape":"BotLocaleFilters"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBotLocalesResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "nextToken":{"shape":"NextToken"}, "botLocaleSummaries":{"shape":"BotLocaleSummaryList"} } }, "ListBotVersionsRequest":{ "type":"structure", "required":["botId"], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "sortBy":{"shape":"BotVersionSortBy"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBotVersionsResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersionSummaries":{"shape":"BotVersionSummaryList"}, "nextToken":{"shape":"NextToken"} } }, "ListBotsRequest":{ "type":"structure", "members":{ "sortBy":{"shape":"BotSortBy"}, "filters":{"shape":"BotFilters"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBotsResponse":{ "type":"structure", "members":{ "botSummaries":{"shape":"BotSummaryList"}, "nextToken":{"shape":"NextToken"} } }, "ListBuiltInIntentsRequest":{ "type":"structure", "required":["localeId"], "members":{ "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "sortBy":{"shape":"BuiltInIntentSortBy"}, "maxResults":{"shape":"BuiltInsMaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBuiltInIntentsResponse":{ "type":"structure", "members":{ "builtInIntentSummaries":{"shape":"BuiltInIntentSummaryList"}, "nextToken":{"shape":"NextToken"}, "localeId":{"shape":"LocaleId"} } }, "ListBuiltInSlotTypesRequest":{ "type":"structure", "required":["localeId"], "members":{ "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "sortBy":{"shape":"BuiltInSlotTypeSortBy"}, "maxResults":{"shape":"BuiltInsMaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListBuiltInSlotTypesResponse":{ "type":"structure", "members":{ "builtInSlotTypeSummaries":{"shape":"BuiltInSlotTypeSummaryList"}, "nextToken":{"shape":"NextToken"}, "localeId":{"shape":"LocaleId"} } }, "ListIntentsRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "sortBy":{"shape":"IntentSortBy"}, "filters":{"shape":"IntentFilters"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListIntentsResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "intentSummaries":{"shape":"IntentSummaryList"}, "nextToken":{"shape":"NextToken"} } }, "ListSlotTypesRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "sortBy":{"shape":"SlotTypeSortBy"}, "filters":{"shape":"SlotTypeFilters"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListSlotTypesResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "slotTypeSummaries":{"shape":"SlotTypeSummaryList"}, "nextToken":{"shape":"NextToken"} } }, "ListSlotsRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId", "intentId" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"BotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" }, "sortBy":{"shape":"SlotSortBy"}, "filters":{"shape":"SlotFilters"}, "maxResults":{"shape":"MaxResults"}, "nextToken":{"shape":"NextToken"} } }, "ListSlotsResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"BotVersion"}, "localeId":{"shape":"LocaleId"}, "intentId":{"shape":"Id"}, "slotSummaries":{"shape":"SlotSummaryList"}, "nextToken":{"shape":"NextToken"} } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceARN"], "members":{ "resourceARN":{ "shape":"AmazonResourceName", "location":"uri", "locationName":"resourceARN" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{"shape":"TagMap"} } }, "LocaleId":{"type":"string"}, "LocaleName":{"type":"string"}, "LogPrefix":{ "type":"string", "max":1024 }, "MaxResults":{ "type":"integer", "box":true, "max":1000, "min":1 }, "Message":{ "type":"structure", "members":{ "plainTextMessage":{"shape":"PlainTextMessage"}, "customPayload":{"shape":"CustomPayload"}, "ssmlMessage":{"shape":"SSMLMessage"}, "imageResponseCard":{"shape":"ImageResponseCard"} } }, "MessageGroup":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"Message"}, "variations":{"shape":"MessageVariationsList"} } }, "MessageGroupsList":{ "type":"list", "member":{"shape":"MessageGroup"}, "max":5, "min":1 }, "MessageVariationsList":{ "type":"list", "member":{"shape":"Message"}, "max":2, "min":0 }, "Name":{ "type":"string", "max":100, "min":1, "pattern":"^([0-9a-zA-Z][_-]?)+$" }, "NextToken":{"type":"string"}, "NumericalBotVersion":{ "type":"string", "max":5, "min":1, "pattern":"^[0-9]+$" }, "ObfuscationSetting":{ "type":"structure", "required":["obfuscationSettingType"], "members":{ "obfuscationSettingType":{"shape":"ObfuscationSettingType"} } }, "ObfuscationSettingType":{ "type":"string", "enum":[ "None", "DefaultObfuscation" ] }, "OutputContext":{ "type":"structure", "required":[ "name", "timeToLiveInSeconds", "turnsToLive" ], "members":{ "name":{"shape":"Name"}, "timeToLiveInSeconds":{"shape":"ContextTimeToLiveInSeconds"}, "turnsToLive":{"shape":"ContextTurnsToLive"} } }, "OutputContextsList":{ "type":"list", "member":{"shape":"OutputContext"}, "max":10, "min":0 }, "PlainTextMessage":{ "type":"structure", "required":["value"], "members":{ "value":{"shape":"PlainTextMessageValue"} } }, "PlainTextMessageValue":{ "type":"string", "max":1000, "min":1 }, "PreconditionFailedException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":412}, "exception":true }, "PriorityValue":{ "type":"integer", "max":25, "min":0 }, "PromptMaxRetries":{ "type":"integer", "max":5, "min":0 }, "PromptSpecification":{ "type":"structure", "required":[ "messageGroups", "maxRetries" ], "members":{ "messageGroups":{"shape":"MessageGroupsList"}, "maxRetries":{"shape":"PromptMaxRetries"}, "allowInterrupt":{"shape":"BoxedBoolean"} } }, "QueryFilterString":{ "type":"string", "max":5000, "min":1 }, "RegexPattern":{ "type":"string", "max":100, "min":1 }, "ResourceCount":{"type":"integer"}, "ResourceNotFoundException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":404}, "exception":true }, "ResponseSpecification":{ "type":"structure", "required":["messageGroups"], "members":{ "messageGroups":{"shape":"MessageGroupsList"}, "allowInterrupt":{"shape":"BoxedBoolean"} } }, "RetryAfterSeconds":{"type":"integer"}, "RoleArn":{ "type":"string", "max":2048, "min":32, "pattern":"^arn:aws:iam::[0-9]{12}:role/.*$" }, "S3BucketArn":{ "type":"string", "max":2048, "min":1, "pattern":"^arn:[\\w\\-]+:s3:::[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$" }, "S3BucketLogDestination":{ "type":"structure", "required":[ "s3BucketArn", "logPrefix" ], "members":{ "kmsKeyArn":{"shape":"KmsKeyArn"}, "s3BucketArn":{"shape":"S3BucketArn"}, "logPrefix":{"shape":"LogPrefix"} } }, "SSMLMessage":{ "type":"structure", "required":["value"], "members":{ "value":{"shape":"SSMLMessageValue"} } }, "SSMLMessageValue":{ "type":"string", "max":1000, "min":1 }, "SampleUtterance":{ "type":"structure", "required":["utterance"], "members":{ "utterance":{"shape":"Utterance"} } }, "SampleUtterancesList":{ "type":"list", "member":{"shape":"SampleUtterance"} }, "SampleValue":{ "type":"structure", "required":["value"], "members":{ "value":{"shape":"Value"} } }, "SentimentAnalysisSettings":{ "type":"structure", "required":["detectSentiment"], "members":{ "detectSentiment":{"shape":"Boolean"} } }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":402}, "exception":true }, "SessionTTL":{ "type":"integer", "max":86400, "min":60 }, "SkipResourceInUseCheck":{"type":"boolean"}, "SlotConstraint":{ "type":"string", "enum":[ "Required", "Optional" ] }, "SlotDefaultValue":{ "type":"structure", "required":["defaultValue"], "members":{ "defaultValue":{"shape":"SlotDefaultValueString"} } }, "SlotDefaultValueList":{ "type":"list", "member":{"shape":"SlotDefaultValue"}, "max":10, "min":0 }, "SlotDefaultValueSpecification":{ "type":"structure", "required":["defaultValueList"], "members":{ "defaultValueList":{"shape":"SlotDefaultValueList"} } }, "SlotDefaultValueString":{ "type":"string", "max":202, "min":1 }, "SlotFilter":{ "type":"structure", "required":[ "name", "values", "operator" ], "members":{ "name":{"shape":"SlotFilterName"}, "values":{"shape":"FilterValues"}, "operator":{"shape":"SlotFilterOperator"} } }, "SlotFilterName":{ "type":"string", "enum":["SlotName"] }, "SlotFilterOperator":{ "type":"string", "enum":[ "CO", "EQ" ] }, "SlotFilters":{ "type":"list", "member":{"shape":"SlotFilter"}, "max":1, "min":1 }, "SlotPrioritiesList":{ "type":"list", "member":{"shape":"SlotPriority"} }, "SlotPriority":{ "type":"structure", "required":[ "priority", "slotId" ], "members":{ "priority":{"shape":"PriorityValue"}, "slotId":{"shape":"Id"} } }, "SlotSortAttribute":{ "type":"string", "enum":[ "SlotName", "LastUpdatedDateTime" ] }, "SlotSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"SlotSortAttribute"}, "order":{"shape":"SortOrder"} } }, "SlotSummary":{ "type":"structure", "members":{ "slotId":{"shape":"Id"}, "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotConstraint":{"shape":"SlotConstraint"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationPromptSpecification":{"shape":"PromptSpecification"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "SlotSummaryList":{ "type":"list", "member":{"shape":"SlotSummary"} }, "SlotTypeFilter":{ "type":"structure", "required":[ "name", "values", "operator" ], "members":{ "name":{"shape":"SlotTypeFilterName"}, "values":{"shape":"FilterValues"}, "operator":{"shape":"SlotTypeFilterOperator"} } }, "SlotTypeFilterName":{ "type":"string", "enum":["SlotTypeName"] }, "SlotTypeFilterOperator":{ "type":"string", "enum":[ "CO", "EQ" ] }, "SlotTypeFilters":{ "type":"list", "member":{"shape":"SlotTypeFilter"}, "max":1, "min":1 }, "SlotTypeSignature":{"type":"string"}, "SlotTypeSortAttribute":{ "type":"string", "enum":[ "SlotTypeName", "LastUpdatedDateTime" ] }, "SlotTypeSortBy":{ "type":"structure", "required":[ "attribute", "order" ], "members":{ "attribute":{"shape":"SlotTypeSortAttribute"}, "order":{"shape":"SortOrder"} } }, "SlotTypeSummary":{ "type":"structure", "members":{ "slotTypeId":{"shape":"Id"}, "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "SlotTypeSummaryList":{ "type":"list", "member":{"shape":"SlotTypeSummary"} }, "SlotTypeValue":{ "type":"structure", "members":{ "sampleValue":{"shape":"SampleValue"}, "synonyms":{"shape":"SynonymList"} } }, "SlotTypeValues":{ "type":"list", "member":{"shape":"SlotTypeValue"}, "max":10000, "min":1 }, "SlotValueElicitationSetting":{ "type":"structure", "required":["slotConstraint"], "members":{ "defaultValueSpecification":{"shape":"SlotDefaultValueSpecification"}, "slotConstraint":{"shape":"SlotConstraint"}, "promptSpecification":{"shape":"PromptSpecification"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "waitAndContinueSpecification":{"shape":"WaitAndContinueSpecification"} } }, "SlotValueRegexFilter":{ "type":"structure", "required":["pattern"], "members":{ "pattern":{"shape":"RegexPattern"} } }, "SlotValueResolutionStrategy":{ "type":"string", "enum":[ "OriginalValue", "TopResolution" ] }, "SlotValueSelectionSetting":{ "type":"structure", "required":["resolutionStrategy"], "members":{ "resolutionStrategy":{"shape":"SlotValueResolutionStrategy"}, "regexFilter":{"shape":"SlotValueRegexFilter"} } }, "SortOrder":{ "type":"string", "enum":[ "Ascending", "Descending" ] }, "StillWaitingResponseFrequency":{ "type":"integer", "max":300, "min":1 }, "StillWaitingResponseSpecification":{ "type":"structure", "required":[ "messageGroups", "frequencyInSeconds", "timeoutInSeconds" ], "members":{ "messageGroups":{"shape":"MessageGroupsList"}, "frequencyInSeconds":{"shape":"StillWaitingResponseFrequency"}, "timeoutInSeconds":{"shape":"StillWaitingResponseTimeout"}, "allowInterrupt":{"shape":"BoxedBoolean"} } }, "StillWaitingResponseTimeout":{ "type":"integer", "max":900, "min":1 }, "SynonymList":{ "type":"list", "member":{"shape":"SampleValue"}, "max":10000, "min":1 }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":0 }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":200, "min":0 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceARN", "tags" ], "members":{ "resourceARN":{ "shape":"AmazonResourceName", "location":"uri", "locationName":"resourceARN" }, "tags":{"shape":"TagMap"} } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "TextLogDestination":{ "type":"structure", "required":["cloudWatch"], "members":{ "cloudWatch":{"shape":"CloudWatchLogGroupLogDestination"} } }, "TextLogSetting":{ "type":"structure", "required":[ "enabled", "destination" ], "members":{ "enabled":{"shape":"Boolean"}, "destination":{"shape":"TextLogDestination"} } }, "TextLogSettingsList":{ "type":"list", "member":{"shape":"TextLogSetting"}, "max":1, "min":1 }, "ThrottlingException":{ "type":"structure", "members":{ "retryAfterSeconds":{ "shape":"RetryAfterSeconds", "location":"header", "locationName":"Retry-After" }, "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":429}, "exception":true }, "Timestamp":{"type":"timestamp"}, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceARN", "tagKeys" ], "members":{ "resourceARN":{ "shape":"AmazonResourceName", "location":"uri", "locationName":"resourceARN" }, "tagKeys":{ "shape":"TagKeyList", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateBotAliasRequest":{ "type":"structure", "required":[ "botAliasId", "botAliasName", "botId" ], "members":{ "botAliasId":{ "shape":"BotAliasId", "location":"uri", "locationName":"botAliasId" }, "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"BotVersion"}, "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"}, "conversationLogSettings":{"shape":"ConversationLogSettings"}, "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" } } }, "UpdateBotAliasResponse":{ "type":"structure", "members":{ "botAliasId":{"shape":"BotAliasId"}, "botAliasName":{"shape":"Name"}, "description":{"shape":"Description"}, "botVersion":{"shape":"BotVersion"}, "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"}, "conversationLogSettings":{"shape":"ConversationLogSettings"}, "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"}, "botAliasStatus":{"shape":"BotAliasStatus"}, "botId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "UpdateBotLocaleRequest":{ "type":"structure", "required":[ "botId", "botVersion", "localeId", "nluIntentConfidenceThreshold" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "description":{"shape":"Description"}, "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"}, "voiceSettings":{"shape":"VoiceSettings"} } }, "UpdateBotLocaleResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "localeName":{"shape":"LocaleName"}, "description":{"shape":"Description"}, "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"}, "voiceSettings":{"shape":"VoiceSettings"}, "botLocaleStatus":{"shape":"BotLocaleStatus"}, "failureReasons":{"shape":"FailureReasons"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "UpdateBotRequest":{ "type":"structure", "required":[ "botId", "botName", "roleArn", "dataPrivacy", "idleSessionTTLInSeconds" ], "members":{ "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"} } }, "UpdateBotResponse":{ "type":"structure", "members":{ "botId":{"shape":"Id"}, "botName":{"shape":"Name"}, "description":{"shape":"Description"}, "roleArn":{"shape":"RoleArn"}, "dataPrivacy":{"shape":"DataPrivacy"}, "idleSessionTTLInSeconds":{"shape":"SessionTTL"}, "botStatus":{"shape":"BotStatus"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "UpdateIntentRequest":{ "type":"structure", "required":[ "intentId", "intentName", "botId", "botVersion", "localeId" ], "members":{ "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" }, "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "dialogCodeHook":{"shape":"DialogCodeHookSettings"}, "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"}, "slotPriorities":{"shape":"SlotPrioritiesList"}, "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"}, "intentClosingSetting":{"shape":"IntentClosingSetting"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "kendraConfiguration":{"shape":"KendraConfiguration"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "UpdateIntentResponse":{ "type":"structure", "members":{ "intentId":{"shape":"Id"}, "intentName":{"shape":"Name"}, "description":{"shape":"Description"}, "parentIntentSignature":{"shape":"IntentSignature"}, "sampleUtterances":{"shape":"SampleUtterancesList"}, "dialogCodeHook":{"shape":"DialogCodeHookSettings"}, "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"}, "slotPriorities":{"shape":"SlotPrioritiesList"}, "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"}, "intentClosingSetting":{"shape":"IntentClosingSetting"}, "inputContexts":{"shape":"InputContextsList"}, "outputContexts":{"shape":"OutputContextsList"}, "kendraConfiguration":{"shape":"KendraConfiguration"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "UpdateSlotRequest":{ "type":"structure", "required":[ "slotId", "slotName", "slotTypeId", "valueElicitationSetting", "botId", "botVersion", "localeId", "intentId" ], "members":{ "slotId":{ "shape":"Id", "location":"uri", "locationName":"slotId" }, "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"}, "obfuscationSetting":{"shape":"ObfuscationSetting"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" }, "intentId":{ "shape":"Id", "location":"uri", "locationName":"intentId" } } }, "UpdateSlotResponse":{ "type":"structure", "members":{ "slotId":{"shape":"Id"}, "slotName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"}, "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"}, "obfuscationSetting":{"shape":"ObfuscationSetting"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "intentId":{"shape":"Id"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "UpdateSlotTypeRequest":{ "type":"structure", "required":[ "slotTypeId", "slotTypeName", "valueSelectionSetting", "botId", "botVersion", "localeId" ], "members":{ "slotTypeId":{ "shape":"Id", "location":"uri", "locationName":"slotTypeId" }, "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeValues":{"shape":"SlotTypeValues"}, "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "botId":{ "shape":"Id", "location":"uri", "locationName":"botId" }, "botVersion":{ "shape":"DraftBotVersion", "location":"uri", "locationName":"botVersion" }, "localeId":{ "shape":"LocaleId", "location":"uri", "locationName":"localeId" } } }, "UpdateSlotTypeResponse":{ "type":"structure", "members":{ "slotTypeId":{"shape":"Id"}, "slotTypeName":{"shape":"Name"}, "description":{"shape":"Description"}, "slotTypeValues":{"shape":"SlotTypeValues"}, "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"}, "parentSlotTypeSignature":{"shape":"SlotTypeSignature"}, "botId":{"shape":"Id"}, "botVersion":{"shape":"DraftBotVersion"}, "localeId":{"shape":"LocaleId"}, "creationDateTime":{"shape":"Timestamp"}, "lastUpdatedDateTime":{"shape":"Timestamp"} } }, "Utterance":{"type":"string"}, "ValidationException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"} }, "error":{"httpStatusCode":400}, "exception":true }, "Value":{ "type":"string", "max":140, "min":1 }, "VoiceId":{"type":"string"}, "VoiceSettings":{ "type":"structure", "required":["voiceId"], "members":{ "voiceId":{"shape":"VoiceId"} } }, "WaitAndContinueSpecification":{ "type":"structure", "required":[ "waitingResponse", "continueResponse" ], "members":{ "waitingResponse":{"shape":"ResponseSpecification"}, "continueResponse":{"shape":"ResponseSpecification"}, "stillWaitingResponse":{"shape":"StillWaitingResponseSpecification"} } } } }