abacusai.bot_info
=================

.. py:module:: abacusai.bot_info


Classes
-------

.. autoapisummary::

   abacusai.bot_info.BotInfo


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

.. py:class:: BotInfo(client, externalApplicationId=None)

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


   Information about an external application and LLM.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param externalApplicationId: The external application ID.
   :type externalApplicationId: str


   .. py:attribute:: external_application_id
      :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



