INPUT_OBJECT

ChatConfigurationUpdate

Configuration for the chat channel

link GraphQL Schema definition

  • input ChatConfigurationUpdate {
  • # Whether the channel is enabled or not
  • isEnabled: Boolean
  • # Enable simultaneous chat and phone conversations
  • isSimultaneousCallAllowed: Boolean
  • # Number of simultaneous contacts
  • numberOfSlots: Int
  • # Give priority to chat conversations
  • hasPriorityOnChat: Boolean
  • # Allow to switch from chat to video
  • isAllowChatToVideo: Boolean
  • }