AlexaPlatformData
Stentor API Reference / stentor-models/src / AlexaPlatformData
Interface: AlexaPlatformData
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:51
Alexa specific data required for publication
Extendsβ
Propertiesβ
directoryListing?β
optionaldirectoryListing:string
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:19
URL for the directory listing
Inherited fromβ
platformβ
platform:
"alexa"
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:52
The platform
Overridesβ
category?β
optionalcategory:string
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:59
Part of the Alexa Skill Manifest, th category communicates what type of functionality the skill performs.
See https://developer.amazon.com/docs/smapi/skill-manifest.html#publishinginformation
privacyAndCompliance?β
optionalprivacyAndCompliance:Pick\<PrivacyAndCompliance, keyofRequiredAlexaPrivacyAndCompliance>
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:65
Part of the Alexa Skill Manifest.
See https://developer.amazon.com/docs/smapi/skill-manifest.html#publishinginformation
distributionMode?β
optionaldistributionMode:"PUBLIC"|"PRIVATE"
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:71
Part of the Alexa Skill Manifest publishing information, either "PUBLIC" or "PRIVATE".
See https://developer.amazon.com/docs/smapi/skill-manifest.html
isAvailableWorldwide?β
optionalisAvailableWorldwide:boolean
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:78
Part of the Alexa Skill Manifest publishing information, if true the skill will be distributed in all countries covered by the specified locales.
See https://developer.amazon.com/docs/smapi/skill-manifest.html#publishinginformation
distributionCountries?β
optionaldistributionCountries:string[]
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:86
Part of the Alexa Skill Manifest publishing information, when isAvailableWorldwide is false this must be specified. It is an array of ISO 3166-1 alpha-2 format country strings where the skill can be distributed.
See https://developer.amazon.com/docs/smapi/skill-manifest.html#publishinginformation
permissions?β
optionalpermissions:object[]
Defined in: packages/stentor-models/src/App/AppPlatformData.ts:92
Part of the Alexa Skill Manifest, an array of named permissions that the skill can use.
See https://developer.amazon.com/docs/smapi/skill-manifest.html#permissions
nameβ
name:
string