GetBotAliasesResponse

public struct GetBotAliasesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of BotAliasMetadata objects, each describing a bot alias.

    Declaration

    Swift

    public let botAliases: [BotAliasMetadata]?
  • A pagination token for fetching next page of aliases. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of aliases, specify the pagination token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(botAliases: [BotAliasMetadata]? = nil, nextToken: String? = nil)