From Bright Pattern Documentation
Jump to: navigation, search
imported>Tracy
m
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Complete Interaction=
+
= Complete Interaction=
 
[[agent-guide/HowtoWrapUpAfter-callWork|Completes]] the current interaction.
 
[[agent-guide/HowtoWrapUpAfter-callWork|Completes]] the current interaction.
  
Line 7: Line 7:
 
=== Syntax ===
 
=== Syntax ===
 
  completeInteraction();
 
  completeInteraction();
 
 
 
 
 
 
</translate>
 

Latest revision as of 04:13, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Complete Interaction

Completes the current interaction.

If the interaction requires a disposition in order to be completed, Agent Desktop will show a warning message.

Request

Syntax

completeInteraction();

< Previous | Next >