vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CallCenterMetadata

    interface CallCenterMetadata {
        adapterUrl?: string;
        contactCenterChannels?: ContactCenterChannel[];
        customSettings?: string;
        displayName: string;
        displayNameLabel: string;
        fullName?: string;
        internalNameLabel: string;
        sections?: CallCenterSection[];
        vendorCallCenterStatusMaps?: VendorCallCenterStatusMap[];
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    adapterUrl?: string
    contactCenterChannels?: ContactCenterChannel[]
    customSettings?: string
    displayName: string
    displayNameLabel: string
    fullName?: string
    internalNameLabel: string
    sections?: CallCenterSection[]
    vendorCallCenterStatusMaps?: VendorCallCenterStatusMap[]
    version?: string