BotAliasMetadata
public struct BotAliasMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the bot to which the alias points.
Declaration
Swift
public let botName: String? -
The version of the Amazon Lex bot to which the alias points.
Declaration
Swift
public let botVersion: String? -
Checksum of the bot alias.
Declaration
Swift
public let checksum: String? -
Settings that determine how Amazon Lex uses conversation logs for the alias.
Declaration
Swift
public let conversationLogs: ConversationLogsResponse? -
The date that the bot alias was created.
Declaration
Swift
public let createdDate: TimeStamp? -
A description of the bot alias.
Declaration
Swift
public let description: String? -
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
Declaration
Swift
public let lastUpdatedDate: TimeStamp? -
The name of the bot alias.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(botName: String? = nil, botVersion: String? = nil, checksum: String? = nil, conversationLogs: ConversationLogsResponse? = nil, createdDate: TimeStamp? = nil, description: String? = nil, lastUpdatedDate: TimeStamp? = nil, name: String? = nil)
View on GitHub
BotAliasMetadata Structure Reference