Skip to main content

ConversationCounts

The statistics about the messages and interactions in the conversation.

type ConversationCounts {
attachments: Int!
interactions: Int!
messages: Int!
notes: Int!
stateChanges: Int!
}

Fields

ConversationCounts.attachments ● Int! non-null scalar common

The number of files attached to all messages in the conversation.

ConversationCounts.interactions ● Int! non-null scalar common

The total number of messages, notes, and state changes in the conversation.

ConversationCounts.messages ● Int! non-null scalar common

The total number of messages in the conversation.

ConversationCounts.notes ● Int! non-null scalar common

The total number of notes in the conversation.

ConversationCounts.stateChanges ● Int! non-null scalar common

The total number of state changes in the conversation.

Member of

Conversation interface ● EmailConversation object ● FacebookConversation object ● TwitterConversation object ● WidgetConversation object