From Bright Pattern Documentation
Jump to: navigation, search
Tracy (talk | contribs)
No edit summary
 
Updated via BpDeleteTranslateTags script
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= Terminate Interaction=
= 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 ==
''terminateInteraction();''
=== Syntax ===
 
terminateInteraction();
 
 
 
<center>[[desktop-javascript-api-specification/Single-StepConference|< Previous]]  |  [[desktop-javascript-api-specification/SetNotes|Next >]]</center>
</translate>

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();

< Previous | Next >