abacusai.daemon_task_conversation ================================= .. py:module:: abacusai.daemon_task_conversation Classes ------- .. autoapisummary:: abacusai.daemon_task_conversation.DaemonTaskConversation Module Contents --------------- .. py:class:: DaemonTaskConversation(client, deploymentConversationId=None, createdAt=None, updatedAt=None, deploymentConversationName=None, externalApplicationId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Daemon Task Conversation :param client: An authenticated API Client instance :type client: ApiClient :param deploymentConversationId: The ID of the deployment conversation :type deploymentConversationId: id :param createdAt: The creation timestamp :type createdAt: str :param updatedAt: The last update timestamp :type updatedAt: str :param deploymentConversationName: The name of the conversation :type deploymentConversationName: str :param externalApplicationId: The external application ID :type externalApplicationId: str .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: created_at :value: None .. py:attribute:: updated_at :value: None .. py:attribute:: deployment_conversation_name :value: None .. py:attribute:: external_application_id :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