Type alias SiteInfoPrivate

SiteInfo: {
    active: boolean;
    id: string;
    multimediaProfileId: string;
    name: string;
    systemDefault: boolean;
}

Contact center site configuration information

Type declaration

  • active: boolean

    Whether site is active

  • id: string

    Unique site identifier

  • multimediaProfileId: string

    Multimedia profile ID for site

  • name: string

    Site name

  • systemDefault: boolean

    Whether this is the system default site