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

DeveloperInfo

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

The details about the developer that published the skill.

interface DeveloperInfo {
DeveloperName?: string | null;
Email?: string | null;
PrivacyPolicy?: string | null;
Url?: string | null;
}

§Properties

§
DeveloperName?: string | null
[src]

The name of the developer.

§
Email?: string | null
[src]

The email of the developer.

§
PrivacyPolicy?: string | null
[src]

The URL of the privacy policy.

§
Url?: string | null
[src]

The website of the developer.