feat(ee): Add reporting events for bots (#9027)
Added a new event conversation_bot_resolved and added a job to auto resolve the bot conversations if there was no activity for the last 1 hour.
This commit is contained in:
8
spec/factories/inbox_response_source.rb
Normal file
8
spec/factories/inbox_response_source.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :inbox_response_source do
|
||||
inbox
|
||||
response_source
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user