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

.. py:module:: abacusai.routing_action


Classes
-------

.. autoapisummary::

   abacusai.routing_action.RoutingAction


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

.. py:class:: RoutingAction(client, id=None, title=None, prompt=None, placeholder=None, value=None, displayName=None, isLarge=None, isMedium=None, additionalInfo=None)

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


   Routing action

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param id: The id of the routing action.
   :type id: str
   :param title: The title of the routing action.
   :type title: str
   :param prompt: The prompt of the routing action.
   :type prompt: str
   :param placeholder: The placeholder of the routing action.
   :type placeholder: str
   :param value: The value of the routing action.
   :type value: str
   :param displayName: The display name of the routing action.
   :type displayName: str
   :param isLarge: UI placement
   :type isLarge: bool
   :param isMedium: UI placement
   :type isMedium: bool
   :param additionalInfo: Additional information for the routing action.
   :type additionalInfo: dict


   .. py:attribute:: id
      :value: None



   .. py:attribute:: title
      :value: None



   .. py:attribute:: prompt
      :value: None



   .. py:attribute:: placeholder
      :value: None



   .. py:attribute:: value
      :value: None



   .. py:attribute:: display_name
      :value: None



   .. py:attribute:: is_large
      :value: None



   .. py:attribute:: is_medium
      :value: None



   .. py:attribute:: additional_info
      :value: None



   .. 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



