abacusai.deployment_conversation_export
=======================================

.. py:module:: abacusai.deployment_conversation_export


Classes
-------

.. autoapisummary::

   abacusai.deployment_conversation_export.DeploymentConversationExport


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

.. 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:attribute:: deployment_conversation_id
      :value: None



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



