GetBotVersionsRequest

public struct GetBotVersionsRequest : AWSShape
extension LexModelBuildingService.GetBotVersionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of bot versions to return in the response. The default is 10.

    Declaration

    Swift

    public let maxResults: Int?
  • The name of the bot for which versions should be returned.

    Declaration

    Swift

    public let name: String
  • A pagination token for fetching the next page of bot versions. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of versions, specify the pagination token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, name: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws