chore: Add resolve action in Dialogflow Integration (#3900)

This commit is contained in:
Pranav Raj S
2022-02-03 12:05:39 +05:30
committed by GitHub
parent dbb50e5923
commit 8dcb4a5ed4
2 changed files with 16 additions and 0 deletions

View File

@@ -77,6 +77,8 @@ class Integrations::Dialogflow::ProcessorService
case action
when 'handoff'
message.conversation.open!
when 'resolve'
message.conversation.resolved!
end
end
end