Added AnalyticsConversationWithAttributesQuery struct

This commit is contained in:
Frederick Holland 2025-06-17 11:16:25 +10:00
parent f69b849ed7
commit ab6b36c12c

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