From Bright Pattern Documentation
< 5.19:Embedded-agent-desktop-api-specification‎ | Methods
Revision as of 20:18, 25 March 2019 by Tracy (talk | contribs) (Created page with "<translate> = setDisposition = Sets the disposition of the interaction. == Request == === Syntax === window.bpspat.api.setDisposition(item_id, disposition) === Parameters =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.3 • 5.8

<translate>

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.


</translate>

< Previous | Next >