Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SkillDetails

import type { SkillDetails } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

Granular information about the skill.

interface SkillDetails {
BulletPoints?: string[] | null;
DeveloperInfo?: DeveloperInfo | null;
EndUserLicenseAgreement?: string | null;
GenericKeywords?: string[] | null;
InvocationPhrase?: string | null;
NewInThisVersionBulletPoints?: string[] | null;
ProductDescription?: string | null;
ReleaseDate?: string | null;
Reviews?: {
[key: string]: string | null | undefined;
}
| null;
SkillTypes?: string[] | null;
}

§Properties

§
BulletPoints?: string[] | null
[src]

The details about what the skill supports organized as bullet points.

§
DeveloperInfo?: DeveloperInfo | null
[src]

The details about the developer that published the skill.

§
EndUserLicenseAgreement?: string | null
[src]

The URL of the end user license agreement.

§
GenericKeywords?: string[] | null
[src]

The generic keywords associated with the skill that can be used to find a skill.

§
InvocationPhrase?: string | null
[src]

The phrase used to trigger the skill.

§
NewInThisVersionBulletPoints?: string[] | null
[src]

The updates added in bullet points.

§
ProductDescription?: string | null
[src]

The description of the product.

§
ReleaseDate?: string | null
[src]

The date when the skill was released.

§
Reviews?: {
[key: string]: string | null | undefined;
}
| null
[src]

This member has been deprecated.

The list of reviews for the skill, including Key and Value pair.

§
SkillTypes?: string[] | null
[src]

The types of skills.