GetIntentVersionsRequest
public struct GetIntentVersionsRequest : AWSShape
extension LexModelBuildingService.GetIntentVersionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of intent versions to return in the response. The default is 10.
Declaration
Swift
public let maxResults: Int?
-
The name of the intent for which versions should be returned.
Declaration
Swift
public let name: String
-
A pagination token for fetching the next page of intent 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
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> LexModelBuildingService.GetIntentVersionsRequest