SkillDetails class

Granular information about the skill.

Constructors

SkillDetails({List<String>? bulletPoints, DeveloperInfo? developerInfo, String? endUserLicenseAgreement, List<String>? genericKeywords, String? invocationPhrase, List<String>? newInThisVersionBulletPoints, String? productDescription, String? releaseDate, Map<String, String>? reviews, List<String>? skillTypes})
SkillDetails.fromJson(Map<String, dynamic> json)
factory

Properties

bulletPoints List<String>?
The details about what the skill supports organized as bullet points.
final
developerInfo DeveloperInfo?
The details about the developer that published the skill.
final
endUserLicenseAgreement String?
The URL of the end user license agreement.
final
genericKeywords List<String>?
The generic keywords associated with the skill that can be used to find a skill.
final
hashCode int
The hash code for this object.
no setterinherited
invocationPhrase String?
The phrase used to trigger the skill.
final
newInThisVersionBulletPoints List<String>?
The updates added in bullet points.
final
productDescription String?
The description of the product.
final
releaseDate String?
The date when the skill was released.
final
reviews Map<String, String>?
This member has been deprecated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skillTypes List<String>?
The types of skills.
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