GetBotsResponse

public struct GetBotsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of botMetadata objects, with one entry for each bot.

    Declaration

    Swift

    public let bots: [BotMetadata]?
  • If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of bots.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(bots: [BotMetadata]? = nil, nextToken: String? = nil)