SkillsStoreSkill
public struct SkillsStoreSkill : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL where the skill icon resides.
Declaration
Swift
public let iconUrl: String? -
Sample utterances that interact with the skill.
Declaration
Swift
public let sampleUtterances: [String]? -
Short description about the skill.
Declaration
Swift
public let shortDescription: String? -
Information about the skill.
Declaration
Swift
public let skillDetails: SkillDetails? -
The ARN of the skill.
Declaration
Swift
public let skillId: String? -
The name of the skill.
Declaration
Swift
public let skillName: String? -
Linking support for a skill.
Declaration
Swift
public let supportsLinking: Bool? -
Undocumented
Declaration
Swift
public init(iconUrl: String? = nil, sampleUtterances: [String]? = nil, shortDescription: String? = nil, skillDetails: SkillDetails? = nil, skillId: String? = nil, skillName: String? = nil, supportsLinking: Bool? = nil)
View on GitHub
SkillsStoreSkill Structure Reference