From Bright Pattern Documentation
(Created page with "<translate> = selectService = Selects a configured service (e.g., voice, chat, etc.) by name. == Request == === Syntax === window.bpspat.api.selectService(service) === Para...") |
|||
Line 2: | Line 2: | ||
= selectService = | = selectService = | ||
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/Dial | Use Cases]] section for ways to use this method. | ||
== Request == | == Request == |
Revision as of 23:36, 26 March 2019
<translate>
selectService
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.selectService(service)
Parameters
Parameter | Type | Description |
service | function | Service name |
Response
Empty.
In response to the request, the service to be used for interactions changes to the specified service name.
</translate>