Assignment
The agents and/or teams that are assigned to the conversation.
type Assignment {
agent: Agent
at: DateTime
team: Team
}
Fields
Assignment.agent ● Agent object common
The agent that the conversation is assigned to.
Assignment.at ● DateTime scalar common
The date and time that the conversation was last assigned.
Assignment.team ● Team object common
The team that the conversation is assigned to.
Member of
Conversation interface ● Draft interface ● EmailConversation object ● FacebookConversation object ● FacebookDraft object ● NoteDraft object ● ReplyDraft object ● TwitterConversation object ● TwitterDraft object ● WidgetConversation object