Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/alexaforbusiness@2017-11-09/mod.ts>SkillDetails

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface SkillDetails
import { type SkillDetails } from "https://deno.land/x/aws_api@v0.1.0/services/alexaforbusiness@2017-11-09/mod.ts";

Properties

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