:py:mod:`abacusai.deployment_conversation_export`
=================================================

.. py:module:: abacusai.deployment_conversation_export


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

Classes
~~~~~~~

.. autoapisummary::

   abacusai.deployment_conversation_export.DeploymentConversationExport




.. py:class:: DeploymentConversationExport(client, deploymentConversationId=None, conversationExportHtml=None)

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

   A deployment conversation html export, to be used for downloading the conversation.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param deploymentConversationId: The unique identifier of the deployment conversation.
   :type deploymentConversationId: str
   :param conversationExportHtml: The html string of the deployment conversation.
   :type conversationExportHtml: str

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



