SkillDetails
public struct SkillDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details about what the skill supports organized as bullet points.
Declaration
Swift
public let bulletPoints: [String]?
-
The details about the developer that published the skill.
Declaration
Swift
public let developerInfo: DeveloperInfo?
-
The URL of the end user license agreement.
Declaration
Swift
public let endUserLicenseAgreement: String?
-
The generic keywords associated with the skill that can be used to find a skill.
Declaration
Swift
public let genericKeywords: [String]?
-
The phrase used to trigger the skill.
Declaration
Swift
public let invocationPhrase: String?
-
The updates added in bullet points.
Declaration
Swift
public let newInThisVersionBulletPoints: [String]?
-
The description of the product.
Declaration
Swift
public let productDescription: String?
-
The date when the skill was released.
Declaration
Swift
public let releaseDate: String?
-
This member has been deprecated. The list of reviews for the skill, including Key and Value pair.
Declaration
Swift
public let reviews: [String : String]?
-
The types of skills.
Declaration
Swift
public let skillTypes: [String]?
-
init(bulletPoints:developerInfo:endUserLicenseAgreement:genericKeywords:invocationPhrase:newInThisVersionBulletPoints:productDescription:releaseDate:reviews:skillTypes:)
Undocumented
Declaration
Swift
public init(bulletPoints: [String]? = nil, developerInfo: DeveloperInfo? = nil, endUserLicenseAgreement: String? = nil, genericKeywords: [String]? = nil, invocationPhrase: String? = nil, newInThisVersionBulletPoints: [String]? = nil, productDescription: String? = nil, releaseDate: String? = nil, reviews: [String : String]? = nil, skillTypes: [String]? = nil)