Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias CustomActionInvocationListener

    CustomActionInvocationListener: (
        customActionInvocation: CustomActionInvocation,
    ) => void

    Listener called whenever a custom conversation action is invoked and should be executed in the current integration

    Type Declaration