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,
|
||||
confidence: String(intent.confidence),
|
||||
matched: intent.matched || "",
|
||||
device_id: deviceId || "",
|
||||
text,
|
||||
device_id: deviceId || ""
|
||||
});
|
||||
|
||||
console.log("Handling intent", intent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user