Cognigy: settings tweaks

This commit is contained in:
Dave Horton
2022-01-18 19:49:46 -05:00
parent 45dcab8517
commit 26d4bfb63b

View File

@@ -83,7 +83,12 @@ class Cognigy extends Task {
this.token, this.token,
{ {
sessionId: cs.callSid, sessionId: cs.callSid,
channel: 'jambonz' channel: 'jambonz',
forceWebsockets: true,
reconnection: true,
settings: {
enableTypingIndicator: false
}
} }
); );
this.client.on('output', this._onBotUtterance.bind(this, cs, ep)); this.client.on('output', this._onBotUtterance.bind(this, cs, ep));