Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab6b36c12c | |||
| f69b849ed7 | |||
| 3e103f18a5 |
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user