From Bright Pattern Documentation
m |
|||
Line 4: | Line 4: | ||
== Request == | == Request == | ||
=== Syntax === | === Syntax === | ||
− | + | completeInteractionWithDisp(dispositionCode, notes); | |
=== Parameters === | === Parameters === |
Revision as of 23:02, 9 September 2019
<translate>= 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." |
</translate>