abacusai.daemon_task_conversation

Classes

DaemonTaskConversation

Daemon Task Conversation

Module Contents

class abacusai.daemon_task_conversation.DaemonTaskConversation(client, deploymentConversationId=None, createdAt=None, updatedAt=None, deploymentConversationName=None, externalApplicationId=None)

Bases: abacusai.return_class.AbstractApiClass

Daemon Task Conversation

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

  • deploymentConversationId (id) – The ID of the deployment conversation

  • createdAt (str) – The creation timestamp

  • updatedAt (str) – The last update timestamp

  • deploymentConversationName (str) – The name of the conversation

  • externalApplicationId (str) – The external application ID

deployment_conversation_id = None
created_at = None
updated_at = None
deployment_conversation_name = None
external_application_id = None
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