From Bright Pattern Documentation
Jump to: navigation, search
(Created new topic from branched topic Documentation:ServicePattern:desktop-javascript-api-specification:CompleteInteractionwithDispositionandNotes:5.1)
 
(Updated via BpDeleteTranslateTags script)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<translate>= Complete Interaction with Disposition and Notes=
+
= Complete Interaction with Disposition and Notes=
This function [[agent-guide/HowtoWrapUpAfter-callWork|completes]] the current interaction and [[agent-guide/HowtoEnterDispositionsandNotes|sets its disposition and notes]] to the specified values (i.e., combines the actions of the [[desktop-javascript-api-specification/SetNotes|Set Notes]], [[desktop-javascript-api-specification/SetDisposition|Set Disposition]], and [[desktop-javascript-api-specification/CompleteInteraction|Complete Interaction]] methods).
+
[[agent-guide/HowtoWrapUpAfter-callWork|Completes]] the current interaction and [[agent-guide/HowtoEnterDispositionsandNotes|sets its disposition and notes]] to the specified values (i.e., combines the actions of the [[desktop-javascript-api-specification/SetNotes|Set Notes]], [[desktop-javascript-api-specification/SetDisposition|Set Disposition]], and [[desktop-javascript-api-specification/CompleteInteraction|Complete Interaction]] methods).
  
== Syntax ==
+
== Request ==
''completeInteractionWithDisp(dispositionCode, notes);
+
=== Syntax ===
 +
completeInteractionWithDisp(dispositionCode, notes);
  
== Parameters ==
+
=== Parameters ===
''dispositionCode'' String containing the [[contact-center-administrator-guide/DispositionsTab|alphanumeric code]] of the desired disposition
+
{|border="1" style="border-collapse:collapse" cellpadding="5"
 
+
| '''Parameter'''
''notes'' – String containing the interaction notes
+
| '''Type'''
 
+
| '''Optional/Required'''
 
+
| '''Description'''
 
+
| '''Example'''
<center>[[desktop-javascript-api-specification/CompleteInteraction|< Previous]]  | [[desktop-javascript-api-specification/GetCallRecordingStatus|Next >]]</center>
+
|-
</translate>
+
| dispositionCode
 +
| String
 +
| Required
 +
| The [[contact-center-administrator-guide/DispositionsTab|alphanumeric code]] of the desired disposition
 +
| "12345"
 +
|-
 +
| notes
 +
| String
 +
| Optional
 +
| The interaction notes
 +
| "Could not resolve. Not enough information."
 +
|}

Latest revision as of 04:31, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Complete Interaction with Disposition and Notes

Completes the current interaction and sets its disposition and notes to the specified values (i.e., combines the actions of the Set Notes, Set Disposition, and Complete Interaction methods).

Request

Syntax

completeInteractionWithDisp(dispositionCode, notes);

Parameters

Parameter Type Optional/Required Description Example
dispositionCode String Required The alphanumeric code of the desired disposition "12345"
notes String Optional The interaction notes "Could not resolve. Not enough information."
< Previous | Next >