feat: add ChannelID to conversation model and update related services and responses
This commit is contained in:
@@ -20,6 +20,7 @@ type ConversationParticipantResponse struct {
|
||||
type ConversationResponse struct {
|
||||
ID int64 `json:"id"`
|
||||
AIAgentID int64 `json:"aiAgentId"`
|
||||
ChannelID int64 `json:"channelId"`
|
||||
CustomerID int64 `json:"customerId"`
|
||||
ExternalSource enums.ExternalSource `json:"externalSource"`
|
||||
ExternalID string `json:"externalId"`
|
||||
|
||||
Reference in New Issue
Block a user