Cfchat::AddNewAgentToInboxRequest Properties Name Type Description Notes inbox_id String The ID of the inbox user_ids Array<Integer> IDs of users to be added to the inbox Example require 'cfchat' instance = Cfchat::AddNewAgentToInboxRequest.new( inbox_id: null, user_ids: null )