mirror of
https://github.com/jambonz/jambonz-node.git
synced 2025-12-19 05:17:49 +00:00
31 lines
751 B
JSON
31 lines
751 B
JSON
[
|
|
{
|
|
"verb": "gather",
|
|
"actionHook": "https://00dd977a.ngrok.io/gather",
|
|
"input": ["speech"],
|
|
"timeout": 12,
|
|
"recognizer": {
|
|
"vendor": "google",
|
|
"language": "en-US",
|
|
"hints": ["sales", "support", "engineering", "human resources", "HR", "operator", "agent"]
|
|
},
|
|
"say": {
|
|
"text": "Please say the name of the department that you would like to speak with. To speak to an operator, just say operator.",
|
|
"synthesizer": {
|
|
"vendor": "google",
|
|
"language": "en-US"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"verb": "say",
|
|
"text": "I'm sorry, I did not hear a response. Goodbye.",
|
|
"synthesizer": {
|
|
"vendor": "google",
|
|
"language": "en-US"
|
|
}
|
|
},
|
|
{
|
|
"verb": "hangup"
|
|
}
|
|
] |