From Bright Pattern Documentation
Jump to: navigation, search
imported>Tracy
 
(Updated via BpDeleteTranslateTags script)
 
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.
  
Line 7: Line 7:
 
=== Syntax ===
 
=== Syntax ===
 
  terminateInteraction();
 
  terminateInteraction();
 
 
 
 
 
</translate>
 

Latest revision as of 04:13, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

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 >