ListSkillsRequest

public struct ListSkillsRequest : AWSShape
extension AlexaForBusiness.ListSkillsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether the skill is enabled under the user’s account.

    Declaration

    Swift

    public let enablementType: EnablementTypeFilter?
  • The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

    Declaration

    Swift

    public let maxResults: Int?
  • An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

    Declaration

    Swift

    public let nextToken: String?
  • The ARN of the skill group for which to list enabled skills.

    Declaration

    Swift

    public let skillGroupArn: String?
  • Whether the skill is publicly available or is a private skill.

    Declaration

    Swift

    public let skillType: SkillTypeFilter?
  • Undocumented

    Declaration

    Swift

    public init(enablementType: EnablementTypeFilter? = nil, maxResults: Int? = nil, nextToken: String? = nil, skillGroupArn: String? = nil, skillType: SkillTypeFilter? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws