From Bright Pattern Documentation
(Created page with "<translate> = singleStepTransfer = Selects a configured service (e.g., voice, chat, etc.) by name. == Request == === Syntax === window.bpspat.api.singleStepTransfer(phone_nu...") |
|||
Line 2: | Line 2: | ||
= singleStepTransfer = | = singleStepTransfer = | ||
Selects a configured service (e.g., voice, chat, etc.) by name. | Selects a configured service (e.g., voice, chat, etc.) by name. | ||
+ | |||
+ | See the Embedded Agent Desktop Specification's [[Embedded-agent-desktop-sdk-specification/UseCases/Transfer | Use Cases]] section for ways to use this method. | ||
== Request == | == Request == |
Revision as of 23:37, 26 March 2019
<translate>
singleStepTransfer
Selects a configured service (e.g., voice, chat, etc.) by name.
See the Embedded Agent Desktop Specification's Use Cases section for ways to use this method.
Request
Syntax
window.bpspat.api.singleStepTransfer(phone_number)
Parameters
Parameter | Type | Description |
phone_number | function | Phone number |
Response
Empty.
In response to the request, the phone call is transferred to the specified phone number.
</translate>