Compare commits

..

1 Commits

Author SHA1 Message Date
ab6b36c12c Added AnalyticsConversationWithAttributesQuery struct 2025-06-17 11:16:25 +10:00

View File

@@ -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"`