From Bright Pattern Documentation
No edit summary |
Updated via BpDeleteTranslateTags script |
||
| (One intermediate revision by one other user not shown) | |||
| 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. | ||
For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed. | For example, if after-call work (ACW) is configured for the corresponding service, interaction processing will continue until ACW is completed. | ||
== Syntax == | == Request == | ||
=== Syntax === | |||
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();