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

PutInvitationConfigurationRequest

import type { PutInvitationConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface PutInvitationConfigurationRequest {
ContactEmail?: string | null;
OrganizationName: string;
PrivateSkillIds?: string[] | null;
}

§Properties

§
ContactEmail?: string | null
[src]

The email ID of the organization or individual contact that the enrolled user can use.

§
OrganizationName: string
[src]

The name of the organization sending the enrollment invite to a user.

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

The list of private skill IDs that you want to recommend to the user to enable in the invitation.