Unblu Branch Client App Component API
    Preparing search index...

    Interface AvailabilityEntry

    Agent availability for a specific combination of named area and language.

    interface AvailabilityEntry {
        availability: AgentAvailabilityState;
        languageTag: string;
        namedAreaSiteId?: string;
    }
    Index

    Properties

    Agent availability state for this combination of named area and language.

    languageTag: string

    BCP 47 language tag.

    namedAreaSiteId?: string

    Site ID of the named area. Can be null/undefined when no named area is used.