GetBotAliasResponse
public struct GetBotAliasResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bot that the alias points to.
Declaration
Swift
public let botName: String?
-
The version of the bot that the alias points to.
Declaration
Swift
public let botVersion: String?
-
Checksum of the bot alias.
Declaration
Swift
public let checksum: String?
-
The 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 the 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)