chore: Add resolve action in Dialogflow Integration (#3900)
This commit is contained in:
@@ -77,6 +77,8 @@ class Integrations::Dialogflow::ProcessorService
|
||||
case action
|
||||
when 'handoff'
|
||||
message.conversation.open!
|
||||
when 'resolve'
|
||||
message.conversation.resolved!
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user