Skip to main content

AlexaPlatformData

Stentor API Reference


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?​

optional directoryListing: string

Defined in: packages/stentor-models/src/App/AppPlatformData.ts:19

URL for the directory listing

Inherited from​

BaseData.directoryListing


platform​

platform: "alexa"

Defined in: packages/stentor-models/src/App/AppPlatformData.ts:52

The platform

Overrides​

BaseData.platform


category?​

optional category: 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?​

optional privacyAndCompliance: Pick\<PrivacyAndCompliance, keyof RequiredAlexaPrivacyAndCompliance>

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?​

optional distributionMode: "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?​

optional isAvailableWorldwide: 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?​

optional distributionCountries: 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?​

optional permissions: 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