From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = setDisposition = Sets the disposition of the interaction. == Request == === Syntax === window.bpspat.api.setDisposition(item_id, disposition) === Parameters =...")
 
Line 2: Line 2:
 
= setDisposition =
 
= setDisposition =
 
Sets the disposition of the interaction.
 
Sets the disposition of the interaction.
 +
 +
See the Embedded Agent Desktop Specification's [[Embedded-agent-desktop-sdk-specification/UseCases/EndDispositionComplete |  Use Cases]] section for ways to use this method.
  
 
== Request ==
 
== Request ==

Revision as of 23:39, 26 March 2019

• 5.19 • 5.3 • 5.8

<translate>

setDisposition

Sets the disposition of the interaction.

See the Embedded Agent Desktop Specification's Use Cases section for ways to use this method.

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.


</translate>

< Previous | Next >