feat: Add customer satisfaction component (#2456)

This commit is contained in:
Muhsin Keloth
2021-06-22 13:01:19 +05:30
committed by GitHub
parent a357b657a8
commit 29b9915d3b
11 changed files with 225 additions and 6 deletions

View File

@@ -49,7 +49,8 @@ class Message < ApplicationRecord
cards: 5,
form: 6,
article: 7,
incoming_email: 8
incoming_email: 8,
input_csat: 9
}
enum status: { sent: 0, delivered: 1, read: 2, failed: 3 }
# [:submitted_email, :items, :submitted_values] : Used for bot message types