OBJECT
ChatConfiguration
Configuration for the chat channel
link GraphQL Schema definition
- type ChatConfiguration {
- # Whether the channel is enabled or not
- Boolean :
- # Enable simultaneous chat and call conversations
- Boolean :
- # Number of simultaneous contacts
- Int :
- # If several agents are connected to the conversation panel, direct new incoming
- # chats in priority to this agent
- Boolean :
- # Allow to switch from chat to video
- Boolean :
- }