From Bright Pattern Documentation
Jump to: navigation, search
 
(Updated via BpDeleteTranslateTags script)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>= Complete Interaction=
+
= Complete Interaction=
This function [[agent-guide/HowtoWrapUpAfter-callWork|completes]] the current interaction.
+
[[agent-guide/HowtoWrapUpAfter-callWork|Completes]] the current interaction.
  
 
If the interaction [[contact-center-administrator-guide/PropertiesTab|requires a disposition]] in order to be completed, Agent Desktop will show a warning message.  
 
If the interaction [[contact-center-administrator-guide/PropertiesTab|requires a disposition]] in order to be completed, Agent Desktop will show a warning message.  
  
== Syntax ==
+
== Request ==
''completeInteraction();''
+
=== Syntax ===
 
+
completeInteraction();
 
 
 
 
 
 
<center>[[desktop-javascript-api-specification/SetDisposition|< Previous]]  |  [[desktop-javascript-api-specification/CompleteInteractionwithDispositionandNotes|Next >]]</center>
 
</translate>
 

Latest revision as of 04:02, 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 >