| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
SkillDetails |
SkillDetails.addReviewsEntry(String key,
String value) |
SkillDetails |
SkillDetails.clearReviewsEntries()
Removes all the entries added into Reviews.
|
SkillDetails |
SkillDetails.clone() |
SkillDetails |
SkillsStoreSkill.getSkillDetails()
Information about the skill.
|
SkillDetails |
SkillDetails.withBulletPoints(Collection<String> bulletPoints)
The details about what the skill supports organized as bullet points.
|
SkillDetails |
SkillDetails.withBulletPoints(String... bulletPoints)
The details about what the skill supports organized as bullet points.
|
SkillDetails |
SkillDetails.withDeveloperInfo(DeveloperInfo developerInfo)
The details about the developer that published the skill.
|
SkillDetails |
SkillDetails.withEndUserLicenseAgreement(String endUserLicenseAgreement)
The URL of the end user license agreement.
|
SkillDetails |
SkillDetails.withGenericKeywords(Collection<String> genericKeywords)
The generic keywords associated with the skill that can be used to find a skill.
|
SkillDetails |
SkillDetails.withGenericKeywords(String... genericKeywords)
The generic keywords associated with the skill that can be used to find a skill.
|
SkillDetails |
SkillDetails.withInvocationPhrase(String invocationPhrase)
The phrase used to trigger the skill.
|
SkillDetails |
SkillDetails.withNewInThisVersionBulletPoints(Collection<String> newInThisVersionBulletPoints)
The updates added in bullet points.
|
SkillDetails |
SkillDetails.withNewInThisVersionBulletPoints(String... newInThisVersionBulletPoints)
The updates added in bullet points.
|
SkillDetails |
SkillDetails.withProductDescription(String productDescription)
The description of the product.
|
SkillDetails |
SkillDetails.withReleaseDate(String releaseDate)
The date when the skill was released.
|
SkillDetails |
SkillDetails.withReviews(Map<String,String> reviews)
The list of reviews for the skill, including Key and Value pair.
|
SkillDetails |
SkillDetails.withSkillTypes(Collection<String> skillTypes)
The types of skills.
|
SkillDetails |
SkillDetails.withSkillTypes(String... skillTypes)
The types of skills.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkillsStoreSkill.setSkillDetails(SkillDetails skillDetails)
Information about the skill.
|
SkillsStoreSkill |
SkillsStoreSkill.withSkillDetails(SkillDetails skillDetails)
Information about the skill.
|
Copyright © 2020. All rights reserved.