diff --git a/models/raw.go b/models/raw.go index ba1692d..a7d350c 100644 --- a/models/raw.go +++ b/models/raw.go @@ -1,5 +1,10 @@ package models +type AnalyticsConversationWithAttributesQuery struct { + Conversations []AnalyticsConversationWithAttributes `json:"conversations"` + Cursor *string `json:"cursor"` +} + type AnalyticsConversationWithAttributes struct { ConversationEnd string `json:"conversationEnd"` ConversationId string `json:"conversationId"`