abacusai.deployment_conversation_export

Classes

DeploymentConversationExport

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

Module Contents

class abacusai.deployment_conversation_export.DeploymentConversationExport(client, deploymentConversationId=None, conversationExportHtml=None)

Bases: abacusai.return_class.AbstractApiClass

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

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • deploymentConversationId (str) – The unique identifier of the deployment conversation.

  • conversationExportHtml (str) – The html string of the deployment conversation.

deployment_conversation_id
conversation_export_html
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict