abacusai.routing_action
=======================

.. py:module:: abacusai.routing_action


Classes
-------

.. autoapisummary::

   abacusai.routing_action.RoutingAction


Module Contents
---------------

.. py:class:: RoutingAction(client, name=None, displayName=None, value=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Routing action

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: The name of the action.
   :type name: str
   :param displayName: The display name of the action.
   :type displayName: str
   :param value: The value of the action.
   :type value: str


   .. py:attribute:: name


   .. py:attribute:: display_name


   .. py:attribute:: value


   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



