INPUT_OBJECT
Configuration for the chat channel
input ChatConfigurationInput {# Whether the channel is enabled or notisEnabled: Boolean!# Enable simultaneous chat and phone conversationsisSimultaneousCallAllowed: Boolean# Number of simultaneous contactsnumberOfSlots: Int!# Give priority to chat conversationshasPriorityOnChat: Boolean!# Allow to switch from chat to videoisAllowChatToVideo: Boolean!}