PutBotAliasResponse

public struct PutBotAliasResponse : 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?
  • The checksum for the current version of the 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 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 alias.

    Declaration

    Swift

    public let name: String?
  • A list of tags associated with a bot.

    Declaration

    Swift

    public let tags: [Tag]?
  • 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, tags: [Tag]? = nil)