Unblu Agent Embedded JS API
    Preparing search index...

    Interface Unblu

    The main unblu namespace which gives access to the Unblu API.

    Access:

    window.unblu.agentEmbedded
    
    interface Unblu {
        agentEmbedded?: {
            AgentInitialEngagementType?: typeof AgentInitialEngagementType;
            api: UnbluStaticAgentEmbeddedApi;
            ApiState?: typeof ApiState;
            AuthenticationRole?: typeof AuthenticationRole;
            AwaitedPersonType?: typeof AwaitedPersonType;
            AwaitedPersonTypeOperatorType?: typeof AwaitedPersonTypeOperatorType;
            CallConnectionState?: typeof CallConnectionState;
            CallState?: typeof CallState;
            CallType?: typeof CallType;
            CollaborationLayerState?: typeof CollaborationLayerState;
            CollaborationLayerType?: typeof CollaborationLayerType;
            ConnectionState?: typeof ConnectionState;
            ConversationAccessType?: typeof ConversationAccessType;
            ConversationEndReason?: typeof ConversationEndReason;
            ConversationEndReasonOperatorType?: typeof ConversationEndReasonOperatorType;
            ConversationHistoryInitialEngagementType?: typeof ConversationHistoryInitialEngagementType;
            ConversationHistoryOrderByField?: typeof ConversationHistoryOrderByField;
            ConversationHistoryRecipientType?: typeof ConversationHistoryRecipientType;
            ConversationHistorySearchFilterField?: typeof ConversationHistorySearchFilterField;
            ConversationHistoryState?: typeof ConversationHistoryState;
            ConversationLinkType?: typeof ConversationLinkType;
            ConversationMessageTextType?: typeof ConversationMessageTextType;
            ConversationOpenAction?: typeof ConversationOpenAction;
            ConversationParticipationType?: typeof ConversationParticipationType;
            ConversationRecipientType?: typeof ConversationRecipientType;
            ConversationState?: typeof ConversationState;
            ConversationStateOperatorType?: typeof ConversationStateOperatorType;
            ConversationType?: typeof ConversationType;
            ConversationVisibility?: typeof ConversationVisibility;
            ConversationVisibilityOperatorType?: typeof ConversationVisibilityOperatorType;
            CustomActionType?: typeof CustomActionType;
            ErrorReason?: typeof ErrorReason;
            IdListOperatorType?: typeof IdListOperatorType;
            IdOperatorType?: typeof IdOperatorType;
            InitialEngagementType?: typeof InitialEngagementType;
            InitialEngagementTypeOperatorType?: typeof InitialEngagementTypeOperatorType;
            MessageType?: typeof MessageType;
            NotificationActionRole?: typeof NotificationActionRole;
            NotificationType?: typeof NotificationType;
            Order?: typeof Order;
            ParticipationState?: typeof ParticipationState;
            PersonSource?: typeof PersonSource;
            PersonType?: typeof PersonType;
            RecipientTypeOperatorType?: typeof RecipientTypeOperatorType;
            StringOperatorType?: typeof StringOperatorType;
            TimestampOperatorType?: typeof TimestampOperatorType;
            UnbluErrorType?: typeof UnbluErrorType;
        };
    }
    Index

    Properties

    Properties

    agentEmbedded?: {
        AgentInitialEngagementType?: typeof AgentInitialEngagementType;
        api: UnbluStaticAgentEmbeddedApi;
        ApiState?: typeof ApiState;
        AuthenticationRole?: typeof AuthenticationRole;
        AwaitedPersonType?: typeof AwaitedPersonType;
        AwaitedPersonTypeOperatorType?: typeof AwaitedPersonTypeOperatorType;
        CallConnectionState?: typeof CallConnectionState;
        CallState?: typeof CallState;
        CallType?: typeof CallType;
        CollaborationLayerState?: typeof CollaborationLayerState;
        CollaborationLayerType?: typeof CollaborationLayerType;
        ConnectionState?: typeof ConnectionState;
        ConversationAccessType?: typeof ConversationAccessType;
        ConversationEndReason?: typeof ConversationEndReason;
        ConversationEndReasonOperatorType?: typeof ConversationEndReasonOperatorType;
        ConversationHistoryInitialEngagementType?: typeof ConversationHistoryInitialEngagementType;
        ConversationHistoryOrderByField?: typeof ConversationHistoryOrderByField;
        ConversationHistoryRecipientType?: typeof ConversationHistoryRecipientType;
        ConversationHistorySearchFilterField?: typeof ConversationHistorySearchFilterField;
        ConversationHistoryState?: typeof ConversationHistoryState;
        ConversationLinkType?: typeof ConversationLinkType;
        ConversationMessageTextType?: typeof ConversationMessageTextType;
        ConversationOpenAction?: typeof ConversationOpenAction;
        ConversationParticipationType?: typeof ConversationParticipationType;
        ConversationRecipientType?: typeof ConversationRecipientType;
        ConversationState?: typeof ConversationState;
        ConversationStateOperatorType?: typeof ConversationStateOperatorType;
        ConversationType?: typeof ConversationType;
        ConversationVisibility?: typeof ConversationVisibility;
        ConversationVisibilityOperatorType?: typeof ConversationVisibilityOperatorType;
        CustomActionType?: typeof CustomActionType;
        ErrorReason?: typeof ErrorReason;
        IdListOperatorType?: typeof IdListOperatorType;
        IdOperatorType?: typeof IdOperatorType;
        InitialEngagementType?: typeof InitialEngagementType;
        InitialEngagementTypeOperatorType?: typeof InitialEngagementTypeOperatorType;
        MessageType?: typeof MessageType;
        NotificationActionRole?: typeof NotificationActionRole;
        NotificationType?: typeof NotificationType;
        Order?: typeof Order;
        ParticipationState?: typeof ParticipationState;
        PersonSource?: typeof PersonSource;
        PersonType?: typeof PersonType;
        RecipientTypeOperatorType?: typeof RecipientTypeOperatorType;
        StringOperatorType?: typeof StringOperatorType;
        TimestampOperatorType?: typeof TimestampOperatorType;
        UnbluErrorType?: typeof UnbluErrorType;
    }

    Global scope access to the Unblu Agent Embedded API namespace.

    Note: This field and its agentEmbedded.api field will be available as soon as the Unblu Agent Embedded API has been loaded, no matter if loaded as script import or as ES-Module. All other fields will only be available if loaded as static script import.

    Type Declaration