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

SipAddress

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

The SIP address for the contact containing the URI and SIP address type.

interface SipAddress {
Type: SipType;
Uri: string;
}

§Properties

§

The type of the SIP address.

§
Uri: string
[src]

The URI for the SIP address.