• Preparing search index...
  • The search index is not available
AXP Omni SDK
  • AXP Omni SDK
  • @avaya/axp-omni-sdk-messaging
  • AxpMessagingConversation

Function AxpMessagingConversation

  • AxpMessagingConversation(): Constructable<AxpConversationCore> & Constructable<AxpMessagingConversationTrait>
  • A mixin that adds messaging capabilities to the AxpConversationCore class.

    Returns Constructable<AxpConversationCore> & Constructable<AxpMessagingConversationTrait>

    A new class that extends the AxpConversationCore class with messaging capabilities.

  • AxpMessagingConversation<T>(BaseConversationClass): Constructable<AxpMessagingConversationTrait> & T
  • A mixin that adds messaging capabilities to the provided base class which should be a sub class of AxpConversationCore class.

    Type Parameters

    • T extends Constructable<AxpConversationCore>

    Parameters

    • BaseConversationClass: T

      The base class to extend. The base class must be subclass of AxpConversationCore.

    Returns Constructable<AxpMessagingConversationTrait> & T

    A new class that extends the provided base class with messaging capabilities.

Settings

AXP Omni SDK
  • Loading...