Skip to content

Conversation

iceljc
Copy link
Collaborator

@iceljc iceljc commented Nov 27, 2023

  1. Add conversation filter.
  2. Move channel out of conversation states

void UpdateConversationStatus(string conversationId, string status);
Conversation GetConversation(string conversationId);
List<Conversation> GetConversations(string userId);
List<Conversation> GetConversations(string? agentId = null, string? status = null, string? channel = null, string? userId = null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we define these fields in ConversationFilters class?

@Oceania2018 Oceania2018 merged commit b7d9469 into SciSharp:master Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants