RocketChat / Apps.Dialogflow

Integration between Rocket.Chat and the Dialogflow Chatbot platform
9 stars 16 forks source link

[NEW] Add support for audio file as input and output #37

Open murtaza98 opened 4 years ago

murtaza98 commented 4 years ago

The goal of this PR is to enable the app to forward audio between Dialogflow and Rocket.Chat. It also provides a new boolean setting show_only_text_messages. If this Setting is Enabled, then the bot will always reply back with a text message, even when a visitor sends a audio message.

This PR depends has a requirement of following 2 PRs to work properly:- RocketChat/Rocket.Chat#18491 RocketChat/Rocket.Chat.Livechat#461