From Bright Pattern Documentation
Jump to: navigation, search
imported>Tracy
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>
+
 
 
= setDisposition =
 
= setDisposition =
 
Sets the disposition of the interaction.
 
Sets the disposition of the interaction.
Line 29: Line 29:
  
 
In response to the request, the disposition to changed to the specified disposition.
 
In response to the request, the disposition to changed to the specified disposition.
 
 
 
</translate>
 

Latest revision as of 04:09, 29 May 2024

• 5.19 • 5.3 • 5.8


setDisposition

Sets the disposition of the interaction.

Request

Syntax

window.bpspat.api.setDisposition(item_id, disposition)

Parameters

Parameter Type Optional/Required Description
item_id string required Specifies the interaction ID of the interaction
disposition string required Specifies the disposition to be set for the interaction

Response

Empty.

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

< Previous | Next >