Unblu Agent Embedded JS API
    Preparing search index...

    Type Alias CustomConversationActionsChangedListener

    CustomConversationActionsChangedListener: (
        customConversationActions: CustomAction[],
    ) => void

    Listener called whenever the list of available custom conversation actions changes

    Type Declaration

      • (customConversationActions: CustomAction[]): void
      • Parameters

        • customConversationActions: CustomAction[]

          The current custom conversation actions currently available in the conversation

        Returns void