From Bright Pattern Documentation
< 5.8:Embedded-agent-desktop-sdk-specification‎ | Methods
Revision as of 04:13, 29 May 2024 by BpDeeplTranslateMaintenance (talk | contribs) (Updated via BpDeleteTranslateTags script)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.3 • 5.8


completeInteractionWithDisp

Completes and dispositions the interaction.

Request

Syntax

window.bpspat.api.completeInteractionWithDisp(item_id, disposition, notes)

Parameters

Parameter Type Optional/Required Description
item_id string required Specifies the interaction ID of the interaction
disposition string required Specifies the disposition name or code to be set for the interaction
notes string optional Specifies notes to be added to the completed interaction

Response

Empty.

In response to the request, the disposition to changed to the specified disposition.

< Previous | Next >