abacusai.conversation_and_project_search_results ================================================ .. py:module:: abacusai.conversation_and_project_search_results Classes ------- .. autoapisummary:: abacusai.conversation_and_project_search_results.ConversationAndProjectSearchResults Module Contents --------------- .. py:class:: ConversationAndProjectSearchResults(client, deploymentConversationId=None, name=None, chatllmProjectId=None, chatllmProjectName=None, createdAt=None, lastEventCreatedAt=None, conversationType=None, deploymentId=None, externalApplicationId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A conversation and project search results. :param client: An authenticated API Client instance :type client: ApiClient :param deploymentConversationId: The unique identifier of the deployment conversation. :type deploymentConversationId: str :param name: The name of the deployment conversation. :type name: str :param chatllmProjectId: The chatllm project id associated with the deployment conversation. :type chatllmProjectId: str :param chatllmProjectName: The name of the chatllm project associated with the deployment conversation. :type chatllmProjectName: str :param createdAt: The timestamp at which the deployment conversation was created. :type createdAt: str :param lastEventCreatedAt: The timestamp at which the most recent corresponding deployment conversation event was created at. :type lastEventCreatedAt: str :param conversationType: The type of the conversation, which depicts the application it caters to. :type conversationType: str :param deploymentId: The deployment id associated with the deployment conversation. :type deploymentId: str :param externalApplicationId: The external application id associated with the deployment conversation. :type externalApplicationId: str .. py:attribute:: deployment_conversation_id :value: None .. py:attribute:: name :value: None .. py:attribute:: chatllm_project_id :value: None .. py:attribute:: chatllm_project_name :value: None .. py:attribute:: created_at :value: None .. py:attribute:: last_event_created_at :value: None .. py:attribute:: conversation_type :value: None .. py:attribute:: deployment_id :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