abacusai.conversation_and_project_search_results
Classes
A conversation and project search results. |
Module Contents
- class abacusai.conversation_and_project_search_results.ConversationAndProjectSearchResults(client, deploymentConversationId=None, name=None, chatllmProjectId=None, chatllmProjectName=None, createdAt=None, lastEventCreatedAt=None, conversationType=None, deploymentId=None, externalApplicationId=None)
Bases:
abacusai.return_class.AbstractApiClassA conversation and project search results.
- Parameters:
client (ApiClient) – An authenticated API Client instance
deploymentConversationId (str) – The unique identifier of the deployment conversation.
name (str) – The name of the deployment conversation.
chatllmProjectId (str) – The chatllm project id associated with the deployment conversation.
chatllmProjectName (str) – The name of the chatllm project associated with the deployment conversation.
createdAt (str) – The timestamp at which the deployment conversation was created.
lastEventCreatedAt (str) – The timestamp at which the most recent corresponding deployment conversation event was created at.
conversationType (str) – The type of the conversation, which depicts the application it caters to.
deploymentId (str) – The deployment id associated with the deployment conversation.
externalApplicationId (str) – The external application id associated with the deployment conversation.
- deployment_conversation_id = None
- name = None
- chatllm_project_id = None
- chatllm_project_name = None
- created_at = None
- last_event_created_at = None
- conversation_type = None
- deployment_id = None
- external_application_id = None
- deprecated_keys
- __repr__()