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

CreateConferenceProviderRequest

import type { CreateConferenceProviderRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateConferenceProviderRequest {
ClientRequestToken?: string | null;
ConferenceProviderName: string;
ConferenceProviderType: ConferenceProviderType;
IPDialIn?: IPDialIn | null;
MeetingSetting: MeetingSetting;
PSTNDialIn?: PSTNDialIn | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientRequestToken?: string | null
[src]

The request token of the client.

§
ConferenceProviderName: string
[src]

The name of the conference provider.

§
ConferenceProviderType: ConferenceProviderType
[src]

Represents a type within a list of predefined types.

§
IPDialIn?: IPDialIn | null
[src]

The IP endpoint and protocol for calling.

§
MeetingSetting: MeetingSetting
[src]

The meeting settings for the conference provider.

§
PSTNDialIn?: PSTNDialIn | null
[src]

The information for PSTN conferencing.

§
Tags?: Tag[] | null
[src]

The tags to be added to the specified resource. Do not provide system tags.