INPUT_OBJECT
ClosedConversationFilters
Filters on the ClosedConversation resource (indexed conversation)
link GraphQL Schema definition
- input ClosedConversationFilters {
- # Filter on iAdvize projects
- : [LegacyId!]
- # Filter on conversation channels
- : [Channel!]
- # Filter on conversation id
- : UUID
- # Filter on legacy conversation ids
- : [LegacyId!]
- # Filter on legacy user ids
- : [LegacyId!]
- # Filter on conversation visitor ids
- : [UUID!]
- # Filter on customer satisfaction
- : [Int!]
- # Filter on NPS
- : [Int!]
- # Filter by keywords on message content
- : [String!]
- # Filter by automation level
- : [AutomationLevel!]
- # Filter by answered conversations
- : Boolean
- # Filter by human answered conversations
- : Boolean
- # Filter by category ids
- : [LegacyId!]
- # Filter by engagement campaign
- : [UUID!]
- # Filter on tag ids
- : [LegacyId!]
- # Filter on accepted escalations types
- : [EscalationType!]
- # Filter on groups of operators who participated in conversation
- : [LegacyId!]
- # Filter with terms on conversation visitor messages
- : [String!]
- # Filter on conversation routing group ids
- : [UUID!]
- # Filter on roles (operator, manager, admin, expert, bot)
- : [String!]
- # Filter on a maximum human handling time in seconds
- : Int
- # Filter on last mission ids
- : [UUID!]
- }