From Bright Pattern Documentation
No edit summary |
Updated via BpDeleteTranslateTags script |
||
| Line 1: | Line 1: | ||
= Terminate Interaction= | |||
Unlike [[desktop-javascript-api-specification/CompleteInteraction|Complete Interaction]], this method only [[agent-guide/HowtoReleaseaCall|releases the communication channel]] of the current interaction. | Unlike [[desktop-javascript-api-specification/CompleteInteraction|Complete Interaction]], this method only [[agent-guide/HowtoReleaseaCall|releases the communication channel]] of the current interaction. | ||
| Line 7: | Line 7: | ||
=== Syntax === | === Syntax === | ||
terminateInteraction(); | terminateInteraction(); | ||
Latest revision as of 04:02, 29 May 2024
Terminate Interaction
Unlike Complete Interaction, this method only releases the communication channel of the current interaction.
For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed.
Request
Syntax
terminateInteraction();