Snooze
A snooze represents the agent that snoozed the conversation and when it is snoozed until.
type Snooze {
by: Agent
until: DateTime
}
Fields
Snooze.by ● Agent object common
The agent that snoozed the conversation.
Snooze.until ● DateTime scalar common
The date and time until which the conversation is snoozed. If blank, it is snoozed indefinitely.
Member of
Conversation interface ● EmailConversation object ● FacebookConversation object ● TwitterConversation object ● WidgetConversation object