:py:mod:`abacusai.natural_language_explanation`
===============================================

.. py:module:: abacusai.natural_language_explanation


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.natural_language_explanation.NaturalLanguageExplanation




.. py:class:: NaturalLanguageExplanation(client, shortExplanation=None, longExplanation=None, isOutdated=None)

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

   Natural language explanation of an artifact/object

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param shortExplanation: succinct explanation of the artifact
   :type shortExplanation: str
   :param longExplanation: Longer and verbose explanation of the artifact
   :type longExplanation: str
   :param isOutdated: Flag indicating whether the explanation is outdated due to a change in the underlying artifact
   :type isOutdated: bool

   .. py:method:: __repr__()

      Return repr(self).


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



