ImportSummary - Amazon Lex API Reference

ImportSummary

Provides summary information about an import in an import list.

Contents

creationDateTime

The date and time that the import was created.

Type: Timestamp

Required: No

importedResourceId

The unique identifier that Amazon Lex assigned to the imported resource.

Type: String

Length Constraints: Minimum length of 5. Maximum length of 10.

Pattern: ^([0-9a-zA-Z_])+$

Required: No

importedResourceName

The name that you gave the imported resource.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: ^([0-9a-zA-Z][_-]?){1,100}$

Required: No

importedResourceType

The type of resource that was imported.

Type: String

Valid Values: Bot | BotLocale | CustomVocabulary | TestSet

Required: No

importId

The unique identifier that Amazon Lex assigned to the import.

Type: String

Length Constraints: Fixed length of 10.

Pattern: ^[0-9a-zA-Z]+$

Required: No

importStatus

The status of the resource. When the status is Completed the resource is ready to build.

Type: String

Valid Values: InProgress | Completed | Failed | Deleting

Required: No

lastUpdatedDateTime

The date and time that the import was last updated.

Type: Timestamp

Required: No

mergeStrategy

The strategy used to merge existing bot or bot locale definitions with the imported definition.

Type: String

Valid Values: Overwrite | FailOnConflict | Append

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: