Created
June 30, 2017 11:57
-
-
Save willwhui/fd511cee75153bc73d51f451f3d9e0a2 to your computer and use it in GitHub Desktop.
搭建api.ai webhook(在朋友google cloud搭建的vps上使用python+flask+jinja)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
搭建api.ai webhook(在朋友google cloud搭建的vps上使用python+flask+jinja) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
让Google Home播放mp3文件
参见stackoverflow:
以上js代码的关键点在于:
参见google的文档:Format of response from the webhook
根据SSML规范,speak字段中可以返回文本和mp3文件链接的混合物。