Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
12
research/chatwoot/spec/factories/csat_survey_responses.rb
Normal file
12
research/chatwoot/spec/factories/csat_survey_responses.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :csat_survey_response do
|
||||
rating { 1 }
|
||||
feedback_message { Faker::Movie.quote }
|
||||
account
|
||||
conversation
|
||||
message
|
||||
contact
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user