abacusai.agent_data_execution_result ==================================== .. py:module:: abacusai.agent_data_execution_result Classes ------- .. autoapisummary:: abacusai.agent_data_execution_result.AgentDataExecutionResult Module Contents --------------- .. py:class:: AgentDataExecutionResult(client, response=None, deploymentConversationId=None, docInfos={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Results of agent execution with uploaded data. :param client: An authenticated API Client instance :type client: ApiClient :param response: The result of agent conversation execution. :type response: str :param deploymentConversationId: The unique identifier of the deployment conversation. :type deploymentConversationId: id :param docInfos: A list of dict containing information on documents uploaded to agent. :type docInfos: AgentDataDocumentInfo .. py:attribute:: response :value: None .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: doc_infos .. 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