Do not send transcript
This commit is contained in:
parent
19afd2f350
commit
c744fff196
@ -109,8 +109,7 @@ async function handleIntent(streamKey, msg) {
|
|||||||
command: intent.name,
|
command: intent.name,
|
||||||
confidence: String(intent.confidence),
|
confidence: String(intent.confidence),
|
||||||
matched: intent.matched || "",
|
matched: intent.matched || "",
|
||||||
device_id: deviceId || "",
|
device_id: deviceId || ""
|
||||||
text,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log("Handling intent", intent);
|
console.log("Handling intent", intent);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user