mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
suoppport houndifyOptions for requestInfo and sampleRate (#117)
This commit is contained in:
@@ -841,6 +841,8 @@
|
|||||||
},
|
},
|
||||||
"houndifyOptions": {
|
"houndifyOptions": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"requestInfo": "object",
|
||||||
|
"sampleRate": "number",
|
||||||
"latitude": "number",
|
"latitude": "number",
|
||||||
"longitude": "number",
|
"longitude": "number",
|
||||||
"city": "string",
|
"city": "string",
|
||||||
|
|||||||
@@ -292,6 +292,12 @@ test("validate correct verbs", async (t) => {
|
|||||||
"vendor": "houndify",
|
"vendor": "houndify",
|
||||||
"language": "en-US",
|
"language": "en-US",
|
||||||
"houndifyOptions": {
|
"houndifyOptions": {
|
||||||
|
"requestInfo": {
|
||||||
|
"Latitude": 30.6,
|
||||||
|
"Longitude": 30.6,
|
||||||
|
"City": "Huston"
|
||||||
|
},
|
||||||
|
"sampleRate": 16000,
|
||||||
"latitude": 30.6,
|
"latitude": 30.6,
|
||||||
"longitude": 30.6,
|
"longitude": 30.6,
|
||||||
"city": "Huston",
|
"city": "Huston",
|
||||||
|
|||||||
Reference in New Issue
Block a user