SkillsStoreSkill class

The detailed information about an Alexa skill.

Constructors

SkillsStoreSkill({String? iconUrl, List<String>? sampleUtterances, String? shortDescription, SkillDetails? skillDetails, String? skillId, String? skillName, bool? supportsLinking})
SkillsStoreSkill.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
The URL where the skill icon resides.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleUtterances List<String>?
Sample utterances that interact with the skill.
final
shortDescription String?
Short description about the skill.
final
skillDetails SkillDetails?
Information about the skill.
final
skillId String?
The ARN of the skill.
final
skillName String?
The name of the skill.
final
supportsLinking bool?
Linking support for a skill.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited