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

CreateProxySessionRequest

import type { CreateProxySessionRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface CreateProxySessionRequest {
Capabilities: Capability[];
ExpiryMinutes?: number | null;
GeoMatchLevel?: GeoMatchLevel | null;
GeoMatchParams?: GeoMatchParams | null;
Name?: string | null;
NumberSelectionBehavior?: NumberSelectionBehavior | null;
ParticipantPhoneNumbers: string[];
VoiceConnectorId: string;
}

§Properties

§
Capabilities: Capability[]
[src]
§
ExpiryMinutes?: number | null
[src]
§
GeoMatchLevel?: GeoMatchLevel | null
[src]
§
GeoMatchParams?: GeoMatchParams | null
[src]
§
Name?: string | null
[src]
§
NumberSelectionBehavior?: NumberSelectionBehavior | null
[src]
§
ParticipantPhoneNumbers: string[]
[src]
§
VoiceConnectorId: string
[src]